上一页 1 2 3 4 5 6 7 8 9 10 ··· 30 下一页
摘要: Mutex: 用于保护临界区,确保同一时间只有一个线程能够访问共享资源;Semaphore: 允许同时有多个线程访问共享资源,但会限制并发访问的数量。 Mutex运行输出 Semaphore运行输出 namespace SyncThreadDemo { internal class Program 阅读全文
posted @ 2025-01-22 09:22 CHHC 阅读(22) 评论(0) 推荐(0)
摘要: using PaddleOCRSharp; namespace PaddleOCRSharpDemo { internal class Program { static void Main(string[] args) { //中英文模型V3模型 OCRModelConfig config = nu 阅读全文
posted @ 2025-01-20 17:07 CHHC 阅读(360) 评论(0) 推荐(0)
摘要: 参考文档:https://www.cnblogs.com/mq0036/p/18302572 using MLNET_Image; using static MLNET_Image.MLModel1; namespace MLNET.Image { public partial class Main 阅读全文
posted @ 2025-01-20 15:50 CHHC 阅读(17) 评论(0) 推荐(0)
摘要: namespace PriorityQueueDemo { public class Task { public string Name { get; set; } } public class TaskPriorityComparer : IComparer<(int, int)> { publi 阅读全文
posted @ 2025-01-20 11:32 CHHC 阅读(90) 评论(0) 推荐(0)
摘要: 1. 使用防火墙的入站和出站规则 2. 使用火绒工具进行拦截 IP黑名单拦截 阅读全文
posted @ 2025-01-10 11:18 CHHC 阅读(20) 评论(0) 推荐(0)
摘要: 实现功能 package main import ( "fmt" "log" "opcuaclient/util/plugin/client/opcclient" "os" "os/signal" "syscall" ) func main() { OPCUATest() // 监听操作系统信号,阻 阅读全文
posted @ 2025-01-08 10:16 CHHC 阅读(58) 评论(0) 推荐(0)
摘要: KepServer破解版安装 1. 关闭网络,修改时间 2. 安装KEPServerEX 6.4.321.0.exe 3. 拷贝KEPServerEX V5.xV6.x Crack.exe至程序目录下,打补丁 4. 启动程序后退出程序 5. 恢复网络,同步时间 当ModbusClient使用连接Mo 阅读全文
posted @ 2025-01-08 09:36 CHHC 阅读(7202) 评论(0) 推荐(0)
摘要: # 根据预定的csv数据自动回复 import time import numpy as np import pandas as pd # 匹配回复数据 from uiautomation import WindowControl # 用于Windows GUI自动化 target_name = " 阅读全文
posted @ 2024-12-24 10:36 CHHC 阅读(153) 评论(0) 推荐(0)
摘要: package main import ( "bytes" "compress/gzip" "encoding/json" "fmt" "io" "log" ) // User 结构体定义 type User struct { ID int `json:"id"` Name string `json 阅读全文
posted @ 2024-12-18 15:09 CHHC 阅读(67) 评论(0) 推荐(0)
摘要: 电表模拟器 97协议测试 07协议测试 private void btnSend_Click(object sender, EventArgs e) { string addr = txtAddr.Text.Trim(); string data = txtDataFlg.Text.Trim(); 阅读全文
posted @ 2024-12-13 14:43 CHHC 阅读(152) 评论(0) 推荐(1)
上一页 1 2 3 4 5 6 7 8 9 10 ··· 30 下一页
点击右上角即可分享
微信分享提示