
Other
amwha
跟着感觉走
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
字符编码规则
字符编码原创 2022-11-16 19:43:34 · 247 阅读 · 0 评论 -
HL7 消息格式
Introduction to HL7 FormatAn HL7 message is the unit of data transferred between HL7 systems.Here is an example of HL7 message:(以下是一个HL7消息的例子)Every HL7 message consists of a sequence of segments. Each segment occupies a line. This message contains原创 2022-01-24 11:11:11 · 2042 阅读 · 0 评论 -
python对ini文件操作
import configparserTestIniFile = "config.ini"ReadwriteSection = "Detection"def Inidemotest(): # 读取 cf = configparser.ConfigParser() cf.read(TestIniFile) print(cf) print("--------------------------------") # 获得所有section sec原创 2021-06-23 22:27:53 · 207 阅读 · 0 评论 -
jenkins添加触发
第一步:jenkins 找到触发器第二步: git 里进行邦定第三步: add webhook第四步: test push event原创 2021-03-22 09:59:44 · 206 阅读 · 0 评论 -
解决虚拟机打开vmx文件没有任何反应
解决方法关闭虚拟机结束所有关于vm的进程删除虚拟机文件夹下的lck文件管理员权限启动vm原创 2021-03-10 11:12:02 · 2801 阅读 · 2 评论 -
TortoiseGit安装、配置
https://www.cnblogs.com/xiuxingzhe/p/9312929.html原创 2019-06-20 11:23:57 · 696 阅读 · 0 评论 -
openGL资料
1、learnopengl 网站https://learnopengl-cn.github.io/ 2、Qt openGL教程https://qiliang.net/old/nehe_qt/原创 2019-02-26 14:50:46 · 268 阅读 · 0 评论 -
CAN Bus
CAN原创 2017-10-11 14:55:14 · 910 阅读 · 0 评论 -
字符编码
字符编码原创 2017-10-09 15:46:17 · 326 阅读 · 0 评论 -
步进电机
步进电机原创 2017-09-29 10:14:24 · 1350 阅读 · 0 评论