摘要: JavaScript-Errors-Notifier_v2.1.7 下载地址 安装方法: http://chromecj.com/utilities/2014-09/181.html 设置方式: 阅读全文
posted @ 2017-11-21 09:51 用友U8二次开发 阅读(1541) 评论(0) 推荐(0)
摘要: 使用SharpZipLib插件 插件地址:http://icsharpcode.github.io/SharpZipLib/ 阅读全文
posted @ 2017-11-18 23:12 用友U8二次开发 阅读(351) 评论(0) 推荐(0)
摘要: 1、 在表单需要提交Html的页面头部加入 ValidateRequest="false" 2、webConfig 的 <system.web> 节点下配置 阅读全文
posted @ 2017-11-18 23:09 用友U8二次开发 阅读(1186) 评论(0) 推荐(0)
摘要: using System; using System.Collections.Generic; using System.Linq; using System.Web; using System.Configuration; using System.IO; using System.Collections.Specialized; using zhjy.BLL.w_disk; using zh... 阅读全文
posted @ 2017-11-18 22:34 用友U8二次开发 阅读(253) 评论(0) 推荐(0)
摘要: 基于Bootstrap表单验证 GitHub地址:https://github.com/chentangchun/FormValidate 使用方式: 1.CSS样式 阅读全文
posted @ 2017-11-16 16:47 用友U8二次开发 阅读(625) 评论(1) 推荐(0)
摘要: 1、添加log4Net配置文件log4net.config 配置文件属性设置为: 配置如下: 2.在数据库创建SysLogs表 3.webConfig 配置 4.应用程序启动时设置配置项 Global.asax 5.日志写入示例 阅读全文
posted @ 2017-11-16 13:23 用友U8二次开发 阅读(2254) 评论(0) 推荐(0)
摘要: 接口调用: http://wthrcdn.etouch.cn/WeatherApi?city=昆明 或者 http://wthrcdn.etouch.cn/WeatherApi?citykey=citycode 阅读全文
posted @ 2017-11-15 16:02 用友U8二次开发 阅读(267) 评论(0) 推荐(0)
摘要: public static class LinqOrderEx { private static IOrderedQueryable OrderingHelper(IQueryable source, string propertyName, bool descending, bool anotherLevel) { Paramet... 阅读全文
posted @ 2017-11-14 12:02 用友U8二次开发 阅读(532) 评论(0) 推荐(0)
摘要: //js将表单序列化成对象 $.fn.serializeObject = function () { var $els = $(this).find("[name]"); var formData = {}; var len = $els.length; for (var i = 0; i 0) { for (var i = 0; i ' + d... 阅读全文
posted @ 2017-11-14 09:15 用友U8二次开发 阅读(262) 评论(0) 推荐(0)
摘要: jquery判断checked的三种方法:.attr('checked): //看版本1.6+返回:”checked”或”undefined” ;1.5-返回:true或false.prop('checked'): //16+:true/false.is(':checked'): //所有版本:tr 阅读全文
posted @ 2017-11-14 09:14 用友U8二次开发 阅读(323) 评论(0) 推荐(0)