上一页 1 ··· 12 13 14 15 16 17 18 19 20 ··· 98 下一页
摘要: 保存为 Main.ui 在 Pycharm中,右击这个文件, 会执行命令 ,转换为py文件 ui_Main.py Main.py 代码如下 from PySide6.QtWidgets import QApplication,QMainWindow from ui_Main import Ui_Ma 阅读全文
posted @ 2022-09-30 16:58 simadi 阅读(260) 评论(0) 推荐(0) 编辑
摘要: 3.9.14 Documentation (python.org) python中文官方教程 __name__ == '__main__' 到底是什么意思 https://blog.csdn.net/longintchar/article/details/87120496 PyCharm快速插入注释 阅读全文
posted @ 2022-09-30 15:32 simadi 阅读(31) 评论(0) 推荐(0) 编辑
摘要: 官方文档 https://doc.qt.io/qtforpython/examples/index.html 1 获取配置信息 2022-9-28 新建项目 新建 config.yaml 文件内容如下 mysql: host: "127.0.0.1" port: 3306 user: "root" 阅读全文
posted @ 2022-09-28 12:38 simadi 阅读(34) 评论(0) 推荐(0) 编辑
摘要: 抖音无水印视频及相关信息下载器 免费下载地址: https://weixinhook.lanzouy.com/iVDyP0azm61a 准备下载这个美女的视频,漂亮吧!哈哈 1 在抖音手机app 或 网页端 点击分享按钮 复制视频地址,如下, 这个是美女跳舞视频,不要错过哦! 0.00 QxF:/ 阅读全文
posted @ 2022-09-03 17:22 simadi 阅读(647) 评论(0) 推荐(0) 编辑
摘要: 下载地址 https://www.lanzouj.com/i6mk62b https://www.52pojie.cn/thread-1034266-1-1.html Mysql版本 5.7,mysql在MySQL 5.6+版本之后支持4Bytes字节(utf8mb4)的存储 1. 若想开机自动启动 阅读全文
posted @ 2022-09-01 09:05 simadi 阅读(1524) 评论(0) 推荐(0) 编辑
摘要: https://docs.microsoft.com/zh-cn/learn/browse/ 使用 Node.js 构建 JavaScript 应用程序 https://learn.microsoft.com/zh-cn/training/paths/build-javascript-applica 阅读全文
posted @ 2022-08-26 10:50 simadi 阅读(27) 评论(0) 推荐(0) 编辑
摘要: 产品名称代码名称版本号最新更新版本发布日期最新更新日期结束支持日期支持的.NET Framework支持的.NET Core Visual Studio 2022 Dev17 17 17.6.0 2019-04-02 2020-05-19 2029-04-10 3.5-4.8 2.1、2.2、3.0 阅读全文
posted @ 2022-08-11 10:09 simadi 阅读(630) 评论(0) 推荐(0) 编辑
摘要: 平时常用命令,尽量每天提交一次 git pullgit add -Agit commit -m "提交"git push 阅读全文
posted @ 2022-08-10 16:38 simadi 阅读(182) 评论(0) 推荐(0) 编辑
摘要: 只列出指定字段db.getCollection('PUBLICACCOUNTS').find({},{NickName:1,UserName:1,FID:1,_id:0})获取微信公众号列表db.getCollection('RELATIONALINFO').find({oidOrUid:{$ne: 阅读全文
posted @ 2022-08-03 09:17 simadi 阅读(46) 评论(0) 推荐(0) 编辑
摘要: https://www.iiice.cn/#/ 下次一定网 阅读全文
posted @ 2022-08-01 15:11 simadi 阅读(400) 评论(0) 推荐(0) 编辑
上一页 1 ··· 12 13 14 15 16 17 18 19 20 ··· 98 下一页