随笔 - 547  文章 - 213 评论 - 417 阅读 - 107万

03 2018 档案
node.js " The requested service provider could not be loaded or initialized"
摘要:I'm trying to use any of the NodeJS or NPM commands but I always got the following error: socket: (10106) The requested service provider could not be 阅读全文
posted @ 2018-03-31 20:42 今夜太冷 阅读(861) 评论(0) 推荐(0) 编辑
VS2008中MFC对话框界面编程Caption中文乱码的解决办法
摘要:文章转载自http://blog.csdn.net/ajioy/article/details/6877646 最近在使用VS2008编写一个基于对话框的程序时,在对话框中添加Static控件,编写其Caption时写中文的话会出现乱码。 在预览状态下(快捷键是Ctrl+T)可能看到中文,但是编译运 阅读全文
posted @ 2018-03-31 11:56 今夜太冷 阅读(560) 评论(0) 推荐(0) 编辑
The application was unable to start correctly (0xc000007b)
摘要:用VS2013建立了一个c++ console application,然后引用了一个DLL, 启动的时候报错: The application was unable to start correctly (0xc000007b) 哪怕是如下最简单的代码也报错: #include "stdafx.h" int _tmain(int ... 阅读全文
posted @ 2018-03-30 20:17 今夜太冷 阅读(5858) 评论(0) 推荐(0) 编辑
FreeType的项目总是报error LNK2019: unresolved external symbol __imp错误
摘要:用vs2013建立了一个c++的项目,然后在根目录放置了freetype.lib,将GitHub上面的include文件夹拷贝到本机,并且在VS中设置了额外包含目录指向这个inluce文件夹,然后将freetype.dll拷贝到Debug目录下,然后程序中用了如下的代码: #include "stdafx.h" #include "FreeTypeH... 阅读全文
posted @ 2018-03-29 20:32 今夜太冷 阅读(681) 评论(0) 推荐(0) 编辑
MFC对话框:模态对话框及其弹出过程
摘要:From: http://www.jizhuomi.com/school/c/160.html 加法计算器对话框程序大家照着做一遍后,相信对基于对话框的程序有些了解了,有个好的开始对于以后的学习大有裨益。趁热打铁,鸡啄米这一节讲讲什么是模态对话框和非模态对话框,以及模态对话框怎样弹出。 一.模态对话 阅读全文
posted @ 2018-03-24 18:32 今夜太冷 阅读(668) 评论(0) 推荐(0) 编辑
MFC如何获取硬盘的序列号
摘要:要把如下的两篇文章结合起来看: qt怎么获取硬盘序列号,是不是没戏? http://www.qtcn.org/bbs/simple/?t65637.html system("wmic path win32_physicalmedia get SerialNumber"); system("wmic 阅读全文
posted @ 2018-03-24 17:09 今夜太冷 阅读(611) 评论(0) 推荐(0) 编辑
SharePoint CAML Query小结
摘要:CAML的结构。 (, ) ]]> 可以在这个页面查看更详细的内容: https://msdn.micros... 阅读全文
posted @ 2018-03-22 11:48 今夜太冷 阅读(371) 评论(0) 推荐(0) 编辑
ECS Navicat for MySQL远程连接报10038的错误
摘要:问题现象 Navicat for MySQL访问远程mysql数据库,出现报错,显示"2003- Can't connect MySQL Server on '112.115.121.27'(10038) 问题原因 10038错误的含义是远程3306端口未对外开放。 解决方案 1)首先远程连接服务器,点击"开始"-"管理工具"-"高级安全Window... 阅读全文
posted @ 2018-03-11 15:29 今夜太冷 阅读(253) 评论(0) 推荐(0) 编辑
Managed C++ dll: #define _AFXDLL or do not use /MD[ d]?
摘要:[问题] Hello all I'm writing a managed C++ dll with will be acting as an intermediate betweena lot of old unmanagedlegacy C/C++ and a new C# WPF ui. While trying to compile it I'm getting this err... 阅读全文
posted @ 2018-03-11 11:20 今夜太冷 阅读(1348) 评论(0) 推荐(0) 编辑
CSS drop down的一个很好的示例
摘要:CSS drop down的一个很好的示例: http://www.runoob.com/css/css-dropdowns.html 阅读全文
posted @ 2018-03-07 16:05 今夜太冷 阅读(341) 评论(0) 推荐(0) 编辑
Overcoming the List View Threshold in SharePoint CAML queries
摘要:From: https://www.codeproject.com/articles/1076854/overcoming-the-list-view-threshold-in-sharepoint-c Introduction When your CAML queries start to hit the list view threshold, you'll think it will ne... 阅读全文
posted @ 2018-03-05 15:21 今夜太冷 阅读(272) 评论(0) 推荐(0) 编辑
c++ string wstring 字符串替换
摘要:intCStringTool::Replace(std::wstring&strContent,std::wstring&strReplace,std::wstring&strDest) { while(true) { size_tpos=strCon... 阅读全文
posted @ 2018-03-05 11:57 今夜太冷 阅读(1054) 评论(0) 推荐(0) 编辑

点击右上角即可分享
微信分享提示