Loading

上一页 1 ··· 5 6 7 8 9 10 11 12 下一页
摘要: Set-Theme指令已经被Set-PoshPrompt取代 讨论链接https://github.com/JanDeDobbeleer/oh-my-posh/discussions/460 阅读全文
posted @ 2021-03-12 16:20 WindSnowLi 阅读(7) 评论(0) 推荐(0) 编辑
摘要: #include <stdio.h> #include <stdlib.h> #include <string.h> #include <conio.h> #include <windows.h> #include <time.h> #define guanli "XXXX" #define gua 阅读全文
posted @ 2021-03-01 16:58 WindSnowLi 阅读(9) 评论(0) 推荐(0) 编辑
摘要: 以连接Mysql所需的依赖库为例 1. 为插件添加头文件目录,不然语法检查提示错误 2. 项目根文件夹命名有空格,在根文件夹下有bin、include、lib、src三个文件夹 3. include下创建头文件a.cpp,内含 #ifndef DAtACONNECTION_H_ #define DA 阅读全文
posted @ 2021-02-23 10:55 WindSnowLi 阅读(79) 评论(0) 推荐(0) 编辑
摘要: 1. 生成项目文件 左上角文件—》工作区另存为–》找到另存为的.code-workspace文件(该文件可以理解为是vscode的项目启动文件)–》右键以记事本打开该文件–》在里边的settings项下添加一项 "code-runner.executorMap": { "cpp": "cd $dir 阅读全文
posted @ 2021-02-22 17:09 WindSnowLi 阅读(116) 评论(0) 推荐(0) 编辑
摘要: GitHub链接 https://github.com/WindSnowLi/My-python-tools/tree/main/PythonGetCookie # -*- coding: UTF-8 -*- from http import cookiejar from urllib import 阅读全文
posted @ 2021-02-15 22:01 WindSnowLi 阅读(45) 评论(0) 推荐(0) 编辑
摘要: GitHub链接 https://github.com/WindSnowLi/My-python-tools/tree/main/DownloadM3u8 原文:https://www.blog.hiyj.cn/article/detail/75 下载部分 # -*- coding: UTF-8 - 阅读全文
posted @ 2021-02-15 09:35 WindSnowLi 阅读(20) 评论(0) 推荐(0) 编辑
摘要: python鼠标模拟操作 通过简单的记录鼠标坐标,并通过计算鼠标下图片的偏移来完成简单的位置校准,用于在微偏移的界面模拟鼠标操作 GitHub链接 https://github.com/WindSnowLi/My-python-tools/tree/main/PseudoOperation 原文:h 阅读全文
posted @ 2021-02-13 10:47 WindSnowLi 阅读(34) 评论(0) 推荐(0) 编辑
摘要: 阅读全文
posted @ 2021-02-07 11:35 WindSnowLi 阅读(119) 评论(0) 推荐(0) 编辑
摘要: 使用Qt进行网络请求,程序运行正常,但是在请求时输出信息qt.network.ssl: QSslSocket::connectToHostEncrypted: TLS initialization failed,我的原因是协议问题。在浏览器复制的链接为https打头,但是使用Qt请求时无法正常请求, 阅读全文
posted @ 2021-01-28 12:40 WindSnowLi 阅读(22) 评论(0) 推荐(0) 编辑
摘要: 源码链接 阅读全文
posted @ 2021-01-07 15:26 WindSnowLi 阅读(1) 评论(0) 推荐(0) 编辑
上一页 1 ··· 5 6 7 8 9 10 11 12 下一页