摘要:
参考: https://docs.microsoft.com/zh-cn/cpp/dotnet/overview-of-marshaling-in-cpp #include "msclr/marshal.h"#include "msclr/marshal_windows.h"#include "ms 阅读全文
摘要:
If you are statically linking on Windows, you need these preprocessor defines: DWFTK_STATIC DWFTK_BUILD_EXPAT DWFCORE_STATIC DWFCORE_BUILD_ZLIB The Un 阅读全文
摘要:
wcout.imbue(locale(locale(), "", LC_CTYPE)); 阅读全文
摘要:
1. 数组克隆, 使用 slice() 方法 var a1 = [1,2,3,4]; var a2 = a1.slice(); 2. 强制将变量值转化为 bool 类型,前置双感叹号 !! var a = ... var b = !!a; 3. 强制将变量值转换为 number 类型,前置加号 + 阅读全文
摘要:
参考链接: http://stackoverflow.com/questions/28409100/try-reinstalling-node-sass-on-node-0-12 解决方法: 阅读全文
摘要:
1. 下载安装EF 5.x DbContext Generator for C# ; 下载地址:https://visualstudiogallery.msdn.microsoft.com/da740968-02f9-42a9-9ee4-1a9a06d896a22. 启动 VS2010, 打开原先... 阅读全文
摘要:
参考文档: http://dev.mysql.com/doc/refman/5.6/en/linux-installation-yum-repo.html1. 下载 rpm 文件:wget http://repo.mysql.com/mysql-community-release-el6-5.noa... 阅读全文
摘要:
服务器端版本为: 0.9.43客户端版本为: 3.9.01 阅读全文
摘要:
默认情况下, bower 会自动把文件安装在文件夹bower_components 下面,如果希望自定义这个文件夹的名称为 components ,可以创建一个名称为 ".bowerrc" 的文件放到项目的根目录,文件内容如下即可:{ "directory" : "components"} 阅读全文
摘要:
从 JQuery mobile 1.4 开始, CSS 由3个部分组成,分别是 Icons、Theme和Structurejquery.mobile-1.4.x.css: 包括了 、Theme 和 Structure; jquery.mobile.external-png-1.4.x.css: 包扩... 阅读全文