上一页 1 2 3 4 5 6 7 8 ··· 13 下一页
摘要: IIS发布.netcore运行500.19错误,新环境需要安装dotnet-hosting-6.0.6-win(测试发布版本为6.0) 下载地址: https://download.visualstudio.microsoft.com/download/pr/0d000d1b-89a4-4593-9 阅读全文
posted @ 2022-06-03 23:24 chengeng 阅读(1595) 评论(0) 推荐(0)
摘要: 1、路由器打开SMB,在小米路由器手机APP打开。 2、电脑需要做策略更改(运行gpedit.msc),如下图所示。 阅读全文
posted @ 2022-06-03 19:45 chengeng 阅读(834) 评论(0) 推荐(0)
摘要: 1、检查 IIS 是否有 .Net Core 必须的包 看看是否安装了托管捆绑包 AspNetCoreModule 如果没有,自行下载安装:https://dotnet.microsoft.com/download 安装完事,其余打包、站点发布与以往一致。 阅读全文
posted @ 2021-12-15 16:46 chengeng 阅读(705) 评论(0) 推荐(0)
摘要: SELECT * FROM [Master].[dbo].[SYSPROCESSES] WHERE [DBID] IN ( SELECT [DBID] FROM [Master].[dbo].[SYSDATABASES] WHERE NAME='数据库名称' ) 阅读全文
posted @ 2020-09-22 17:32 chengeng 阅读(1229) 评论(0) 推荐(0)
摘要: public static class DataConvertor { public static DataTable ToDataTable<T>(IEnumerable<T> data) { PropertyDescriptorCollection properties = TypeDescri 阅读全文
posted @ 2020-08-03 10:20 chengeng 阅读(155) 评论(0) 推荐(0)
摘要: 1、引用包 2、关键代码 RfcConfigParameters rfcPar = new RfcConfigParameters(); rfcPar.Add(RfcConfigParameters.Name, "DEV"); rfcPar.Add(RfcConfigParameters.AppSe 阅读全文
posted @ 2020-06-24 15:57 chengeng 阅读(819) 评论(0) 推荐(0)
摘要: ReSharper : 首先的是Resharper,这个基本是目前是我开发过程中必备的工具集,唯一的缺点就是吃内存,所以你的内存要是低于8G,就不要使用它了。它的特点可以快速重构、高亮显示错误、导航和搜索都很方便、智能提示、智能复制这个我特别喜欢等等,用着它你会感受到很多惊喜。 Extensibil 阅读全文
posted @ 2020-03-25 16:18 chengeng 阅读(890) 评论(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 阅读(203) 评论(0) 推荐(0)
摘要: 引用来自:https://blog.csdn.net/mozuncangtianbaxue/article/details/79002775 jquery中的ajax方法参数总是记不住,这里记录一下。 1.url: 要求为String类型的参数,(默认为当前页地址)发送请求的地址。 2.type:  阅读全文
posted @ 2019-10-21 10:27 chengeng 阅读(22798) 评论(0) 推荐(0)
上一页 1 2 3 4 5 6 7 8 ··· 13 下一页