上一页 1 2 3 4 5 6 7 8 9 ··· 13 下一页
摘要: just baidu sublime license and find a free one! 阅读全文
posted @ 2014-10-27 08:02 zmiao 阅读(85) 评论(0) 推荐(0)
摘要: key: 阅读全文
posted @ 2014-10-26 14:43 zmiao 阅读(105) 评论(0) 推荐(0)
摘要: Ubuntu may stop working after a Chrome OS update. If that's the case, update all the installed targets using the following command (in Chrome OS, open... 阅读全文
posted @ 2014-10-25 15:46 zmiao 阅读(140) 评论(0) 推荐(0)
摘要: ctrl key其实是用于扩展键盘,单独一个ctrl键没有什么作用,也没有ascii码,当与其他键相结合时,相当于创造出一个新键。例如:用getchar()侦测输入的字符,当按下ctrl+a时,只输出了一个ascii码1。只按下ctrl键没有输出。因此ctrl+a其实只相当于一个键罢了。下表为所有的... 阅读全文
posted @ 2014-10-01 13:40 zmiao 阅读(465) 评论(0) 推荐(0)
摘要: In linux, you can use the ncurses library to use the terminal as a text buffer: move the cursor around, and write text. It can also draw windows and o... 阅读全文
posted @ 2014-09-30 15:42 zmiao 阅读(118) 评论(0) 推荐(0)
摘要: Using write and read system call. Following is an example:blk.h:#include #include #include #include #include #include struct data{ char s[20]; i... 阅读全文
posted @ 2014-09-30 13:54 zmiao 阅读(139) 评论(0) 推荐(0)
摘要: 要说明的是,在删除文件的时候,我并没有实现文件块区以及i节点的清除操作,众所周知,那样很耗时,和很多实现一样,我只是记录了一些信息,表示这个文件块或者inode字段是可以随时覆盖的。 阅读全文
posted @ 2014-09-29 06:29 zmiao 阅读(159) 评论(0) 推荐(0)
摘要: 转自here我一向坚持的原则,那就是任何东西的根本性的,本质上的原理以及背后的思想都是及其简单的,所谓的复杂性都是优化与策略化的扩展带来的,正如TCP一样,UNIX的文件系统也不例外!我们必须知道,什么是最根本的,什么是次要的。对于UNIX文件系统,最根本的就是其布局以及其系统调用接口,一个处在最低... 阅读全文
posted @ 2014-09-28 15:05 zmiao 阅读(278) 评论(0) 推荐(0)
摘要: To modify an existing session with "keep alives" to maintain your connection follow the steps below:Open the PuTTy application and navigate to theOpti... 阅读全文
posted @ 2014-09-27 04:15 zmiao 阅读(254) 评论(0) 推荐(0)
摘要: In UNIX, tar is the most useful tool to compress files (just like zip in Windows.)To compress, input: tar -cvzf file.tar.gz inputfile1 inputfile2to u... 阅读全文
posted @ 2014-09-26 16:51 zmiao 阅读(180) 评论(0) 推荐(0)
上一页 1 2 3 4 5 6 7 8 9 ··· 13 下一页