上一页 1 2 3 4 5 6 ··· 8 下一页
摘要: $(function(){ var _showImgW; var _showImgH; var _showImgMT; var _showImgML; $("#imgDiv").swipe({ swipeStatus:function(event, phase, direction, dis... 阅读全文
posted @ 2015-08-17 19:09 文刀君 阅读(463) 评论(0) 推荐(0) 编辑
摘要: http://www.cnblogs.com/warensoft/archive/2011/12/09/warenosoft3d.html上面这篇文章很好解释了。简单记录一下:1. 声明 注意 DLL 一定要放到bin 目录底下,否则会提示找不到。 如果使用了指针要使用unsafe 关键字,声明一个... 阅读全文
posted @ 2015-08-13 20:58 文刀君 阅读(2097) 评论(0) 推荐(0) 编辑
摘要: 1. 除了matlab 编译的DLL 意外还需要引用MWArray.dll 这个dill 在安装了 MCRInstaller.exe(matlab运行环境之后就会有了);2. 最重要的一点.net 的运行环境要保持一致,比如 matlab 编译用的 .net4.0 如果你用 4.5或3.5引用 可能... 阅读全文
posted @ 2015-08-13 20:48 文刀君 阅读(994) 评论(0) 推荐(0) 编辑
摘要: USE ZrqCommon; GOALTER TABLE UserInfoADD CONSTRAINT AK_UserName UNIQUE (UserName); GO 阅读全文
posted @ 2015-08-04 11:12 文刀君 阅读(167) 评论(0) 推荐(0) 编辑
摘要: 使用DEFAULT,填充 阅读全文
posted @ 2015-07-27 00:12 文刀君 阅读(1319) 评论(0) 推荐(0) 编辑
摘要: 阅读全文
posted @ 2015-07-24 08:42 文刀君 阅读(109) 评论(0) 推荐(0) 编辑
摘要: 1.在index.html 页面定义一个 函数用于接收 子页面的调用。function reFun(data) { alert(data); }2.在index2.html 页面中 增加一个的iframe ,但是调用地址 需要与index.html 同一个域(可以根据需要 动态创建iframe ... 阅读全文
posted @ 2015-07-18 15:49 文刀君 阅读(1070) 评论(0) 推荐(0) 编辑
摘要: 1.在IIS 上新建一个项目,制定目录到 项目根目录。2.制定IIS上指定 主机名称如: vk.com3. 修改主机HOST 文件:C:\Windows\System32\drivers\etc host ,添加 127.0.0.1 vk.com 然后访问 vk.com4.VS->调试->附加到进程... 阅读全文
posted @ 2015-07-16 08:06 文刀君 阅读(222) 评论(0) 推荐(0) 编辑
摘要: var path = Server.MapPath("~/doc/demo.doc"); Document doc = new Document(path); DocumentBuilder builder = new DocumentBuilder(d... 阅读全文
posted @ 2015-07-14 01:09 文刀君 阅读(1610) 评论(0) 推荐(0) 编辑
摘要: 服务端:var json = "{\"title\": \"Recent Uploads tagged mountrainier\",\"link\": \"http://www.flickr.com/photos/tags/mountrainier/\",\"items\": [{\"title\... 阅读全文
posted @ 2015-04-15 15:37 文刀君 阅读(355) 评论(0) 推荐(0) 编辑
上一页 1 2 3 4 5 6 ··· 8 下一页