摘要: 1 [TestInitialize] 2 public void Initialize() 3 { 4 //Mis系统配置 5 Util6.Information.Config.CoreConfig.Initialize("Default"); 6 IocHelper.Register<MisCon 阅读全文
posted @ 2021-06-02 13:45 优六系统(Util6MIS+) 阅读(125) 评论(0) 推荐(0)
摘要: string str = string.Empty; Type strType = str.GetType(); Type strTypeType = strType.GetType(); strType.ToString(); // returns "System.string" strTypeType.ToString(); // returns "System.RuntimeTy... 阅读全文
posted @ 2019-12-02 21:41 优六系统(Util6MIS+) 阅读(1359) 评论(0) 推荐(0)
只有注册用户登录后才能阅读该文。 阅读全文
posted @ 2019-11-11 17:39 优六系统(Util6MIS+) 阅读(44) 评论(0) 推荐(0)
只有注册用户登录后才能阅读该文。 阅读全文
posted @ 2019-09-07 13:59 优六系统(Util6MIS+) 阅读(3) 评论(0) 推荐(0)
摘要: 直接将参数赋值为常量0则参数值为null,出现异常:MySql.Data.MySqlClient.MySqlException (0x80004005): Column 'PayType' cannot be null 将0用变量代替后没有问题 阅读全文
posted @ 2019-08-17 11:27 优六系统(Util6MIS+) 阅读(357) 评论(0) 推荐(0)
摘要: <script src="js/jquery-1.11.1.js" ></script> <script src="js/template.js"></script> <script type="text/javascript"> template.helper("fromatMoney", function (x,y) { return JSON.stringify(x)+','+y; }); 阅读全文
posted @ 2019-08-15 14:19 优六系统(Util6MIS+) 阅读(1329) 评论(0) 推荐(0)
摘要: 使用Fiddler抓取手机APP流量--360WIFI 操作步骤:1.打开Fiddler,Tools-Fiddler Options-Connections,勾选Allow remote computers to connect,端口为8888;2.防火墙开放端口8888;2.在电脑上查看360wi 阅读全文
posted @ 2019-07-20 14:10 优六系统(Util6MIS+) 阅读(1237) 评论(0) 推荐(0)
摘要: #======================================================================= #查询表信息 select table_name, table_comment, create_time, update_time from information_schema.tables where table_schema = (sel... 阅读全文
posted @ 2019-06-28 14:33 优六系统(Util6MIS+) 阅读(2162) 评论(0) 推荐(0)
摘要: 阅读全文
posted @ 2019-06-26 10:45 优六系统(Util6MIS+) 阅读(2479) 评论(0) 推荐(0)
摘要: 可参考:http://www.w3school.com.cn/jquery/event_unbind.asp 阅读全文
posted @ 2019-06-25 14:30 优六系统(Util6MIS+) 阅读(2370) 评论(0) 推荐(0)