码迷,mamicode.com
首页 >  
搜索关键字:track changes    ( 2946个结果
poj 3280
Cheapest Palindrome Time Limit: 2000MS   Memory Limit: 65536K Total Submissions: 5868   Accepted: 2853 Description Keeping track of all the cows can be a tricky task so...
分类:其他好文   时间:2014-09-03 15:01:56    阅读次数:289
Altium designer使用技巧集(1)
1、怎样生成PCB 先得新建个PCB文件(File-New-Pcb);然后保存下,在新建的PCB文件下:Design-Import Changes From PCB_PROJECT1.PRJPCB(Design选项下第二个,PCB_PROJECT1.PRJPCB是新建的PCB文件默认名);然后会弹出个框Engineering Change Order,依次点最下面的从左至右的1、2两个按钮,...
分类:其他好文   时间:2014-09-03 08:24:16    阅读次数:346
diff and patch
A patch captures the changes of two different files (oldfile and newfile). Given the oldfile and the patch, one can use the patch program to create th...
分类:其他好文   时间:2014-09-03 03:52:15    阅读次数:252
Linux -- chage
CHAGE(1) 用户命令 CHAGE(1)名称 chage - 更改用户密码过期信息大纲 chage [选项] 登录描述 The chage command changes the number of days between password changes and the date of th...
分类:系统相关   时间:2014-09-01 22:39:13    阅读次数:434
Centso6.4升级6.5要注意的一个小坑
从centos6.0以来,kvm虚拟机时钟配置这里,都使用的是localtime,工作也很正常。<clockoffset=‘localtime‘> <timername=‘rtc‘tickpolicy=‘catchup‘track=‘guest‘> <catchupthreshold=‘123‘slew=‘120‘limit=‘10000‘/> </timer> <timername=‘pit‘tick..
分类:其他好文   时间:2014-09-01 10:52:03    阅读次数:396
【Linux】lvm基础操作
新增两块硬盘,来进行实验: [root@jp ~]# fdisk -l   Disk /dev/sda: 107.3 GB, 107374182400 bytes 255 heads, 63 sectors/track, 13054 cylinders Units = cylinders of 16065 * 512 = 8225280 bytes      Device Boot ...
分类:系统相关   时间:2014-08-28 09:42:29    阅读次数:424
zoj 1456 Minimum Transport Cost (Floyd+路径记录)
Minimum Transport Cost Time Limit: 2 Seconds      Memory Limit: 65536 KB These are N cities in Spring country. Between each pair of cities there may be one transportation track or none. Now ther...
分类:其他好文   时间:2014-08-27 13:07:27    阅读次数:235
缓存初解(二)
EHCAche源码分析:首先看缓存类CacheManagerpublic class CacheManager { //该类在默认情况下读取CLASSPATH下的ehcache.xml文件,并且是单例模式创建新的缓存类 /** * Keeps track of all known C...
分类:其他好文   时间:2014-08-26 17:02:56    阅读次数:191
vm虚拟机下centos6.2挂载新硬盘操作记录
查看现有的分区[root@server~]#fdisk-l Disk/dev/sda:21.5GB,21474836480bytes 255heads,63sectors/track,2610cylinders Units=cylindersof16065*512=8225280bytes Sectorsize(logical/physical):512bytes/512bytes I/Osize(minimum/optimal):512bytes/512bytes Diskidentifier..
分类:其他好文   时间:2014-08-26 11:52:46    阅读次数:274
构建自己的MiniLinux
1)环境准备在关机状态下新添加一块磁盘对新加入的磁盘进行分区,并挂载至指定目录[root@host1~]#fdisk-l/dev/sdb Disk/dev/sdb:5368MB,5368709120bytes 255heads,63sectors/track,652cylinders Units=cylindersof16065*512=8225280bytes Sectorsize(logical/physical):512bytes..
分类:系统相关   时间:2014-08-26 03:08:55    阅读次数:393
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!