摘要: ="INSERT INTO DrawSetting ( LegendID, DrawName, Color, Style, RcaleFactor, LineWidth ) VALUES ( '"&A1&"', '"&F1&"', 'ByLayer', 'ACAD_ISO03W100', '1', 阅读全文
posted @ 2019-10-10 17:30 任督二脉 阅读(432) 评论(0) 推荐(0) 编辑
摘要: 编辑Ctrl + Space 代码完成 Ctrl + Shift + Space代码完成Ctrl + Alt + Space代码完成Ctrl + P 显示参数信息Alt + Insert 生成构造函数,属性,重载成员函数,实现接口Ctrl + Alt + J 生成if,try..catch,#reg 阅读全文
posted @ 2019-09-18 09:55 任督二脉 阅读(576) 评论(0) 推荐(0) 编辑
摘要: 在datagrid中直接将index传给easyui自带的deletRow方法来删除当前点击行,一开始并没有问题,但是当连续删除的时候就或出问题了。 原因是datagrid行是根据datagrid-row-index和datagrid-row-r1-x-x来定位行的,如果一开始就将该行的index作 阅读全文
posted @ 2019-09-18 09:53 任督二脉 阅读(448) 评论(0) 推荐(0) 编辑
摘要: 一、简单json对象 { "shp_flg": "0", "fm_date": "2018-04-18T00:00:00Z", "to_date": "2018-04-18T00:00:00Z", "emp_no": "008", "emp_nme_en": "Visitor 6", "shift" 阅读全文
posted @ 2019-09-12 14:49 任督二脉 阅读(23004) 评论(2) 推荐(0) 编辑
摘要: 添加引用,Newtonsoft.Json.dllusing Newtonsoft.Json.Linq; 阅读全文
posted @ 2019-09-12 14:36 任督二脉 阅读(46061) 评论(8) 推荐(3) 编辑
摘要: 示例1:数组里面含对象 组成的json串: 示例2:对象里面含数组 组成的json串: 推荐一个在线编辑JavaScript的网站 https://runjs.cn/ 效果很不错 转载地址:https://blog.csdn.net/loveLifeLoveCoding/article/detail 阅读全文
posted @ 2019-09-12 14:22 任督二脉 阅读(15756) 评论(0) 推荐(1) 编辑
摘要: 这是通过数组拼接成得json串,最后最后一定要调用JSON.stringify(data)方法。 传到后台时候是string字符串,不过数组拼成的JSON字符串,后台直接使用“Newtonsoft.Json.dll”的JObject jo = JObject.Parse(“接收的string类型JS 阅读全文
posted @ 2019-09-12 14:15 任督二脉 阅读(4152) 评论(0) 推荐(0) 编辑
摘要: 转载地址:https://www.cnblogs.com/sixu/p/6864247.html 阅读全文
posted @ 2019-09-11 16:59 任督二脉 阅读(144) 评论(0) 推荐(0) 编辑
摘要: 以qq软件为例子 @echo off start /d "D:\Program Files (x86)\Tencent\QQ\Bin\" QQ.exe exit @echo off start /d "E:\Program Files (x86)\Tencent\QQ\Bin\" QQ.exe ch 阅读全文
posted @ 2019-09-11 16:56 任督二脉 阅读(7961) 评论(1) 推荐(1) 编辑