上一页 1 2 3 4 5 6 ··· 26 下一页
摘要: using PaddleOCRSharp; namespace PaddleOCRSharpDemo { internal class Program { static void Main(string[] args) { //中英文模型V3模型 OCRModelConfig config = nu 阅读全文
posted @ 2025-01-20 17:07 CHHC 阅读(50) 评论(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 阅读(6) 评论(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 阅读(9) 评论(0) 推荐(0) 编辑
摘要: 1. 使用防火墙的入站和出站规则 2. 使用火绒工具进行拦截 IP黑名单拦截 阅读全文
posted @ 2025-01-10 11:18 CHHC 阅读(6) 评论(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 阅读(15) 评论(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 阅读(1067) 评论(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 阅读(72) 评论(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 阅读(31) 评论(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 阅读(32) 评论(0) 推荐(1) 编辑
摘要: 演示地址: http://134.175.123.194:8811 admin admin 演示视频: https://www.bilibili.com/video/BV196q2YQEDP 主要功能 WatchDog1. 守护进程2. OTA远程升级 TBOX1. 数据采集、数据可视化、数据上报( 阅读全文
posted @ 2024-12-11 11:35 CHHC 阅读(56) 评论(0) 推荐(0) 编辑
上一页 1 2 3 4 5 6 ··· 26 下一页
点击右上角即可分享
微信分享提示