摘要: 因为PL 串口驱动,对win10,win11支持不够好。 在网上找了很久,确认win10+win11 可用的串口驱动, (需要删除之前驱动,然后手动导入安装驱动) Prolific PL2303 driver v3.3.2.102 (2008-24-09) Win8_x64_x86.7z 阅读全文
posted @ 2024-03-27 16:01 scott_h 阅读(12) 评论(0) 推荐(0) 编辑
摘要: 官网网站 https://pcisig.com/specifications PCI Express® Base Specification Revision 6.0 https://pan.baidu.com/s/1kUrho2M7hRJeCNXSxwLN8A?pwd=7zkx pwd=7zkx 阅读全文
posted @ 2024-03-05 18:36 scott_h 阅读(89) 评论(0) 推荐(0) 编辑
摘要: https://semiengineering.com/five-key-changes-coming-with-ddr5-dimms/ On July 14th of last year, JEDEC announced the publication of the DDR5 SDRAM stan 阅读全文
posted @ 2024-03-05 15:15 scott_h 阅读(6) 评论(0) 推荐(0) 编辑
摘要: 常用方案 1.windows 端增加NTP server 1.打开注册表 regedit ( 管理员模式) 2. 提供NTP server [HKEY_LOCAL_MACHINE\SYSTEM\ControlSet001\services\W32Time\TimeProviders\NtpServe 阅读全文
posted @ 2023-11-16 20:27 scott_h 阅读(25) 评论(0) 推荐(0) 编辑
摘要: 查看 Linux 发行版名称和版本号的 8 种方法 via https://zhuanlan.zhihu.com/p/36253769 via: https://www.2daygeek.com/check-find-linux-distribution-name-and-version/ 作者:M 阅读全文
posted @ 2023-11-13 17:10 scott_h 阅读(24) 评论(0) 推荐(0) 编辑
摘要: 0. 选用 VMWare 个人免费版player 配置网络 个人免费版player 网络连接 1.配置成=》【桥接模式】 2.勾选【复制网络连接状态】 ps. workstation 自带VMTools,可以拖拽,移动文件。 1. 安装samba 1.更新当前软件。 sudo apt-get upg 阅读全文
posted @ 2023-11-09 19:29 scott_h 阅读(18) 评论(0) 推荐(0) 编辑
摘要: 在生产环境中测试 发现程序无法运行,所以要分析一下 ./mentester: /lib/libtinfo.so6: no uersion information available (required by ,/mentester) ./mentester' /lib/libncursesso.b: 阅读全文
posted @ 2023-11-08 22:02 scott_h 阅读(48) 评论(0) 推荐(0) 编辑
摘要: //1.回滚到上一次版本 git reset --hard HEAD^ //2. 同步到远程 master,使之 生效 git push -f https://www.runoob.com/git/git-reset.html $ git reset HEAD^ # 回退所有内容到上一个版本 $ g 阅读全文
posted @ 2023-11-07 15:16 scott_h 阅读(42) 评论(0) 推荐(0) 编辑
摘要: 第8章 使用通配符过滤 LIKE操作符 百分号(%)通配符 (匹配多个字符, 类似?) SELECT * FROM students WHERE email LIKE '%@163.com'; - 下划线(_)通配符 (匹配单个字符, 类似*) SELECT * FROM students WHER 阅读全文
posted @ 2023-11-04 18:26 scott_h 阅读(27) 评论(0) 推荐(0) 编辑
摘要: 迁移本地git到远程, 可以保留提交记录, 但是没有分支,这个可以自己下载分支code,再提交所有分支到new git。 //或者保留 所有diff 或者commit 文件 参考 https://blog.csdn.net/github_38336924/article/details/118544 阅读全文
posted @ 2023-11-04 15:45 scott_h 阅读(14) 评论(0) 推荐(0) 编辑
摘要: 参考 https://blog.csdn.net/u014470361/article/details/81512330 终端显示字体背景和字体颜色等使用用法 可输入以下指令查看其使用方法 ```bash man console_codes ``` ```t 在命令行下能产生五颜六色的字体和图案,只 阅读全文
posted @ 2023-09-05 16:14 scott_h 阅读(115) 评论(0) 推荐(0) 编辑
摘要: https://zhuanlan.zhihu.com/p/139007418 ``` | 函数成员 | 入参 | 出参 | 返回值 | 功能 | | | | | | | | transfer | cntlr:结构体指针,核心层I2C控制器。msgs:结构体指针,用户消息。count:uint16_t 阅读全文
posted @ 2023-08-24 10:45 scott_h 阅读(178) 评论(0) 推荐(0) 编辑
摘要: How to build 参考 OpenSSL文件中 - INSTALL.md - NOTES-WINDOWS.md - NOTES-UNIX.md - NOTES-ANDROID.md 1. 下载 - OpenSSL https://github.com/openssl/openssl/tags 阅读全文
posted @ 2022-04-11 18:30 scott_h 阅读(1320) 评论(0) 推荐(0) 编辑
摘要: VC MSC 1.0 _MSC_VER == 100 MSC 2.0 _MSC_VER == 200 MSC 3.0 _MSC_VER == 300 MSC 4.0 _MSC_VER == 400 MSC 5.0 _MSC_VER == 500 MSC 6.0 _MSC_VER == 600 MSC 阅读全文
posted @ 2020-08-14 16:35 scott_h 阅读(411) 评论(0) 推荐(0) 编辑
摘要: 转自 "gaio小记" "gaio项目" [问题的提出] (https://github.com/golang/go/issues/15735​) 此链接是集中讨论这个问题的github issue。 使用golang开发一个网络服务器,通常的流程是: 如果采用非阻塞+Reactor,或非阻塞+Pr 阅读全文
posted @ 2020-04-03 11:53 scott_h 阅读(404) 评论(0) 推荐(0) 编辑
摘要: "epoll 的 Edge Trigger 和 Level Trigger 理解" 阅读全文
posted @ 2020-04-03 10:41 scott_h 阅读(504) 评论(0) 推荐(0) 编辑
摘要: Windows Terminal 阅读全文
posted @ 2019-12-02 12:04 scott_h 阅读(199) 评论(0) 推荐(0) 编辑
摘要: https://jingyan.baidu.com/article/d5a880eb74824013f147cca4.html 阅读全文
posted @ 2019-11-25 18:31 scott_h 阅读(112) 评论(0) 推荐(0) 编辑
摘要: https://www.w3resource.com/sqlite/sqlite select query statement.php 阅读全文
posted @ 2019-11-18 19:19 scott_h 阅读(171) 评论(0) 推荐(0) 编辑
摘要: 判断数据库是否存在, 表格式是否正确(版本更新时,很重要) 数据库更新,可以增加table_version 来进行判断 =================== 阅读全文
posted @ 2019-10-16 15:06 scott_h 阅读(1700) 评论(0) 推荐(1) 编辑