上一页 1 ··· 71 72 73 74 75 76 77 78 79 ··· 125 下一页
摘要: KOZ工程术语keep out zone KOZ 定义: 保持区域外 - Keep Out Zone 术语表:排除区域 (Keep-Out Zone) 定义 靠近CPU、GPU处理器或CPU、GPU处理器上的区域,由于受热管理、致冷和安装等因素的限制,电路板布局不能使用该区域 阅读全文
posted @ 2022-08-16 11:46 txwtech 阅读(2464) 评论(0) 推荐(0)
摘要: QT学习文档资料 http://shouce.jb51.net/qt-beginning/34.html 阅读全文
posted @ 2022-08-13 21:56 txwtech 阅读(69) 评论(0) 推荐(0)
摘要: 文件打开方式:file.open(QIODevice::Truncate) 枚举值 描述QIODevice::NotOpen 未打开QIODevice::ReadOnly 以只读方式打开QIODevice::WriteOnly 以只写方式打开QIODevice::ReadWrite 以读写方 阅读全文
posted @ 2022-08-13 16:02 txwtech 阅读(1159) 评论(0) 推荐(0)
摘要: c# HttpWebRequest 返回BadRequest(400)的信息读取 问题: 使用 HttpWebRequest 调用 GetResponse() 方法,返回 WebException,HttpStatusCode 是 400,无法获取返回的错误信息; 解决方法: 在 catch 中捕获 阅读全文
posted @ 2022-08-12 15:36 txwtech 阅读(851) 评论(0) 推荐(0)
摘要: 虚拟串口软件vspd http://www.winwin7.com/soft/25710.html 阅读全文
posted @ 2022-07-28 22:24 txwtech 阅读(169) 评论(1) 推荐(0)
摘要: 虚拟串口vspd破解版_vspd虚拟串口驱动(Virtual Serial Port Driver)汉化版 http://www.winwin7.com/soft/25710.html 阅读全文
posted @ 2022-07-28 22:23 txwtech 阅读(1998) 评论(1) 推荐(0)
摘要: c# list链表去除重复数据 采用哈希代码类 List<string> bb_list = new List<string> { "aa","aa","b", "b", "b" ,"c","c"}; private void RemoveRepeatItem() { HashSet<string> 阅读全文
posted @ 2022-07-27 10:07 txwtech 阅读(262) 评论(1) 推荐(0)
摘要: C#dateTimePicker如何显示日期时间?指定日期与时间 private void Form1_Load(object sender, EventArgs e) //by txwtech { dateTimePicker_start_date.Format = DateTimePickerF 阅读全文
posted @ 2022-07-27 09:05 txwtech 阅读(1157) 评论(0) 推荐(0)
摘要: #include "mainwindow.h" #include "ui_mainwindow.h" #include <QMessageBox> MainWindow::MainWindow(QWidget *parent) : QMainWindow(parent) , ui(new Ui::M 阅读全文
posted @ 2022-07-25 22:47 txwtech 阅读(316) 评论(0) 推荐(0)
摘要: QT操作文件写入文件 #include "File_Operation.h" #include "qfile.h" #include <QDebug> #include <QDateTime> File_Operation::File_Operation() { } File_Operation:: 阅读全文
posted @ 2022-07-25 21:14 txwtech 阅读(1848) 评论(0) 推荐(0)
上一页 1 ··· 71 72 73 74 75 76 77 78 79 ··· 125 下一页