码迷,mamicode.com
首页 >  
搜索关键字:track changes    ( 2946个结果
github的large file storeage
https://git-lfs.github.com/1.从这个网址下载git-lfs-windows-amd64-1.1.0.exe,运行这个安装包2.然后打开git bash输入git lfs install3.根据需求来处理大文件$ git lfs track "*.wav"Tracking ...
分类:其他好文   时间:2015-11-28 19:51:52    阅读次数:145
LVM磁盘划分
iZ94n1h2di9Z:~ # fdisk -lDisk /dev/hda: 21.5 GB, 21474836480 bytes255 heads, 63 sectors/track, 2610 cylinders, total 41943040 sectorsUnits = sectors o...
分类:其他好文   时间:2015-11-25 21:11:51    阅读次数:367
git-----集锦---冲突问题
1.冲突的情况,提示如下信息:error: Your local changes to 'c/environ.c' would be overwritten by merge. Aborting.Please, commit your changes or stash them before yo....
分类:其他好文   时间:2015-11-23 16:42:08    阅读次数:184
Chapter 6: The Memory Hierarchy
Disk Geometry: 磁盘的结构如图,每个面为surface,surface上的同心圆为track,track包含sector,不同的surface的同半径track构成cylinder。越外围的的track应该包含越多的sectors,这样用于分割sectors的spare spac...
分类:其他好文   时间:2015-11-21 21:07:50    阅读次数:278
Application Engine
Exit(1) : Terminate the AE immediately and rollback all DB changes madeexit(0) : Terminate the AE immediately but will not rollback the DB changes mad...
分类:移动开发   时间:2015-11-18 18:00:51    阅读次数:324
Windows API 之 VirtualAlloc(未完)
Reserves, commits, or changes the state of a region of pages in the virtual address space of the calling process. Memory allocated by this function is...
分类:Windows程序   时间:2015-11-17 21:57:04    阅读次数:483
Windows USN Journal Parsing
What is "USN Journal"? It is "Update Sequence Number Journal". It records changes in the NTFS volume. The scenario is about Bomb threat. I use X-Ways ...
分类:Windows程序   时间:2015-11-16 22:53:45    阅读次数:227
Saving changes is not permitted in SQL Server
FromSave (Not Permitted) Dialog Box on MSDN:TheSave(Not Permitted) dialog box warns you that saving changes is not permitted because the changes you h...
分类:数据库   时间:2015-11-16 19:23:14    阅读次数:161
混淆(防止反编译)
1、在project.properties文件中,将一行代码的注释去掉# This file is automatically generated by Android Tools.# Do not modify this file -- YOUR CHANGES WILL BE ERASED!##...
分类:其他好文   时间:2015-11-15 16:21:38    阅读次数:141
Subclipse中的一些状态
U: Working file was updated G: Changes on the repo were automatically merged into the working copy M: Working copy is modified C: This file conflicts with the version in the repo ?: This file is no...
分类:其他好文   时间:2015-11-12 18:28:02    阅读次数:259
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!