摘要: /// <summary> /// 日志文件记录 /// </summary> /// <param name="logName">日志描述</param> /// <param name="msg">写入信息</param> public static void WriteMsg(string l 阅读全文
posted @ 2017-04-18 13:14 D调灬仔 阅读(5046) 评论(0) 推荐(2) 编辑
摘要: using System; using System.Collections.Generic; using System.Linq; using System.Web; using System.Runtime.Serialization.Json; using System.ServiceMode 阅读全文
posted @ 2017-04-18 10:36 D调灬仔 阅读(225) 评论(0) 推荐(0) 编辑
摘要: SQL SERVER 2008 阅读全文
posted @ 2017-03-02 10:18 D调灬仔 阅读(1208) 评论(2) 推荐(0) 编辑
摘要: //第一种 List<FlightRefit> ls = new List<BPMSwebService.FlightRefit>(); ls.Add(new FlightRefit() { Id = 1,Agent="李四" }); ls.Add(new FlightRefit() { Id = 阅读全文
posted @ 2017-01-12 14:09 D调灬仔 阅读(775) 评论(0) 推荐(0) 编辑
摘要: .NET的List 阅读全文
posted @ 2017-01-12 14:03 D调灬仔 阅读(3747) 评论(0) 推荐(0) 编辑
摘要: 开始菜单》所有程序》附件》命令提示符(以管理员的身份运行) 然后运行下面的命令注册: 32位机器: C:\Windows\Microsoft.NET\Framework\v4.0.30319\aspnet_regiis.exe -i 64位机器: C:\Windows\Microsoft.NET\F 阅读全文
posted @ 2016-09-04 12:54 D调灬仔 阅读(143) 评论(0) 推荐(0) 编辑
摘要: WebClient web = new WebClient();//创建webclient对象 web.Encoding = Encoding.UTF8;//定义对象语言 var result = web.DownloadString(url); 阅读全文
posted @ 2016-06-16 10:29 D调灬仔 阅读(1182) 评论(0) 推荐(0) 编辑
摘要: /// <summary> /// Patch请求 /// </summary> /// <param name="url"></param> /// <param name="postData"></param> /// <returns></returns> public static stri 阅读全文
posted @ 2016-06-08 11:37 D调灬仔 阅读(861) 评论(0) 推荐(0) 编辑
摘要: $.fn是指jquery的命名空间,加上fn上的方法及属性,会对jquery实例每一个有效。 如扩展$.fn.abc(),即$.fn.abc()是对jquery扩展了一个abc方法,那么后面你的每一个jquery实例都可以引用这个方法了. 那么你可以这样子:$("#div").abc(); jQue 阅读全文
posted @ 2016-06-03 13:49 D调灬仔 阅读(860) 评论(0) 推荐(0) 编辑
摘要: /// <summary> /// MD5 16位加密 /// </summary> /// <param name="ConvertString"></param> /// <returns></returns> public static string GetMd5Str(string Conv 阅读全文
posted @ 2016-05-27 17:01 D调灬仔 阅读(237) 评论(0) 推荐(0) 编辑

作者D调灬仔

出处:https://www.cnblogs.com/chj929555796/

如果觉得这篇文章对你有小小的帮助的话,记得在右下角点个“推荐”哦,博主在此感谢!