摘要: $("#StudentTable").datagrid("loadData", { total: 0, rows: [] }); 阅读全文
posted @ 2016-12-09 20:29 陈昌鸿 阅读(5315) 评论(0) 推荐(0) 编辑
摘要: 解决方法: 用记事本打开MVC网站的项目文件(*.csproj),滚动条拉到最下,找到这两个节点: 改为: 阅读全文
posted @ 2016-11-18 19:33 陈昌鸿 阅读(4725) 评论(3) 推荐(1) 编辑
摘要: 结果是一个字符串,类似:131238643554094913。 阅读全文
posted @ 2016-11-17 21:55 陈昌鸿 阅读(459) 评论(0) 推荐(0) 编辑
摘要: 解决方法: 打开SQL Server,新建查询: ALTER DATABASE 数据库名 SET NEW_BROKER WITH ROLLBACK IMMEDIATE;ALTER DATABASE 数据库名 SET ENABLE_BROKER; 转自:http://www.cnblogs.com/I 阅读全文
posted @ 2016-11-13 20:40 陈昌鸿 阅读(413) 评论(0) 推荐(0) 编辑
摘要: <script type="text/javascript"> function Check() { if (window.confirm('您是否参与抽奖?')) { return true; } else { return false; } } function Draw() { if (Che 阅读全文
posted @ 2016-11-13 10:01 陈昌鸿 阅读(413) 评论(0) 推荐(0) 编辑
摘要: 页面: 后台: 阅读全文
posted @ 2016-11-09 19:15 陈昌鸿 阅读(1972) 评论(0) 推荐(0) 编辑
摘要: <script type="text/javascript"> function submitForm(url, data) { var eleForm = document.body.appendChild(document.createElement('form')); eleForm.acti 阅读全文
posted @ 2016-11-02 18:37 陈昌鸿 阅读(10713) 评论(0) 推荐(2) 编辑
摘要: WeixinJSBridge.call('closeWindow'); // 关闭微信浏览器 window.opener=null; window.open('','_self'); window.close(); // 关闭电脑浏览器 阅读全文
posted @ 2016-11-01 20:21 陈昌鸿 阅读(1913) 评论(0) 推荐(0) 编辑
摘要: <script type="text/javascript"> function CheckWeChatBrowser() { var ua = navigator.userAgent.toLowerCase(); if (ua.match(/MicroMessenger/i) == "microm 阅读全文
posted @ 2016-11-01 20:16 陈昌鸿 阅读(589) 评论(0) 推荐(0) 编辑
摘要: 一、Windows身份验证方式 二、SQL Server 身份验证方式 注:示例中的服务器名称:SQL2005,用户名:sa,密码:123,数据库名:Study。 阅读全文
posted @ 2016-10-31 15:21 陈昌鸿 阅读(7389) 评论(0) 推荐(1) 编辑