上一页 1 2 3 4 5 6 7 8 ··· 12 下一页
摘要: public static class DataConvertor { public static DataTable ToDataTable<T>(IEnumerable<T> data) { PropertyDescriptorCollection properties = TypeDescri 阅读全文
posted @ 2020-08-03 10:20 chengeng 阅读(133) 评论(0) 推荐(0)
摘要: 1、引用包 2、关键代码 RfcConfigParameters rfcPar = new RfcConfigParameters(); rfcPar.Add(RfcConfigParameters.Name, "DEV"); rfcPar.Add(RfcConfigParameters.AppSe 阅读全文
posted @ 2020-06-24 15:57 chengeng 阅读(792) 评论(0) 推荐(0)
摘要: ReSharper : 首先的是Resharper,这个基本是目前是我开发过程中必备的工具集,唯一的缺点就是吃内存,所以你的内存要是低于8G,就不要使用它了。它的特点可以快速重构、高亮显示错误、导航和搜索都很方便、智能提示、智能复制这个我特别喜欢等等,用着它你会感受到很多惊喜。 Extensibil 阅读全文
posted @ 2020-03-25 16:18 chengeng 阅读(872) 评论(0) 推荐(0)
摘要: html部分<a href="ashx?参数"> ashx部分 public override void ProcessRequest(HttpContext context) { this.UserID = base.BaseUserID; this.strAttachGuid = context 阅读全文
posted @ 2020-02-27 10:15 chengeng 阅读(194) 评论(0) 推荐(0)
摘要: 引用来自:https://blog.csdn.net/mozuncangtianbaxue/article/details/79002775 jquery中的ajax方法参数总是记不住,这里记录一下。 1.url: 要求为String类型的参数,(默认为当前页地址)发送请求的地址。 2.type:  阅读全文
posted @ 2019-10-21 10:27 chengeng 阅读(22776) 评论(0) 推荐(0)
摘要: 版权声明:本文为博主原创文章,遵循 CC 4.0 BY-SA 版权协议,转载请附上原文出处链接和本声明。本文链接:https://blog.csdn.net/MeGoodtoo/article/details/54174036Json.NET http://json.codeplex.com/Jso 阅读全文
posted @ 2019-10-11 08:54 chengeng 阅读(216) 评论(0) 推荐(0)
摘要: 官方: https://learn.microsoft.com/zh-cn/dotnet/csharp/whats-new/csharp-version-history https://docs.microsoft.com/zh-cn/dotnet/articles/csharp/whats-new 阅读全文
posted @ 2019-08-21 00:00 chengeng 阅读(581) 评论(0) 推荐(0)
摘要: 用CMD(以管理员方式运行)分别运行:1. Dism /Online /Cleanup-Image /RestoreHealth2. sfc /scannow 注意:第2步比较慢,有进度条,请耐心等待! 阅读全文
posted @ 2019-08-03 00:12 chengeng 阅读(560) 评论(0) 推荐(0)
该文被密码保护。 阅读全文
posted @ 2019-08-01 09:34 chengeng 阅读(6) 评论(0) 推荐(0)
摘要: -- 查询被锁的表select request_session_id spid,OBJECT_NAME(resource_associated_entity_id) tableName from sys.dm_tran_locks where resource_type='OBJECT' -- 解锁 阅读全文
posted @ 2019-07-26 11:06 chengeng 阅读(14650) 评论(0) 推荐(1)
上一页 1 2 3 4 5 6 7 8 ··· 12 下一页