- 博客(5)
- 收藏
- 关注
转载 Version Control System
Local Version Control systemEverything is stored in local server. RCS is an example. patches was stored in local data base. Adding the patches together will return the whole file.Centralized Version
2016-02-13 14:06:40
468
转载 电视上的各种接口
HDMI接口HDMI接口的中文全称为高清晰度多媒体接口(英文:HighDefinition Multimedia Interface,HDMI),其是一种数字化视频/音频接口技术,是适合影像传输的专用型数字化接口,其可同时传送音频和影音信号,最高数据传输速度为5Gbps。同时无需在信号传送前进行数/模或者模/数转换。 HDMI是介于DVI制定的,可看作DVI强化与延伸, 和DVI相比,
2015-07-07 11:57:45
4093
原创 Latex Tip
metapostCreate a fig.mp script:input metaobj; beginfig(1); x = new_Tree( new_Box(btex root etex) ) (new_Circle(btex child etex), new_Circle(btex child etex));Obj(x).c = origin; draw_Obj(
2015-06-29 17:32:22
501
原创 Python Tips
List从列表查找元素 方法1: mylist = ['Garfield', 'Odie', 'Nelman'] if 'Odie' in mylist: # this is the best way print "yes' else print 'no'方法2: use List.index(x) , 但是当x不存在时会触发异常
2015-06-29 09:49:38
236
原创 U盘安装Win7
U盘安装Win7工具UltroISO(已经注册过)ISO 文件 (源头 http://www.xitongzhijia.net/win7/201411/30917.html)U盘. >4GB, 考虑到常用的ISO安装文件都大于这个值方法制作USB启动盘http://jingyan.baidu.com/article/7c6fb428799c3380652c907e.html注意事项:
2015-06-28 22:51:59
661
空空如也
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人