Month: July 2008

文件传输过程中的读写锁问题

1.从FTP下载文件未完时    目标文件可读    目标文件不可写 2.WINOWS本地拷贝文件未完时    目标文件的内容不可读("另一个程序正在使用此文件,进程无法访问。"),但是文件的最后修改时间可读    目标文件不可写 3.用FileInputStream和FileOutputStream在Windows本地拷贝时    目标文件可读    目标文件不可写 4.用Runtime.exec("cp.bat"),其中cp.bat=copy xx yy     目标文件不可读    目标文件不可写

ASCII码表

ASCII码表                                           Table of ASCII CharactersThis table lists the ASCII characters and their decimal, octal and hexadecimal numbers. Characters which appear as names in parentheses (e.g., (nl)) are non-printing characters. A table of the common non-printing characters appears after this table. Char  Dec  Oct  Hex | Char  Dec  Oct  Hex | Char  Dec  Oct  Hex | …

ASCII码表 Read More »