摘要: 在安装目录(..\Common7\IDE\ItemTemplates\CSharp\Code\2052\WebClass\Class.cs)打开文件 默认样式 在头部加上注释 再创建类就会看到效果了 阅读全文
posted @ 2016-11-10 14:08 blackhole1 阅读(308) 评论(0) 推荐(0) 编辑
摘要: select * from (SELECT DISTINCT ClassID,rgbvalue FROM (SELECT ClassID,Monday,Tuesday,Wednesday FROM EDU_CourseTable where ClassID =145) p UNPIVOT (rgbv 阅读全文
posted @ 2016-11-08 16:26 blackhole1 阅读(206) 评论(0) 推荐(0) 编辑
摘要: instr 类似与js中的indexOf 写法如下: select * from aa where instr(aa.字段,'11')>0 aa表中的字段存在11的所有数据 阅读全文
posted @ 2016-10-27 09:15 blackhole1 阅读(129) 评论(0) 推荐(0) 编辑
摘要: /// /// 动态解析dll /// public object DomainSerializer(Module _Module) { object ReturnValue = null; int state = 0; try {... 阅读全文
posted @ 2016-09-20 14:54 blackhole1 阅读(876) 评论(0) 推荐(0) 编辑
摘要: 1 public void CallBackCheck(string barcode, string ticketcount, string zybbillno) 2 { //接口参数的定义 json格式 3 string json = "{\"checkNo\": \"" + barcode + "\",\"checkOrder... 阅读全文
posted @ 2016-09-12 10:00 blackhole1 阅读(972) 评论(0) 推荐(0) 编辑
摘要: 1 [WebMethod] 2 [SoapRpcMethod(Use = SoapBindingUse.Literal, Action = "http://tempuri.org/GetProductsInfoByTime", RequestNamespace = "http://tempuri.org/", ResponseNamespace = "http://tempuri... 阅读全文
posted @ 2016-09-10 17:04 blackhole1 阅读(326) 评论(0) 推荐(0) 编辑
摘要: 找到这个目录 C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework 然后进\v4.0\zh-Hans的目录,全部复制,然后覆盖掉\v4.5\zh-Hans就行了 作者:傲雪链接:http://www 阅读全文
posted @ 2016-08-30 08:52 blackhole1 阅读(262) 评论(0) 推荐(0) 编辑
摘要: var Message="欢‘迎‘关‘注骨‘子‘里‘的‘傲‘气"; Message=Message.replace(/‘/g,"\""); 替换所有的‘为“ 阅读全文
posted @ 2016-08-24 17:30 blackhole1 阅读(133) 评论(0) 推荐(0) 编辑
摘要: to_char(cast(wd.itemcode as nvarchar2(32))) 阅读全文
posted @ 2016-08-12 16:53 blackhole1 阅读(1267) 评论(0) 推荐(0) 编辑
摘要: 1 public static bool CreateXML() 2 { 3 XMLMapMode xmlmodel = new XMLMapMode(); 4 Dictionary<string, object> dic = new Dictionary<string, object>(); 5 阅读全文
posted @ 2016-08-12 09:57 blackhole1 阅读(3267) 评论(0) 推荐(0) 编辑