导航

12 2015 档案

摘要:$.ajax({type : 'POST',url : 'user.php',data : $('form').serialize(),success : function (response, status, xhr) {alert('请求成功后');},complete : function (... 阅读全文

posted @ 2015-12-28 23:18 yiyishuitian 阅读(138) 评论(0) 推荐(0)

摘要:安装 framework 4 并且打上补丁Microsoft .NET Framework 4 可靠性更新 1 (KB2533523)https://www.microsoft.com/zh-cn/download/details.aspx?id=27014我没有试,但跟据下面的结果来看,安装 4.... 阅读全文

posted @ 2015-12-24 21:28 yiyishuitian 阅读(584) 评论(0) 推荐(0)

摘要:打开“我的电脑“,在地址栏输入 %systemroot%\Microsoft.NET\Framework 阅读全文

posted @ 2015-12-24 21:25 yiyishuitian 阅读(192) 评论(0) 推荐(0)

摘要:--定义游标 DECLARE cur_getaddress CURSOR FOR SELECT new_a ,new_b ,new_c ,new_d ... 阅读全文

posted @ 2015-12-22 17:59 yiyishuitian 阅读(330) 评论(0) 推荐(0)

该文被密码保护。

posted @ 2015-12-11 02:04 yiyishuitian 阅读(13) 评论(0) 推荐(0)

摘要:DataTable.select() 默认返回值为 DataRow[]数组代码来自网络: /**/ /// /// 执行DataTable中的查询返回新的DataTable /// /// 源数据DataTable ... 阅读全文

posted @ 2015-12-08 18:48 yiyishuitian 阅读(438) 评论(0) 推荐(0)

摘要:转自:http://www.jb51.net/article/45884.htm以下我们将为大家介绍 JavaScript 保留两位小数的实现方法:四舍五入以下处理结果会四舍五入:var num =2.446242342;num = num.toFixed(2); // 输出结果为 2.45不四舍五... 阅读全文

posted @ 2015-12-08 02:30 yiyishuitian 阅读(30851) 评论(1) 推荐(2)

摘要:jQuery(document).ready(function($) { if (window.history && window.history.pushState) { $(window).on('popstate', function() { var hashLocation... 阅读全文

posted @ 2015-12-07 05:16 yiyishuitian 阅读(242) 评论(0) 推荐(0)