11 2016 档案

摘要:SysWow64文件夹,是64位Windows,用来存放32位Windows系统文件的地方,而System32文件夹,是用来存放64位程序文件的地方。 当32位程序加载System32文件夹中的dll时,操作系统会自动映射到SysWow64文件夹中的对应的文件。 dumpbin可以查看一个dll文件 阅读全文
posted @ 2016-11-28 16:12 专属9号 阅读(150) 评论(0) 推荐(0)
摘要:在用控制台编译c++程序的时候,可能会遇到找不到windows.h的情况。这是因为我们在使用cl命令的时候,并没有配置好环境变量。 所以我们在运行cl命令之前,我们可以运行C:\Program Files (x86)\Microsoft Visual Studio 10.0\Common7\Tool 阅读全文
posted @ 2016-11-28 16:03 专属9号 阅读(249) 评论(0) 推荐(0)
摘要:最近在项目开发过程中,要使用到C:\Windows\system32\bcdedit.exe 但是在使用过程中,发现了一个问题。在命令行下面使用bcdedit.exe,如果是以管理员方式运行的命令行就可以使用bcdedit,普通用户运行的命令行则是访问受限。 我现在的问题是,我需要通过程序来使用bc 阅读全文
posted @ 2016-11-27 12:13 专属9号 阅读(1301) 评论(0) 推荐(0)
摘要:When installed partition tool & mkrcvcd as windows store app. it can't start at first time. the reason why present this phenomenal is not known. wait 阅读全文
posted @ 2016-11-23 18:26 专属9号 阅读(142) 评论(0) 推荐(0)
摘要:Logfile contents: 2016/11/23 02:15:09 NamePipeSer Log Start.2016/11/23 02:15:09 Start C:\Program Files (x86)\mkrcvcd_dp\MKRCVCDSER.exe, return code = 阅读全文
posted @ 2016-11-23 18:20 专属9号 阅读(302) 评论(0) 推荐(0)