Windows 8.1 无法安装到GPT硬盘的解决方案MIGRATED
今天安装Windows 8.1 Enterprise With Update En-Us,安装到选择分区时提示 Windows can’t be installed to this disk. This disk is of GPT style.
今天安装Windows 8.1 Enterprise With Update En-Us,安装到选择分区时提示 Windows can’t be installed to this disk. This disk is of GPT style.
今日为学校开发网站时,要加入限制外网 IP 段访问网站的功能。由于网站使用的是一个建站程序,我直接使用了其中内置的 getip
函数获取客户端 IP,然后根据 IP 网段限制访问。
今天想把一个用汇编写的 lib 整合到一个 dll 的输出函数中,用 _declspec(dllexport)
导出该函数不可行,最后用 def 模块导出文件,终于在 Visual Studio 2012 下成功通过测试。
CUE 文件,即 CUESheets ,光盘镜像辅助文件。通常用于光盘刻录、音乐播放等等。比如用 EAC 刻录CD光盘,或者用 Foobar2000 播放整轨音乐文件。
VC2012 下写 Windows 程序时,有时需要判断编译环境。在之前的文章《判断程序是否运行在 Windows x64 系统下。》里说过如何在运行期间判断系统环境,但在编译时如何判断?