上一页 1 ··· 21 22 23 24 25 26 27 28 29 ··· 35 下一页
摘要: using System;using System.Collections;using System.Globalization;using System.IO;using System.Net;using System.Runtime.InteropServices;using System.Se 阅读全文
posted @ 2016-06-22 00:10 zslm___ 阅读(454) 评论(0) 推荐(0) 编辑
摘要: using System;using System.Collections;using System.Globalization;using System.IO;using System.Net;using System.Runtime.InteropServices;using System.Se 阅读全文
posted @ 2016-06-22 00:09 zslm___ 阅读(152) 评论(0) 推荐(0) 编辑
摘要: System.Text.RegularExpressions.Regex ___rx = new System.Text.RegularExpressions.Regex(@"""url"":""(?<zip>.*?)""", System.Text.RegularExpressions.Regex 阅读全文
posted @ 2016-06-22 00:07 zslm___ 阅读(141) 评论(0) 推荐(0) 编辑
摘要: internal class Program { private static void Main(string[] args) { var content = Read(@"E:\workspace\日志\2016-06-21.LOG2016-06-21.LOG"); Regex reg3 = n 阅读全文
posted @ 2016-06-21 14:00 zslm___ 阅读(1132) 评论(0) 推荐(0) 编辑
摘要: static public string Read(string path) { StreamReader sr = new StreamReader(path,Encoding.Default); String line; StringBuilder sb=new StringBuilder(); 阅读全文
posted @ 2016-06-21 12:22 zslm___ 阅读(275) 评论(0) 推荐(0) 编辑
摘要: 服务端app.config <?xml version="1.0" encoding="utf-8" ?><configuration> <system.serviceModel> <services> <service name="WCFTest.GreetService" behaviorCon 阅读全文
posted @ 2016-06-17 16:59 zslm___ 阅读(194) 评论(0) 推荐(0) 编辑
摘要: 添加System.ServiceModel 引用 Wcf 服务端 class Program { static void Main(string[] args) { ServiceHost host = new ServiceHost(typeof(GreetService), new Uri("h 阅读全文
posted @ 2016-06-17 15:46 zslm___ 阅读(192) 评论(0) 推荐(0) 编辑
摘要: sp_executesql 书写规则 exec sp_executesql @sql,N'参数1 类型1,参数2 类型2,参数3 类型3 OUTPUT',参数1,参数2,参数3 OUTPUT; 注意参数顺序必须对应好,习惯上把OUTPUT 参数放在最后 sp_executesql 比 之前的exec 阅读全文
posted @ 2016-06-16 17:48 zslm___ 阅读(146) 评论(0) 推荐(0) 编辑
摘要: 1.创建唯一索引 create unique index activityConfigDetail_ConfigIdPageLocationon activityConfigDetail(ConfigId,PageLocation) 2.创建普通索引 create index activityCon 阅读全文
posted @ 2016-06-16 17:30 zslm___ 阅读(153) 评论(0) 推荐(0) 编辑
摘要: <script src="./jquery-1.7.1.min.js"></script><script>;(function($,undefined){ /*也可以用 $.fn.extend()方法 $.fn.extend({ cbacba:function() { console.log($(t 阅读全文
posted @ 2016-06-16 12:21 zslm___ 阅读(169) 评论(0) 推荐(0) 编辑
上一页 1 ··· 21 22 23 24 25 26 27 28 29 ··· 35 下一页