会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
泥称
博客园
首页
新随笔
联系
订阅
管理
上一页
1
2
3
4
5
6
7
8
···
11
下一页
2021年12月31日
Nginx配置限制IP访问
摘要: #指定IP可用 allow IP; deny all;#需要放后面 #指定IP不可用 deny IP; allow all;#需要放后面 屏蔽配置可放置http, server, location, limit_except 放置位置 效果 备注http nginx中所有服务起效 -server 指
阅读全文
posted @ 2021-12-31 10:11 泥称
阅读(703)
评论(0)
推荐(0)
2021年11月29日
在DOS使用NotePad++打开文件
摘要: 在DOS使用NotePad++打开文件 "C:\Program Files\Notepad++\notepad++.exe" "文件路径"
阅读全文
posted @ 2021-11-29 11:42 泥称
阅读(161)
评论(0)
推荐(0)
2021年11月26日
AngularJS Unknown provider报错
摘要: 参考:https://blog.csdn.net/u014088839/article/details/53762813 引入了服务,但是模块里面没有注入相应的依赖这种情况还挺常见,下面举个栗子: angular.module('myApp', []).controller('DemoControl
阅读全文
posted @ 2021-11-26 16:36 泥称
阅读(164)
评论(0)
推荐(0)
2021年11月16日
Windows The task you are trying to do can't be completed because Remote Desktop Services is currently busy. Please try again in a few minutes. Other users should still be able to log on
摘要: 临时方案参考:https://support.cloudconnect.net/support/solutions/articles/1000136686-cct-201410155-the-task-you-are-trying-to-do-can-t-be-completed-because-r
阅读全文
posted @ 2021-11-16 10:30 泥称
阅读(305)
评论(0)
推荐(0)
2021年10月10日
windows cmd用户操作,添加,设备管理员组,允许修改密码
摘要: windows cmd用户操作,添加,设备管理员组,允许修改密码
阅读全文
posted @ 2021-10-10 17:38 泥称
阅读(669)
评论(0)
推荐(0)
2021年10月1日
VS 自动添加版权信息,.CS文件模板修改
摘要: VS2019企业版 .CS文件模板修改 默认.CS文件模板路径: "C:\Program Files (x86)\Microsoft Visual Studio\2019\Enterprise\Common7\IDE\ItemTemplates\CSharp\Code\2052\Class\Clas
阅读全文
posted @ 2021-10-01 09:09 泥称
阅读(258)
评论(0)
推荐(0)
2021年9月28日
DateTimeOffset本地化,DateTimeOffset转DateTime
摘要: DateTimeOffset本地化,DateTimeOffset转DateTime
阅读全文
posted @ 2021-09-28 08:56 泥称
阅读(455)
评论(0)
推荐(0)
2021年8月23日
SQLServer常用语句
摘要: 查询当前数据库上执行的SQL语句 SELECT 'kill '+CONVERT(varchar(50),session_id), [session_id], [wait_time] AS '等待时间', [request_id], [start_time] AS '开始时间', [status] A
阅读全文
posted @ 2021-08-23 19:09 泥称
阅读(252)
评论(0)
推荐(0)
2021年8月18日
PowerShell Install-Module 离线安装 .nupkg包
摘要: #Install-Module 离线安装$parameters = @{ Name = "NichengRep" SourceLocation = "D:\software" PublishLocation = "D:\software" InstallationPolicy = 'Trusted'
阅读全文
posted @ 2021-08-18 17:47 泥称
阅读(3443)
评论(0)
推荐(0)
2021年7月17日
.NET Core语句记录
摘要: .NET5打包单文件命令 dotnet publish -r win-x64 /p:PublishSingleFile=true /p:PublishTrimmed=true
阅读全文
posted @ 2021-07-17 10:21 泥称
阅读(35)
评论(0)
推荐(0)
上一页
1
2
3
4
5
6
7
8
···
11
下一页
公告