08 2016 档案

摘要:Volume 一个volume就是一个分区。 在该“物理硬盘”上创建一个或多个分区,再创建文件系统,才可以得到一个VOLUME。此时VOLUME相对于主机是一个逻辑设备。 https://msdn.microsoft.com/en-us/library/windows/desktop/aa36499 阅读全文
posted @ 2016-08-17 15:28 小 楼 一 夜 听 春 雨 阅读(218) 评论(0) 推荐(0) 编辑
摘要:%SYSTEMROOT% == c:\windows (or the root windows directory) %SYSTEMDRIVE% == the drive windows is installed to (eg, C:\) How can I get the system drive 阅读全文
posted @ 2016-08-16 16:48 小 楼 一 夜 听 春 雨 阅读(7348) 评论(0) 推荐(0) 编辑
摘要:查看当前所有可用的环境变量:输入 set 即可查看。 显示某环境变量: 例如:echo %SystemDrive% 类似linux下面的echo $PATH这种用法。 首先明确一点:所有的在cmd命令行下对环境变量的修改只对当前窗口有效,不是永久性的修改。也就是说当关闭此cmd命令行窗口后,将不再起 阅读全文
posted @ 2016-08-16 16:32 小 楼 一 夜 听 春 雨 阅读(9890) 评论(0) 推荐(0) 编辑
摘要:http://blog.csdn.net/a_ran/article/details/43937041 代码变成可执行文件,叫做编译(compile);先编译这个,还是先编译那个(即编译的安排),叫做构建(build)。 Make是最常用的构建工具,诞生于1977年,主要用于C语言的项目。但是实际上 阅读全文
posted @ 2016-08-15 20:12 小 楼 一 夜 听 春 雨 阅读(7587) 评论(0) 推荐(1) 编辑
摘要:http://www.emailsignature.eu/phpBB2/how-to-get-a-unc-path-name-t341.html In a network, the Universal Naming Convention (UNC) is a way to identify a sh 阅读全文
posted @ 2016-08-15 17:04 小 楼 一 夜 听 春 雨 阅读(1698) 评论(0) 推荐(0) 编辑
摘要:理解Linux系统/etc/init.d目录和/etc/rc.local脚本 http://blog.csdn.net/acs713/article/details/7322082 Linux文件目录/etc/init和/etc/init.d的前世今生 http://my.oschina.net/l 阅读全文
posted @ 2016-08-10 20:01 小 楼 一 夜 听 春 雨 阅读(8570) 评论(0) 推荐(0) 编辑
摘要:http://support.hp.com/cn-zh/document/c01270024 点击“开始”,在“开始搜索”中输入:diskpart,然后按键盘“回车”键。 在“命令行窗口”中,等待“DISKPART>”提示符出现后,输入:list vol,然后按键盘“回车”键。 阅读全文
posted @ 2016-08-05 16:56 小 楼 一 夜 听 春 雨 阅读(429) 评论(0) 推荐(0) 编辑
摘要:A drive is a physical block disk. For example: /dev/sda. A partition A drive can be divided into some logic block disk. These logic block disk are nam 阅读全文
posted @ 2016-08-05 16:49 小 楼 一 夜 听 春 雨 阅读(545) 评论(0) 推荐(0) 编辑
摘要:https://en.wikipedia.org/wiki/NTFS_reparse_point NTFS HARD link: since Windows NT4: files on the same drive. The Windows API from Windows 2000 onwards 阅读全文
posted @ 2016-08-03 11:13 小 楼 一 夜 听 春 雨 阅读(367) 评论(0) 推荐(0) 编辑
摘要:https://blogs.technet.microsoft.com/filecab/2012/05/20/introduction-to-data-deduplication-in-windows-server-2012/ https://msdn.microsoft.com/en-us/lib 阅读全文
posted @ 2016-08-03 10:58 小 楼 一 夜 听 春 雨 阅读(344) 评论(0) 推荐(0) 编辑
摘要:http://www.computerhope.com/jargon/r/rounrobi.htm Round robin Round robin is a method of distributing multiple sources to one of the many devices or c 阅读全文
posted @ 2016-08-02 18:31 小 楼 一 夜 听 春 雨 阅读(409) 评论(0) 推荐(0) 编辑
摘要:http://www.computerhope.com/unix/unslooku.htm About nslookup The nslookup command is used to query internet name servers interactively for information 阅读全文
posted @ 2016-08-02 18:07 小 楼 一 夜 听 春 雨 阅读(1086) 评论(0) 推荐(0) 编辑
摘要:VLAN的实现原理非常简单,通过交换机的控制,某一VLAN成员发出的数据包交换机只发个同一VLAN的其它成员,而不会发给该VLAN成员以外的计算机。 VLAN的划分有四种方式:1.根据端口来划分VLAN 许多VLAN厂商都利用交换机的端口来划分VLAN成员。被设定的端口都在同一个广播域中。例如,一个 阅读全文
posted @ 2016-08-02 15:14 小 楼 一 夜 听 春 雨 阅读(319) 评论(0) 推荐(0) 编辑

点击右上角即可分享
微信分享提示