会员
周边
新闻
博问
闪存
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
chengeng's blog
A single flower will be my garden, a single friend will be my world !
博客园
首页
新随笔
联系
订阅
管理
上一页
1
2
3
4
5
6
7
8
···
13
下一页
2022年6月17日
IIS创建证书不见了,应该哪里找?重新创建会提示覆盖,说明已存在
摘要:
阅读全文
posted @ 2022-06-17 11:16 chengeng
阅读(146)
评论(0)
推荐(0)
2022年6月3日
IIS发布.netcore需要安装dotnet-hosting
摘要: 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)
2021年12月15日
.Net 5.0 IIS 运行环境配置
摘要: 1、检查 IIS 是否有 .Net Core 必须的包 看看是否安装了托管捆绑包 AspNetCoreModule 如果没有,自行下载安装:https://dotnet.microsoft.com/download 安装完事,其余打包、站点发布与以往一致。
阅读全文
posted @ 2021-12-15 16:46 chengeng
阅读(705)
评论(0)
推荐(0)
2020年9月22日
SQL SERVER 察看数据库连接池情况
摘要: 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)
2020年8月3日
Data Table 转 List<Type>
摘要: 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)
2020年6月24日
.Net 调用SAP RFC
摘要: 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)
2020年3月25日
VS2017 插件介绍
摘要: ReSharper : 首先的是Resharper,这个基本是目前是我开发过程中必备的工具集,唯一的缺点就是吃内存,所以你的内存要是低于8G,就不要使用它了。它的特点可以快速重构、高亮显示错误、导航和搜索都很方便、智能提示、智能复制这个我特别喜欢等等,用着它你会感受到很多惊喜。 Extensibil
阅读全文
posted @ 2020-03-25 16:18 chengeng
阅读(890)
评论(0)
推荐(0)
2020年2月27日
ashx byte[]下载
摘要: 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)
2019年10月21日
$.ajax()方法详解
摘要: 引用来自: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
下一页
公告