上一页 1 ··· 4 5 6 7 8 9 10 11 12 下一页
摘要: 1.安装chocolatey 以管理员权限运行命令提示符(cmd.exe) @powershell -NoProfile -ExecutionPolicy Bypass -Command "iex ((new-object net.webclient).DownloadString('https://chocolatey.org/install.ps1'))" && SET PATH=%PATH%... 阅读全文
posted @ 2017-02-09 16:51 chenjingchun 阅读(586) 评论(0) 推荐(0)
摘要: 'abc...'.replace(new RegExp('oldStr', 'gm'), 'newStr') 阅读全文
posted @ 2017-01-19 16:32 chenjingchun 阅读(394) 评论(0) 推荐(0)
摘要: using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading; using System.Threading.Tasks; namespace ConsoleApplication1 { class Program { ... 阅读全文
posted @ 2017-01-09 09:59 chenjingchun 阅读(316) 评论(0) 推荐(0)
摘要: 1.vp计数 http://www.amazingcounters.com 2.来源地图 http://clustrmaps.com 2.1来源地图 http://www.flagcounter.com/ 3.推荐按钮浮动,放在“页面定制CSS代码” 4.点击图片放大 引用js和css,这是上传到我 阅读全文
posted @ 2016-11-30 16:20 chenjingchun 阅读(1829) 评论(1) 推荐(12)
摘要: 1.下载并引用js, 官网http://layer.layui.com/ 文档http://www.layui.com/doc/modules/layer.html 2.自定义样式 3.调用 好文要顶呀,兄弟们 阅读全文
posted @ 2016-11-24 14:32 chenjingchun 阅读(35417) 评论(2) 推荐(10)
摘要: 小记: 引用Quartz、Topshelf、Topshelf.Quartz 使用方法: http://www.cnblogs.com/mushroom/p/4952461.html http://www.cnblogs.com/jys509/p/4614975.html 任务调度: http://w 阅读全文
posted @ 2016-10-28 16:19 chenjingchun 阅读(686) 评论(0) 推荐(0)
摘要: protected static object MObjLock = new object();//同步锁 public string GetData(int mId) { Monitor.Enter(MObjLock);//lock string data = string.Empty; ... 阅读全文
posted @ 2016-09-23 10:59 chenjingchun 阅读(717) 评论(0) 推荐(0)
摘要: 方法一:国家统计局行政区代码 http://www.stats.gov.cn/tjsj/tjbz/ 方法二:腾讯QQ地址本地库 \Tencent\QQ\I18N\2052\LocList.xml 方法三:高德api http://lbs.amap.com/api/webservice/guide/a 阅读全文
posted @ 2016-08-23 15:34 chenjingchun 阅读(861) 评论(0) 推荐(0)
摘要: #random_box li:nth-child(odd) {//双行 background: #fff5c4; } #random_box li:nth-child(even) {//单行 background: #ffeb8c; } 阅读全文
posted @ 2016-08-18 18:30 chenjingchun 阅读(3825) 评论(1) 推荐(0)
摘要: Uri uri = Request.UrlReferrer; 阅读全文
posted @ 2016-08-16 16:20 chenjingchun 阅读(284) 评论(0) 推荐(0)
上一页 1 ··· 4 5 6 7 8 9 10 11 12 下一页