上一页 1 ··· 4 5 6 7 8 9 10 11 下一页
摘要: 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 阅读(312) 评论(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 阅读(1826) 评论(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 阅读(35412) 评论(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 阅读(681) 评论(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 阅读(711) 评论(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 阅读(847) 评论(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 阅读(3818) 评论(1) 推荐(0)
摘要: Uri uri = Request.UrlReferrer; 阅读全文
posted @ 2016-08-16 16:20 chenjingchun 阅读(281) 评论(0) 推荐(0)
摘要: 摘自网络 static void Main(string[] args) { //各物品的概率保存在数组里 float[] area = new float[4]{ 0.5f, 0.5f, 0, ... 阅读全文
posted @ 2016-08-15 17:10 chenjingchun 阅读(4375) 评论(0) 推荐(0)
摘要: 参考http://www.cnblogs.com/ldp615/archive/2010/09/17/asp-net-mvc-file-result.html 1.引入NPOI 2.代码 3.页面请求 阅读全文
posted @ 2016-07-20 09:40 chenjingchun 阅读(4727) 评论(0) 推荐(1)
上一页 1 ··· 4 5 6 7 8 9 10 11 下一页