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