风故故,也依依

Stand still in the wind.

导航

2007年9月22日 #

常用cmd命令

摘要: net use ipipc$ " " /user:" " 建立IPC空链接 net use ipipc$ "密码" /user:"用户名" 建立IPC非空链接 net use h: ipc$ "密码" /user:"用户名" 直接登陆后映射对方C:到本地为H: net use h: ipc$ 登陆后映射对方C:到本地为H: net use ipipc$ /del 删除IPC链接 net use h... 阅读全文

posted @ 2007-09-22 23:31 jadmin 阅读(224) 评论(0) 推荐(0)

Java正则表达式

摘要: 详情见:http://blog.csdn.net/flynetcn/archive/2007/04/09/1557413.aspx 阅读全文

posted @ 2007-09-22 23:23 jadmin 阅读(113) 评论(0) 推荐(0)