nginx proxy manager bad gateway
因为腾讯云服务器上访问 https://ip-ranges.amazonaws.com/ip-ranges.json 被阻塞, 2 个方案, 修改容器的 dns 修改容器内文件 sed -i 's/.then(internalIpRanges.fetch)//g' /app/index.js https://github.com/NginxProx…
2025-1-06 22:50
|
616
|
|
63 字
|
1 分钟内
.net 编译时将警告视为错误
<PropertyGroup> <!-- 将警告视为错误 --> <TreatWarningsAsErrors>true</TreatWarningsAsErrors> <!-- 忽略添加高危 nuget 包时的警告(会变成错误,导致编译失败) --> <NuGetAudit>…
2024-12-22 12:50
|
776
|
|
8 字
|
1 分钟内
.net 性能计数器指标
.net 性能计数器指标 https://learn.microsoft.com/en-us/dotnet/framework/debug-trace-profile/performance-counters https://www.cnblogs.com/cuihongyu3503319/p/13564334.html
2024-12-06 10:00
|
751
|
|
30 字
|
几秒读完
当前 ip 地址、爬虫检测
https://fingerprint.com/demo/ 检测机器 id 换浏览器也能得到 id https://fingerprint.com/products/bot-detection/ 检测是否自动化操作,很强 https://bot.sannysoft.com 检测是否自动化操作。比较容易过 https://proxy.incolumi…
2024-12-05 11:00
|
685
|
|
39 字
|
2 分钟
wpf 中使用 webview2
https://www.cnblogs.com/zhaotianff/p/18256433
2024-12-04 15:39
|
706
|
|
7 字
|
几秒读完
ubuntu 挂载硬盘
常用命令 # 查看磁盘空间使用情况 (disk free) df -h # 查看块设备信息(磁盘,U 盘,SSD) lsblk -f # 查看管理磁盘分区 fdisk -l 挂载操作 进入磁盘管理,分区磁盘 sudo fdisk /dev/sda - m 帮助 - d 删除分区 - n 新建分区 - p 查看分区 - w 保存并退出 格式化分区 s…
2024-12-01 22:32
|
784
|
|
126 字
|
4 分钟