Git权威指南
跳转至:
导航、
搜索
目录
1
初识Git2
Git安装3
Git初始化4
Git暂存区(stage)5
Git对象6
Git重置7
Git检出8
git stash9
Git基本操作10
历史11
Git克隆12
Git库管理13
Git协议与工作协同14
冲突解决15
Git里程碑16
Gi...
分类:
其他好文 时间:
2014-12-18 09:18:18
阅读次数:
313
Pragmatic Version Control Using Git
跳转到:
导航,
搜索
git config --global user.name "Travis Swicegood"git config --global user.email "development@domain51.com"git config --global --listgit con...
分类:
其他好文 时间:
2014-12-18 09:17:35
阅读次数:
168
通常,正常的流程应该是这样的:
1、从master主线创建新分支
2、checkout这个新分支
3、在working目录上做修改
4、commit修改到分支
OK,很容易理解。问题是,现在的顺序不是这样子的,实际情况是:
1、从master主线直接checkout
2、在对应主线的working目录上直接修改代码
3、现在准备commit了,希望随这个co...
分类:
其他好文 时间:
2014-12-18 09:15:45
阅读次数:
364
屏幕PPI计算: (White^2+Height^2)^0.5/屏幕大小英寸数毫米和像素换算: mm=(px/dpi)*25.4px=(mm*dpi)/25.4 英寸=px/dpi 1英寸=25.4毫米dpi获取:方法1.using (Graphics graphic...
分类:
其他好文 时间:
2014-12-17 16:12:15
阅读次数:
2504
Fromhttps://source.android.com/devices/graphics/architecture.htmlGraphics architectureIN THIS DOCUMENTBufferQueue and grallocgralloc HALSurfaceFlinger...
分类:
移动开发 时间:
2014-12-17 14:27:21
阅读次数:
472
【Graphics.Blit】 需求注意第4个参数,用4个参数pass用于指定使用哪一个pass。默认值为-1,即使用所有的pass。 参考:file:///C:/Program%20Files%20(x86)/Unity/Editor/Data/Documentation/html/en/...
分类:
其他好文 时间:
2014-12-17 10:37:14
阅读次数:
183
作者:jostree转载请注明出处http://www.cnblogs.com/jostree/p/4168168.html1.Chromium 中的flash插件问题:sudo apt-get install pepperflashplugin-nonfreesudo update-pepperf...
分类:
其他好文 时间:
2014-12-17 06:43:07
阅读次数:
155
3.1 基本条形图library(ggplot2)library(gcookbook)pg_mean #这是用到的数据 group weight 1 ctrl 5.032 2 trt1 4.661 3 trt2 5.526ggplot(pg_mean, aes(x=group, ...
分类:
其他好文 时间:
2014-12-16 16:59:20
阅读次数:
413