- 博客(5)
- 资源 (3)
- 收藏
- 关注
原创 windows 脚本隐藏启动应用
a.新建一个vbs脚本 b.写入以下内容 .js脚本 new ActiveXObject('WScript.Shell').Run('cmd /c felix.bat',0); .vbs脚本 Set ws = CreateObject("Wscript.Shell") ws.run "cmd /c felix.bat",vbhide .vbs脚本2 CreateOb
2013-09-06 15:19:10
541
原创 /bin/mount: unrecognized option `--no-canonicalize' 问题的解决方法
使用fuse2.9.2挂载文件系统,出现/bin/mount: unrecognized option `--no-canonicalize'的错误信息,之前查了很多方法,大都是说fuse的版本太高,需要将fuse的版本将至2.8.3以下,这个方法大概可行,本人并没有亲自试,但是感觉治标不治本。经过不断的查找与尝试,发现是mount版本太老,不支持--no-canonicalize这个选项,于是升
2013-07-29 20:51:51
3058
原创 调用windows api删除非空文件夹无法删除问题
RemoveDirectory( LPSTR path )用来删除空的dir,删除非空的dir时,先要删除这个dir下的所有文件,再调用RemoveDirectory(LPSTR path ),但是出现一个问题:调用handle = FindFirstFile()将dir下的每一项都RemoveFile( LPSTR fileName),之后再调用RemoveDirectory(LPSTR
2013-07-13 20:22:39
901
原创 windows 错误对照表
GetLastError functionDWORD WINAPI GetLastError(void);The Return Value section of the documentation for each function that sets the last-error code notes the conditions under which the function set
2013-07-13 16:56:12
1693
转载 Linux errno 错误对照表
strerror() 函数依据 errno 值返回错误描述字符串错误对照表: errno0 : Successerrno1 : Operation not permittederrno2 : No such file or directoryerrno3 : No such processerrno4 : Interrupted system callerr
2013-07-13 16:52:59
704
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人