posted @ 2016-02-25 03:24 yiyishuitian 阅读(386) 评论(0) 推荐(0)
摘要:
jquery中各个事件执行顺序如下: 1.ajaxStart(全局事件) 2.beforeSend 3.ajaxSend(全局事件) 4.success 5.ajaxSuccess(全局事件) 6.error 7.ajaxError (全局事件) 8.complete 9.ajaxComplete( 阅读全文
摘要:
http://blog.sina.com.cn/s/blog_4997f1b90102vkjn.html 最近项目中用到了fontawesome-webfont.svg等字体。部署项目后,发现没有<,+等符号,字体也不对,发现浏览器总是报找不到woff、woff2字体的错误。 原因:因为服务器II 阅读全文
posted @ 2016-02-23 14:28 yiyishuitian 阅读(136) 评论(0) 推荐(0)
摘要:
将Word文档发给别人时如何限制别人只能修改文档部分内容 转自:互联网.时间:2014-04-16 作者:snow 来源:互联网 在很多情况下我们都不希望别人修改我们的文档内容,特别实在将Word文档发给别人时,我们只希望别人能够在word文档中填写该填的地方,不该填写的地方只能看,不能修改。整个文 阅读全文
posted @ 2016-02-15 00:10 yiyishuitian 阅读(2134) 评论(0) 推荐(0)
摘要:
网上提示方法将install/includes/lib_installer.php以下内容修改后仍然提示失败:include(ROOT_PATH . 'install/languages/' . $system_lang . '.php');修改为include(ROOT_PATH . 'insta... 阅读全文
posted @ 2016-01-14 02:47 yiyishuitian 阅读(742) 评论(0) 推荐(0)
摘要:
http://www.cnblogs.com/furenjun/archive/2010/07/13/1776484.html Double dValue = 95.12345; int iValue = 10000; string strValue = "95.12345"; string res... 阅读全文
posted @ 2016-01-02 09:57 yiyishuitian 阅读(485) 评论(0) 推荐(0)
摘要:
/// /// 绑定代表下拉选项 /// public void BindOwnerDataII(string unitId, string bindid) { BaseCore obj = new BaseCore(... 阅读全文
posted @ 2016-01-02 02:57 yiyishuitian 阅读(342) 评论(0) 推荐(0)
摘要:
$.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)