肯肯

DNN, DotNetNuke, CS, CCS, ANF, Oracle, GIS, RIA, JS, XML, AJAX

  博客园 :: 首页 :: 博问 :: 闪存 :: 新随笔 :: 联系 :: 订阅 订阅 :: 管理 ::

2018年1月7日

摘要: 参考: https://docs.microsoft.com/zh-cn/cpp/dotnet/overview-of-marshaling-in-cpp #include "msclr/marshal.h"#include "msclr/marshal_windows.h"#include "ms 阅读全文
posted @ 2018-01-07 09:48 verygis 阅读(983) 评论(0) 推荐(0) 编辑

2018年1月6日

摘要: If you are statically linking on Windows, you need these preprocessor defines: DWFTK_STATIC DWFTK_BUILD_EXPAT DWFCORE_STATIC DWFCORE_BUILD_ZLIB The Un 阅读全文
posted @ 2018-01-06 18:26 verygis 阅读(551) 评论(0) 推荐(0) 编辑

摘要: wcout.imbue(locale(locale(), "", LC_CTYPE)); 阅读全文
posted @ 2018-01-06 17:46 verygis 阅读(845) 评论(0) 推荐(0) 编辑

2016年11月18日

摘要: 1. 数组克隆, 使用 slice() 方法 var a1 = [1,2,3,4]; var a2 = a1.slice(); 2. 强制将变量值转化为 bool 类型,前置双感叹号 !! var a = ... var b = !!a; 3. 强制将变量值转换为 number 类型,前置加号 + 阅读全文
posted @ 2016-11-18 16:16 verygis 阅读(110) 评论(0) 推荐(0) 编辑

2016年7月8日

摘要: 参考链接: http://stackoverflow.com/questions/28409100/try-reinstalling-node-sass-on-node-0-12 解决方法: 阅读全文
posted @ 2016-07-08 08:51 verygis 阅读(289) 评论(0) 推荐(0) 编辑

2015年4月14日

摘要: 1. 下载安装EF 5.x DbContext Generator for C# ; 下载地址:https://visualstudiogallery.msdn.microsoft.com/da740968-02f9-42a9-9ee4-1a9a06d896a22. 启动 VS2010, 打开原先... 阅读全文
posted @ 2015-04-14 10:13 verygis 阅读(594) 评论(0) 推荐(0) 编辑

2015年3月19日

摘要: 参考文档: 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... 阅读全文
posted @ 2015-03-19 17:29 verygis 阅读(275) 评论(0) 推荐(0) 编辑

2015年2月10日

摘要: 服务器端版本为: 0.9.43客户端版本为: 3.9.01 阅读全文
posted @ 2015-02-10 17:45 verygis 阅读(466) 评论(0) 推荐(0) 编辑

2015年2月5日

摘要: 默认情况下, bower 会自动把文件安装在文件夹bower_components 下面,如果希望自定义这个文件夹的名称为 components ,可以创建一个名称为 ".bowerrc" 的文件放到项目的根目录,文件内容如下即可:{ "directory" : "components"} 阅读全文
posted @ 2015-02-05 12:13 verygis 阅读(232) 评论(0) 推荐(0) 编辑

摘要: 从 JQuery mobile 1.4 开始, CSS 由3个部分组成,分别是 Icons、Theme和Structurejquery.mobile-1.4.x.css: 包括了 、Theme 和 Structure; jquery.mobile.external-png-1.4.x.css: 包扩... 阅读全文
posted @ 2015-02-05 11:21 verygis 阅读(1650) 评论(0) 推荐(0) 编辑