chflags hidden/nohidden [file-name]另,显示或隐藏".*"类型的默认隐藏文件defaults write com.apple.finder AppleShowAllFiles -bool YES/NOkillall finder
分类:
其他好文 时间:
2014-09-26 14:37:08
阅读次数:
179
Write monthly financial report for publication to shareholders. accountancy什么意思?用户组? Task lists...
分类:
其他好文 时间:
2014-09-26 13:31:58
阅读次数:
224
this is my first time to try to write the blog about java.i focus on javaSE,javaEE,javaME, recording and sharing my mistakes or idea in no soon is wha...
分类:
其他好文 时间:
2014-09-26 11:21:18
阅读次数:
205
Scull的设计
主设备号和次设备号
设备编号的内部表达
分配和释放设备号
动态分配主设备号
一些重要的数据结构
三个file_operations,file,inode
文件操作
file结构
inode结构
read和write
unsigned long copy_to_user(void __user *to,const void *from,...
分类:
其他好文 时间:
2014-09-26 11:01:41
阅读次数:
187
缓冲I/O(Buffered I/O)
InputStream.read()以及OutputStream.write()操作的对象是单个字节。根据它们访问的资源的不同,使用这些方法可能会相当慢。
比如在使用FileInputStream.read()时,速度会慢的令人发指。因为每次调用都会访问操作系统的内核去拿到1个字节的数据。在现代的操作系统中,内核往往会使用缓冲I/O实现,因此这个...
分类:
编程语言 时间:
2014-09-26 02:41:38
阅读次数:
184
如果数据直接写磁盘,就叫做直写,也就是writethrough如果数据先写到阵列卡的cache,这叫做回写,也就是writeback
分类:
其他好文 时间:
2014-09-26 01:08:18
阅读次数:
875
??
服务器目录配置
1、创建服务器目录
(1)在system用户下执行如下命令:CREATE OR REPLACE DIRECTORY MAIL_FILE_DIR AS '/mail_file/data/PROD';
(2)给创建的目录赋权限,执行:GRANT read ,write ON DIRECTORY MAIL_FILE_DIR TO PUBLIC;
如果是双节点的服务...
分类:
数据库 时间:
2014-09-25 22:06:38
阅读次数:
298
ASP.NET 常用内置对象:Response对象、Request对象、Session对象、Server对象、Application对象1.Response对象:(1)用于向浏览器输出信息常用的方法是:Response.Write()方法,例如:Response.Write("Hello"); Re...
分类:
Web程序 时间:
2014-09-25 21:07:57
阅读次数:
202
ddif=install-x86-minimal-20130528.isoof=/dev/sdbbs=4M
分类:
其他好文 时间:
2014-09-25 10:54:29
阅读次数:
158
today, I write code for a day ,I'm very tired,but I am very happy .Although,some problem haunt me, today is a usually day for me .I will adhere every ...
分类:
其他好文 时间:
2014-09-25 01:23:57
阅读次数:
167