Thursday, December 10, 2020

git note

git origin
Lab 39 - Git Immersion - Brought to you by New Context
http://gitimmersion.com/lab_39.html
高飞鸟 – Highbird » Blog Archive » git中的origin/master
http://www.tech126.com/git-origin-master/

Git 教學(2):Git Branch 的操作與基本工作流程 - 好麻煩部落格 good good
http://gogojimmy.net/2012/01/21/how-to-use-git-2-basic-usage-and-worflow/

jazz/09-10-04 – Grid Architecture
http://trac.nchc.org.tw/grid/wiki/jazz/09-10-04


Git教學:Git的遠端操作及利用Dropbox建立Server進行協同開發(Windows) @ mr.mu
http://www.mrmu.com.tw/2011/05/06/git-using-dropbox-as-server/

Git-rebase 小筆記 - YORKXIN×YORKXIN
http://blog.yorkxin.org/2011/07/29/git-rebase
ConstType: Git: how remotes work
http://consttype.blogspot.tw/2008/10/git-how-remotes-work.html
Git 版本控制 branch model 分支模組基本介紹 | 小惡魔 - 電腦技術 - 工作筆記 - AppleBOY
http://blog.wu-boy.com/2011/03/git-%E7%89%88%E6%9C%AC%E6%8E%A7%E5%88%B6-branch-model-%E5%88%86%E6%94%AF%E6%A8%A1%E7%B5%84%E5%9F%BA%E6%9C%AC%E4%BB%8B%E7%B4%B9/
A successful Git branching model » nvie.com
http://nvie.com/posts/a-successful-git-branching-model/

Git 初學筆記 - 指令操作教學 | Tsung's BlogTsung's Blog
http://blog.longwin.com.tw/2009/05/git-learn-initial-command-2009/
Git分支管理策略 - 阮一峰的网络日志
http://www.ruanyifeng.com/blog/2012/07/git.html

Home · yavaeye/yavaeye Wiki
https://github.com/yavaeye/yavaeye/wiki
git fetch拉取他人分支 - 走走记记
http://blog.tsnrose.com/blog/2012/04/18/git-fetch/

git fetch 后, git merge 和 git rebase的区别 - RichardYSteven的专栏 - 博客频道 - CSDN.NET
http://blog.csdn.net/richardysteven/article/details/7275779

Git Book 中文版 - 分支与合并@基础
http://gitbook.liuhui998.com/3_3.html
Git « Suiaing's Blog
http://suiaing.wordpress.com/tag/git/

Git Magic - 章 6. 多人Git
http://www-cs-students.stanford.edu/~blynn/gitmagic/intl/zh_tw/ch06.html

關於開發
GitCorp Flow - 安居客Git开发流程规范 - Erning.write()
http://erning.net/blog/2012/11/02/gitflow-at-anjuke-inc/
A successful Git branching model » nvie.com
http://nvie.com/posts/a-successful-git-branching-model/
GIT分支管理是一门艺术_知识库_博客园
http://kb.cnblogs.com/page/132209/
Git 版本控制 branch model 分支模組基本介紹 | 小惡魔 - 電腦技術 - 工作筆記 - AppleBOY
http://blog.wu-boy.com/2011/03/git-%E7%89%88%E6%9C%AC%E6%8E%A7%E5%88%B6-branch-model-%E5%88%86%E6%94%AF%E6%A8%A1%E7%B5%84%E5%9F%BA%E6%9C%AC%E4%BB%8B%E7%B4%B9/

Start a New Branch on your Remote Git Repository | Zorched / One-Line Fix
http://www.zorched.net/2008/04/14/start-a-new-branch-on-your-remote-git-repository/

Adding And Removing Remote Branches - GitGuys - GitGuys
http://www.gitguys.com/topics/adding-and-removing-remote-branches/

Wednesday, March 25, 2015

Wednesday, December 03, 2014

Daily Bookmarks 20141203

Some Notes on Tim Bray's Wide Finder Benchmark
http://effbot.org/zone/wide-finder.htm
ongoing by Tim Bray · WF XV: On Parallel I/O
http://www.tbray.org/ongoing/When/200x/2007/11/16/WF-Parallel-IO

不知道如何在python里使用mmap,这样可使多个进程共享一个dic字典的内存? · Issue #1 · jannson/yaha
https://github.com/jannson/yaha/issues/1
关于mmap研究 - 小明明s à domicile
http://www.dongwm.com/archives/guanyummapyanjiu/
python共享内存- JEFF ZHANG'S
http://guangboo.org/2013/03/22/python-mmap-share-memory

c++ - How to store a hash table in a file? - Stack Overflow
http://stackoverflow.com/questions/524342/how-to-store-a-hash-table-in-a-file%EF%BC%9A

A guide to analyzing Python performance « Huy Nguyen
http://www.huyng.com/posts/python-performance-analysis/
Multi-processing techniques in Python — Doug Hellmann
http://doughellmann.com/2007/10/01/multiprocessing.html

Tuesday, April 01, 2014

[centos] build tool gcc not found / install gcc & Development Tools


# gcc
-bash: gcc:not found
centos 中 預設沒有install一些build tools
可以使用 下面指令把全部相關的Development Tools都安裝起來

# yum groupinstall 'Development Tools'