上一页 1 ··· 41 42 43 44 45 46 47 48 49 ··· 127 下一页
摘要: 更改UI界面后,保存UI界面; 返回VS中,找到UI界面文件,右击->编译;或者选中编辑的UI,按下ctrl+F7 选择项目,重新扫描解决方案,不行就多执行一次 翻译 搜索 复制 阅读全文
posted @ 2024-03-22 17:31 txwtech 阅读(482) 评论(0) 推荐(0)
摘要: 教程认证考试: https://developer.huawei.com/consumer/cn/training/dev-cert-detail/101665624627448188 https://developer.huawei.com/consumer/cn/ https://develop 阅读全文
posted @ 2024-03-22 14:15 txwtech 阅读(119) 评论(0) 推荐(0)
摘要: import cv2 import numpy as np from datetime import datetime from scipy import signal #二维离散卷积运算 import math def printWithdate(str): time2 = datetime.no 阅读全文
posted @ 2024-03-22 13:45 txwtech 阅读(44) 评论(1) 推荐(0)
摘要: opencv python快速均值平滑 翻译 搜索 复制 阅读全文
posted @ 2024-03-22 08:21 txwtech 阅读(14) 评论(0) 推荐(0)
摘要: ZebraDesigner3 打印到.prn文件乱码--prn文件找不到括号 选择正确的字体 翻译 搜索 复制 阅读全文
posted @ 2024-03-18 14:16 txwtech 阅读(509) 评论(0) 推荐(0)
摘要: https://www.lulian.cn/download/20-cn.html 阅读全文
posted @ 2024-03-14 11:05 txwtech 阅读(94) 评论(1) 推荐(0)
摘要: OpenCvSharp.OpenCVException:“could not find a writer for the specified extension” cv2.imwrite报错,记得加扩展名 翻译 搜索 复制 阅读全文
posted @ 2024-03-08 09:45 txwtech 阅读(660) 评论(0) 推荐(0)
摘要: https://www.donet5.com/Home/Doc?typeId=1182 sqlsugar数据库实体配置 翻译 搜索 复制 阅读全文
posted @ 2024-03-06 14:05 txwtech 阅读(34) 评论(0) 推荐(0)
摘要: c# using语句的使用: using 语句是一种资源管理机制,自动释放不再需要的资源。它首先创建和初始化资源,然后在作用域内使用资源,最后在离开作用域时自动释放资源。这简化了资源管理,防止了内存泄漏和资源泄漏 C# 中 using 的用法 什么是 using 语句?using 语句是一种资源管理 阅读全文
posted @ 2024-03-06 08:19 txwtech 阅读(219) 评论(0) 推荐(0)
摘要: 屏蔽代码: // if (env.IsDevelopment()) 翻译 搜索 复制 阅读全文
posted @ 2024-03-05 14:15 txwtech 阅读(124) 评论(0) 推荐(0)
上一页 1 ··· 41 42 43 44 45 46 47 48 49 ··· 127 下一页