会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
被打小鸟
博客园
首页
新随笔
联系
管理
订阅
上一页
1
2
3
4
5
6
···
8
下一页
2015年8月17日
touchSwipe 上下左右滑动,二指缩放 效果不好。
摘要: $(function(){ var _showImgW; var _showImgH; var _showImgMT; var _showImgML; $("#imgDiv").swipe({ swipeStatus:function(event, phase, direction, dis...
阅读全文
posted @ 2015-08-17 19:09 文刀君
阅读(473)
评论(0)
推荐(0)
2015年8月13日
c# 调用c++ 使用指针传递的时候
摘要: http://www.cnblogs.com/warensoft/archive/2011/12/09/warenosoft3d.html上面这篇文章很好解释了。简单记录一下:1. 声明 注意 DLL 一定要放到bin 目录底下,否则会提示找不到。 如果使用了指针要使用unsafe 关键字,声明一个...
阅读全文
posted @ 2015-08-13 20:58 文刀君
阅读(2123)
评论(0)
推荐(0)
c# 调用 matlab 引发初始化错误 异常
摘要: 1. 除了matlab 编译的DLL 意外还需要引用MWArray.dll 这个dill 在安装了 MCRInstaller.exe(matlab运行环境之后就会有了);2. 最重要的一点.net 的运行环境要保持一致,比如 matlab 编译用的 .net4.0 如果你用 4.5或3.5引用 可能...
阅读全文
posted @ 2015-08-13 20:48 文刀君
阅读(1086)
评论(0)
推荐(0)
2015年8月4日
创建非主键唯一约束
摘要: USE ZrqCommon; GOALTER TABLE UserInfoADD CONSTRAINT AK_UserName UNIQUE (UserName); GO
阅读全文
posted @ 2015-08-04 11:12 文刀君
阅读(172)
评论(0)
推荐(0)
2015年7月27日
sql 中 如果添加 时间戳 字段 timestamp
摘要: 使用DEFAULT,填充
阅读全文
posted @ 2015-07-27 00:12 文刀君
阅读(1345)
评论(0)
推荐(0)
2015年7月24日
地区划分
摘要:
阅读全文
posted @ 2015-07-24 08:42 文刀君
阅读(118)
评论(0)
推荐(0)
2015年7月18日
JS frame 跨域 传值
摘要: 1.在index.html 页面定义一个 函数用于接收 子页面的调用。function reFun(data) { alert(data); }2.在index2.html 页面中 增加一个的iframe ,但是调用地址 需要与index.html 同一个域(可以根据需要 动态创建iframe ...
阅读全文
posted @ 2015-07-18 15:49 文刀君
阅读(1087)
评论(0)
推荐(0)
2015年7月16日
VS 附加进程调试
摘要: 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 文刀君
阅读(230)
评论(0)
推荐(0)
2015年7月14日
Aspose.words 替换字符 操作
摘要: var path = Server.MapPath("~/doc/demo.doc"); Document doc = new Document(path); DocumentBuilder builder = new DocumentBuilder(d...
阅读全文
posted @ 2015-07-14 01:09 文刀君
阅读(1666)
评论(0)
推荐(0)
2015年4月15日
jquery $.getJSON 注意细节
摘要: 服务端:var json = "{\"title\": \"Recent Uploads tagged mountrainier\",\"link\": \"http://www.flickr.com/photos/tags/mountrainier/\",\"items\": [{\"title\...
阅读全文
posted @ 2015-04-15 15:37 文刀君
阅读(371)
评论(0)
推荐(0)
上一页
1
2
3
4
5
6
···
8
下一页
公告