上一页 1 2 3 4 5 6 7 8 ··· 11 下一页
摘要: #指定IP可用 allow IP; deny all;#需要放后面 #指定IP不可用 deny IP; allow all;#需要放后面 屏蔽配置可放置http, server, location, limit_except 放置位置 效果 备注http nginx中所有服务起效 -server 指 阅读全文
posted @ 2021-12-31 10:11 泥称 阅读(689) 评论(0) 推荐(0) 编辑
摘要: 在DOS使用NotePad++打开文件 "C:\Program Files\Notepad++\notepad++.exe" "文件路径" 阅读全文
posted @ 2021-11-29 11:42 泥称 阅读(121) 评论(0) 推荐(0) 编辑
摘要: 参考:https://blog.csdn.net/u014088839/article/details/53762813 引入了服务,但是模块里面没有注入相应的依赖这种情况还挺常见,下面举个栗子: angular.module('myApp', []).controller('DemoControl 阅读全文
posted @ 2021-11-26 16:36 泥称 阅读(147) 评论(0) 推荐(0) 编辑
摘要: 临时方案参考: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 泥称 阅读(251) 评论(0) 推荐(0) 编辑
摘要: windows cmd用户操作,添加,设备管理员组,允许修改密码 阅读全文
posted @ 2021-10-10 17:38 泥称 阅读(521) 评论(0) 推荐(0) 编辑
摘要: 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 泥称 阅读(219) 评论(0) 推荐(0) 编辑
摘要: DateTimeOffset本地化,DateTimeOffset转DateTime 阅读全文
posted @ 2021-09-28 08:56 泥称 阅读(420) 评论(0) 推荐(0) 编辑
摘要: 查询当前数据库上执行的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 泥称 阅读(234) 评论(0) 推荐(0) 编辑
摘要: #Install-Module 离线安装$parameters = @{ Name = "NichengRep" SourceLocation = "D:\software" PublishLocation = "D:\software" InstallationPolicy = 'Trusted' 阅读全文
posted @ 2021-08-18 17:47 泥称 阅读(2702) 评论(0) 推荐(0) 编辑
摘要: .NET5打包单文件命令 dotnet publish -r win-x64 /p:PublishSingleFile=true /p:PublishTrimmed=true 阅读全文
posted @ 2021-07-17 10:21 泥称 阅读(27) 评论(0) 推荐(0) 编辑
上一页 1 2 3 4 5 6 7 8 ··· 11 下一页