02 2021 档案
摘要:以连接Mysql所需的依赖库为例 1. 为插件添加头文件目录,不然语法检查提示错误 2. 项目根文件夹命名有空格,在根文件夹下有bin、include、lib、src三个文件夹 3. include下创建头文件a.cpp,内含 #ifndef DAtACONNECTION_H_ #define DA
阅读全文
摘要:1. 生成项目文件 左上角文件—》工作区另存为–》找到另存为的.code-workspace文件(该文件可以理解为是vscode的项目启动文件)–》右键以记事本打开该文件–》在里边的settings项下添加一项 "code-runner.executorMap": { "cpp": "cd $dir
阅读全文
摘要:GitHub链接 https://github.com/WindSnowLi/My-python-tools/tree/main/PythonGetCookie # -*- coding: UTF-8 -*- from http import cookiejar from urllib import
阅读全文
摘要:GitHub链接 https://github.com/WindSnowLi/My-python-tools/tree/main/DownloadM3u8 原文:https://www.blog.hiyj.cn/article/detail/75 下载部分 # -*- coding: UTF-8 -
阅读全文
摘要:python鼠标模拟操作 通过简单的记录鼠标坐标,并通过计算鼠标下图片的偏移来完成简单的位置校准,用于在微偏移的界面模拟鼠标操作 GitHub链接 https://github.com/WindSnowLi/My-python-tools/tree/main/PseudoOperation 原文:h
阅读全文
摘要:
阅读全文