
Windows
studious_cat
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
Error "Input Error: There is no script engine for file extension ".JS"
Problem(Abstract)Debugging a resource model causes the error above to appear. CauseIts possible the association of the "*.js" extension with a sc转载 2009-12-17 10:30:00 · 2238 阅读 · 0 评论 -
How to change the name in open with list / File association.
HKEY_CURRENT_USER/Software/Microsoft/Windows/CurrentVersion/Explorer/FileExts/.ext/openWithList/application_namehere you can find all the applications which will listed in the ".ext" format file's open with list, here only those application names are list原创 2010-07-13 14:00:00 · 608 阅读 · 0 评论 -
CreateEvent/OpenEvent/SetEvent/ResetEvent/WaitForSingleObject 相关用法说明
CreateEvent 创建一个事件 view plaincopy to clipboardprint?HANDLE WINAPI CreateEvent( __in_opt LPSECURITY_ATTRIBUTES lpEventAttributes, //如果为空handle不能被子进程继承 __in BOOL bManualRes原创 2010-05-27 15:49:00 · 1330 阅读 · 0 评论