tag就是一个容易记住且有意义的别名,和某个commit是捆绑在一起的1.创建标签$ git tag v1.0查看标签$ git tag$ git tag v0.9 6224937对某个历史版本打标签$ git tag -a v0.1 -m "version 0.1 released" 362816... ...
分类:
其他好文 时间:
2017-07-06 14:22:09
阅读次数:
164
键盘事件的事件源一般丐组件相关,当一个组件处于激活状态时,按下、释放或敲击键盘上的某个键时就会发生键盘事件。键盘事件的接口是KeyListener,注册键盘事件监视器的方法是addKeyListener(监视器)。实现KeyListener接口有3个: keyPressed(KeyEvent e): ...
分类:
其他好文 时间:
2017-06-30 18:52:15
阅读次数:
196
本文转载自:http://blog.csdn.net/shangyuan21/article/details/17618575 我们都知道下载Android源代码需要使用repo进行辅助下载,但是最进出现了repo无法下载的情况,包括官网给出的repo下载地址都不可以使用。造成很多同学都无法下载an ...
分类:
移动开发 时间:
2017-06-26 20:00:38
阅读次数:
253
Microsoft has recently released SQL Server to run on Linux servers. Sometimes we need to enable a trace flag globally on SQL Server and in this tip I ...
分类:
数据库 时间:
2017-06-07 00:55:47
阅读次数:
377
本文转自:http://www.tuicool.com/articles/BBVr6z Thanks to everyone for allowing us to give back to the .NET community, we released v1.0 of the Generic Uni ...
分类:
Web程序 时间:
2017-05-31 16:44:06
阅读次数:
442
.RTM: Released To Manufacturing,也就是新产品的正式发布版本,比如SQL 2008 RTM.其后的补丁都是基于这个之上的. .CU: Cumulative Update,也就是积累的更新,其中会包含多个hotfix,同一个SP的多个CU中,后面的CU会包含前面的CU,因 ...
分类:
其他好文 时间:
2017-05-12 01:37:48
阅读次数:
276
http://4fire.wordpress.com/2012/03/18/gsl-1-15-building-with-visual-studio-2010/ Update 05/02/2014: A good book for GSL (updated with 1.16 version) is ...
分类:
其他好文 时间:
2017-05-07 23:03:24
阅读次数:
251
12 July 2000 Version 1.00 of the Free Pascal Compiler has been officially released. Hit the download link and select a mirror close to you to download ...
分类:
其他好文 时间:
2017-05-05 00:48:03
阅读次数:
151
shell命令flock通过加锁方式实现互斥访问。 常用语多进程间互斥访问。 flock用flock(2)系统调用实现。 用法 参数 -s: 获取共享锁,有时被称为只读锁。 -x,-e:获取互斥锁,有时称为写锁。默认。 -u:释放锁。这个不是必须的,当文件关闭时(进程结束后,进程文件都被关闭)锁被自 ...
分类:
其他好文 时间:
2017-04-19 00:28:32
阅读次数:
220
三、Python 2 or 3? In summary : Python 2.x is legacy, Python 3.x is the present and future of the language Python 3.0 was released in 2008. The final 2. ...
分类:
编程语言 时间:
2017-04-10 14:33:23
阅读次数:
271