上一页 1 ··· 12 13 14 15 16 17 18 19 20 ··· 41 下一页

2020年6月9日

[Visual Studio] pdb 和 exe 不match的情况

摘要: http://www.debuginfo.com/tools/chkmatch.html 可检查pdb和exe是否match。 在age值相同时可强行match。 阅读全文

posted @ 2020-06-09 10:02 liujx2019 阅读(275) 评论(0) 推荐(0)

2020年6月5日

What is the Makefile Target `.c.o` for?

摘要: 10.7 Old-Fashioned Suffix Rules Suffix rules are the old-fashioned way of defining implicit rules for make. Suffix rules are obsolete because pattern 阅读全文

posted @ 2020-06-05 13:12 liujx2019 阅读(181) 评论(0) 推荐(0)

2020年6月3日

[Inno Setup] 区分Windows版本的一个例子

摘要: Windows 8.1 和 Windows Server 2012 R2, 大小版本号是相同的,都是6.3,如何区分 调用 GetWindowsVersionEx,获取 TWindowsVersion 结构体,其中 ProductType 是 VER_NT_SERVER 的是 Windows Ser 阅读全文

posted @ 2020-06-03 09:48 liujx2019 阅读(500) 评论(0) 推荐(0)

2020年6月1日

CFLAGS [Makefile]

摘要: CFLAGS -Wall:选项可以打印出编译时所有的错误或者警告信息。这个选项很容易被遗忘,编译的时候,没有错误或者警告提示,以为自己的程序很完美,其实,里面有可能隐藏着许多陷阱。变量没有初始化,类型不匹配,或者类型转换错误等警告提示需要重点注意,错误就隐藏在这些代码里面。没有使用的变量也需要注意, 阅读全文

posted @ 2020-06-01 09:36 liujx2019 阅读(1083) 评论(0) 推荐(0)

2020年5月28日

Python 安装第三方插件时,报错 unable to find vcvarsall.bat

摘要: 一般Python3.5及以上版本,安装“Visual C++ Build Tools 2015”即可。 https://devblogs.microsoft.com/python/unable-to-find-vcvarsall-bat/ 重点是这一段 阅读全文

posted @ 2020-05-28 14:09 liujx2019 阅读(185) 评论(0) 推荐(0)

2020年5月13日

【Inno Setup】Windows 版本号

摘要: https://techthoughts.info/windows-version-numbers/ Windows Server Version Releases Server is now being released in two primary channels. You can read 阅读全文

posted @ 2020-05-13 13:53 liujx2019 阅读(447) 评论(0) 推荐(0)

【Inno Setup】检测是否需要预先重启

摘要: By Martin Prikryl If you want to detect, if there is a pending rename that requires a restart, query PendingFileRenameOperations registry value. See a 阅读全文

posted @ 2020-05-13 13:23 liujx2019 阅读(428) 评论(0) 推荐(0)

2020年5月11日

OID View 的日期显示问题

摘要: 例如,2016年6月27日会被显示成 7-224-6-27 2016d = 7E0h 7E0h 被 OID View 拆开了,7h = 7d, E0h = 224d. 所以显示成了7-224. 阅读全文

posted @ 2020-05-11 14:11 liujx2019 阅读(113) 评论(0) 推荐(0)

2020年5月9日

[QT] QMessagebox 文字可选 可复制

摘要: 对Qt5有效,对Qt4无效。https://stackoverflow.com/questions/32589776/qmessagebox-you-can-select-text-from messageBox.setTextInteractionFlags(Qt::TextSelectableB 阅读全文

posted @ 2020-05-09 14:17 liujx2019 阅读(956) 评论(0) 推荐(1)

2020年5月8日

VMware 虚拟机开机黑屏 Unable to connect to the MKS

摘要: 到“计算机管理” > “服务” 里面启动 “VMware Authorization Service” 服务。 阅读全文

posted @ 2020-05-08 17:17 liujx2019 阅读(1771) 评论(0) 推荐(0)

上一页 1 ··· 12 13 14 15 16 17 18 19 20 ··· 41 下一页

导航