随笔分类 -  Windows

Windows programming
摘要:情景: 我现在用 Win10, 因为项目原因要在虚拟机装一个 Win7. 预先估计不足. Win7 C盘容量不够. 方法1: 增加虚拟硬盘文件. 首先把虚拟机 Win7 删掉 (但不要删虚拟硬盘文件, 否则你系统就白安装了). 重新新建一个虚拟机. 把你刚才的安装了Win7的虚拟硬盘文件添加进来. 阅读全文
posted @ 2016-01-03 20:20 rldts 阅读(757) 评论(0) 推荐(1) 编辑
摘要:参考资料: https://msdn.microsoft.com/zh-cn/library/58wxa9w5(v=vs.120).aspx首先搭建环境, 也就是用 IIS Express 配置一个可以被局域网访问的 website, 其中包括了防火墙设置(很重要!) http://www.cn... 阅读全文
posted @ 2016-01-03 04:47 rldts 阅读(9272) 评论(0) 推荐(0) 编辑
摘要:首先搞清楚 ASP 与 ASP.NET 的区别(.asp与.aspx).https://msdn.microsoft.com/en-us/library/ms973813.aspx环境配置:http://www.cnblogs.com/qrlozte/p/5093422.html关于IIS Expr... 阅读全文
posted @ 2016-01-01 17:04 rldts 阅读(1612) 评论(0) 推荐(0) 编辑
摘要:-------------------------------------------更正, 我发现Program一项只设置为iisexpress.exe是不可行的. 只能设置为Any才行(当然这是overkill, 也是无奈之举, 因为我不知道应该具体指定哪几个程序才能最小化此端口的开放程度). ... 阅读全文
posted @ 2016-01-01 16:23 rldts 阅读(4232) 评论(0) 推荐(2) 编辑
摘要:参考:https://msdn.microsoft.com/en-us/library/tz7sxz99.aspxhttp://www.cnblogs.com/taoxu0903/archive/2008/07/25/1251579.html总之, 有了 DEBUG_NEW, 一旦发生内存泄漏, V... 阅读全文
posted @ 2015-12-11 20:27 rldts 阅读(341) 评论(0) 推荐(0) 编辑
摘要:转自:https://msdn.microsoft.com/en-us/library/eeah46xd.aspxTN062: Message Reflection for Windows ControlsVisual Studio 2015NoteThe following technical n... 阅读全文
posted @ 2015-12-11 19:13 rldts 阅读(820) 评论(0) 推荐(0) 编辑
摘要:参考资料:http://jingyan.baidu.com/article/75ab0bcbee4b47d6864db2fc.html注: x86 x64 这些根据自己的系统以及需求而定, 这里就不赘述1. 下载安装包 opencv3.0.0.exe, 解压到 E:\tools\opencv3.0.... 阅读全文
posted @ 2015-12-08 16:46 rldts 阅读(1858) 评论(0) 推荐(1) 编辑
摘要:Windows Strawberry Perl.解决办法:1. 设置环境变量 TERM = dumb2. 重启 CMD参考资料:http://padre.perlide.org/trac/ticket/831http://www.perlmonks.org/?node_id=840731 阅读全文
posted @ 2015-12-04 01:07 rldts 阅读(455) 评论(0) 推荐(0) 编辑
摘要:我在 Windows 上用的是 Strawberry Perl.安装好 Strawberry Perl 之后, 打开 CMD, 输入 CPAN 即可安装你想要的库 阅读全文
posted @ 2015-12-02 20:56 rldts 阅读(1125) 评论(0) 推荐(0) 编辑
摘要:参考资料:https://stackoverflow.com/questions/15224400/perl-on-windows-problems-with-encodinghttps://technet.microsoft.com/en-us/library/bb490874.aspxhttp:... 阅读全文
posted @ 2015-12-02 20:51 rldts 阅读(514) 评论(0) 推荐(0) 编辑
摘要:1.URL Binding Failure Webmatrix解决办法: 用管理员权限运行 WebMatrix 并且 改 Port. 我反正是随便输入了一个 Port 就成功了, 默认的是 61039, 我改成了 41095.参考资料:http://answers.microsoft.com/en-... 阅读全文
posted @ 2015-11-30 19:51 rldts 阅读(317) 评论(0) 推荐(0) 编辑
摘要:VS2013项目下载地址:http://pan.baidu.com/s/1gemrBrl注册并运行:使用管理员权限. 运行 REGISTER.BAT. 然后运行 TANGRAM.EXE 即可.注销组件:使用管理员权限. 运行 UNREGISTER.BAT总的步骤:1.首先构建解决方案. 把生成的DL... 阅读全文
posted @ 2015-11-27 19:56 rldts 阅读(451) 评论(0) 推荐(0) 编辑
摘要:解决办法:1. Do not use the /mktyplib203 switch unless you have to deal with legacy code dating back to mktyplib ver.2.03.2.In the .odl file, put the follo... 阅读全文
posted @ 2015-11-25 17:56 rldts 阅读(1863) 评论(0) 推荐(0) 编辑
摘要:http://arstechnica.com/information-technology/2015/11/visual-studio-now-supports-debugging-linux-apps-code-editor-now-open-source/--------------------... 阅读全文
posted @ 2015-11-19 20:43 rldts 阅读(283) 评论(0) 推荐(0) 编辑
摘要:bing.com搜索: autoexp.dat参考资料:AutoExp.dathttp://www.virtualdub.org/blog/pivot/entry.php?id=120http://www.cnblogs.com/cutepig/archive/2010/08/12/1798079.... 阅读全文
posted @ 2015-11-18 22:10 rldts 阅读(900) 评论(0) 推荐(1) 编辑
摘要:参考资料:http://www.cnblogs.com/fuyanwen/p/3200536.htmlhttp://www.cnblogs.com/wendao/archive/2012/07/27/2612597.html不能直接用:QString szqFileName = QString::f... 阅读全文
posted @ 2015-11-17 22:28 rldts 阅读(5664) 评论(0) 推荐(0) 编辑
摘要:项目属性-> 配置属性 -> 常规 -> 字符集 (多字节字符集即没有设置UNICODE宏, 使用Unicode字符集就是设置了UNICODE宏)设置的效果可以去 C/C++ -> 预处理器 -> 预处理器定义 查看注意 QT-Addin生成的VS项目默认是加上UNICODE宏 去项目属性-> 配置... 阅读全文
posted @ 2015-11-17 19:53 rldts 阅读(2395) 评论(0) 推荐(0) 编辑
摘要:http://stackoverflow.com/questions/1789594/how-to-write-cd-command-in-makefile 阅读全文
posted @ 2015-11-17 14:42 rldts 阅读(448) 评论(0) 推荐(0) 编辑
摘要:--------------------------开头这部分可以跳过,仅作为笔记-----------------------我问过的问题:http://www.codeproject.com/Questions/1052584/Visual-Studio-compiling-Qt-code-re... 阅读全文
posted @ 2015-11-10 15:28 rldts 阅读(5705) 评论(0) 推荐(0) 编辑
摘要:参考:http://blog.csdn.net/brioxu/article/details/6932350dumpbin /exports /out:xxx.dmp xxx.lib 阅读全文
posted @ 2015-11-09 12:51 rldts 阅读(1387) 评论(0) 推荐(0) 编辑