`
文章列表
git fetch用来将自己本地的repo 更新到最新的。 但是fetch后,并不会显示到本地。 有两种办法, rebase 和 merge. if you want masterA => masterB => masterC => yourworkhere => (masterD and E merged) => HEAD then use merge if you want masterA => B => C => D => E => yourworkhere then use rebase 好了,区别出来 ...
http://wiki.ubuntu.org.cn/Python%E6%AD%A3%E5%88%99%E8%A1%A8%E8%BE%BE%E5%BC%8F%E6%93%8D%E4%BD%9C%E6%8C%87%E5%8D%97
http://people.cs.nctu.edu.tw/~chenwj/dokuwiki/doku.php?id=qemu
这也是一时心血来潮,觉得好玩。 在Document/kbuild/modules.txt中看到这么一段 --- 3.3 Binary Blobs Some external modules need to include an object file as a blob. kbuild has support for this, but requires the blob file to be named <filename>_shipped. When the kbuild rules kick in, a copy of <filename>_s ...
http://www.linuxquestions.org/questions/programming-9/how-can-i-list-directories-only-in-linux-375219/ 确实很好使阿 ls -d */ tree -d -L 1
本文的分析在 ./configure --target-list=i386-softmmu --enable-kvm的配置下编译 1. 根目录下的Makefiel all: build-all build-all: $(DOCS) $(TOOLS) recurse-all recurse-all: $(SUBDIR_RULES) $(ROMSUBDIR_RULES) SUBDIR_RULES=$(patsubst %,subdir-%, $(TARGET_DIRS)) 其中这个 TARGET_DIRS 在 config-host.mak中定义,这个是./configu ...
http://tieba.baidu.com/f?kz=642106463
1. 开始运行 tmux 2. 退出 ^b+d 3. 显示已运行的session tmux ls 4. 连上之前的session tmux a -t 0 5. 分屏 ^b+" 6. 帮助 ^b+? 7. 参考 http://wiki.freebsdchina.org/software/t/tmux
set logging on filename 这样gdb中的输出结果就会重定向到一个文件。 以后就可以直接看这个文件。
搜 asp.net开发技巧精讲 卓越亚马逊本书链接 http://www.amazon.cn/ASP-NET%E5%BC%80%E5%8F%91%E6%8A%80%E5%B7%A7%E7%B2%BE%E8%AE%B2-%E9%BB%84%E9%B8%A3/dp/B006PHZCZU/ref=sr_1_1?ie=UTF8&qid=1324889808&sr=8-1 当当网本书链接 http://product.dangdang.com/product.aspx?product_id=22586276 京东360本书链接 http://book.360buy.com/10907 ...
Three20软件引擎之构建开发环境与HelloWorld 雨松MOMO原创文章如转载,请注明:转载至我的独立域名博客雨松MOMO程序研究院,原文地址:http://www.xuanyusong.com/archives/616 亲爱的朋友们,如果你现在在做IOS 软件开发,不妨来看看Thre ...
Unity3D 游戏引擎之游戏对象的访问绘制线与绘制面详解 雨松MOMO原创文章如转载,请注明:转载至我的独立域名博客雨松MOMO程序研究院,原文地址:http://www.xuanyusong.com/archives/561
Unity3D 游戏引擎之感应IOS设备旋转与iPhone键盘事件 雨松MOMO原创文章如转载,请注明:转载至我的独立域名博客雨松MOMO程序研究院,原文地址:http://www.xuanyusong.com/archives/556 iPhone iPad iTouch 旋转设备都支持屏幕4个方向的任意旋 ...
Unity3D 游戏引擎之详解游戏开发音频的播放 雨松MOMO原创文章如转载,请注明:转载至我的独立域名博客雨松MOMO程序研究院,原文地址:http://www.xuanyusong.com/archives/550 游戏音频的播放在任何游戏中都占据非常重要的地位, ...
Unity3D 游戏引擎之游戏场景的切换与持久化简单数据的储存 雨松MOMO原创文章如转载,请注明:转载至我的独立域名博客雨松MOMO程序研究院,原文地址:http://www.xuanyusong.com/archives/542 持久化简单的数据储存在Unity3D 中提供了一个简单有效的方法,如果之前的你做过Android的开发你会发现在Unity3D中持久化数据的储存和Android非常的想象。那么下面MOMO 将用一个简单有效的例子向大家
Global site tag (gtag.js) - Google Analytics