摘要: https://www.cnblogs.com/blogabc/p/17188812.html 阅读全文
posted @ 2024-03-04 09:18 20211103 阅读(1) 评论(0) 推荐(0) 编辑
摘要: 将Python脚本转换为可执行文件(exe)的方法之一是使用PyInstaller。这是一个流行的第三方库,可以将Python脚本打包成独立的可执行文件,在没有安装Python解释器的计算机上运行。以下是详细步骤: 1. 安装PyInstaller 首先,确保你已经安装了Python和pip。然后在 阅读全文
posted @ 2024-02-27 09:26 20211103 阅读(8) 评论(0) 推荐(0) 编辑
摘要: 下载pip install -i https://pypi.tuna.tsinghua.edu.cn/simple tensorflow==2.8.0 tensorflow-hub==0.12.0更新pip install -i https://pypi.tuna.tsinghua.edu.cn/s 阅读全文
posted @ 2024-02-27 09:14 20211103 阅读(1) 评论(0) 推荐(0) 编辑
摘要: https://mp.weixin.qq.com/s/IEjN3bBpkIld7m5UsuoH-A 阅读全文
posted @ 2024-01-31 08:55 20211103 阅读(1) 评论(0) 推荐(0) 编辑
摘要: mvn install:install-file -Dfile=G:/同信通讯/kettle_jar/kettle-core-6.0.1.0-386.jar -DgroupId=pentaho-kettle -DartifactId=kettle-core -Dversion=6.0.1.0-386 阅读全文
posted @ 2024-01-03 14:32 20211103 阅读(2) 评论(0) 推荐(0) 编辑
摘要: INSERT INTO a( aax, aaz) ( SELECT aax, aaz FROM b WHERE x IN ( 1,2,3 ) ); 类似一个这种数据迁移的sql 如果用了where 条件请在条件上 完全遵从数据格式 如果偷懒 直接输入数字类型的 1,2,3 的话 就会报错runcat 阅读全文
posted @ 2023-12-29 14:11 20211103 阅读(12) 评论(0) 推荐(0) 编辑
摘要: https://blog.csdn.net/Habo_/article/details/127246889 阅读全文
posted @ 2023-10-27 11:09 20211103 阅读(9) 评论(0) 推荐(0) 编辑
摘要: mvn clean install -DskipTests -Dmaven.javadoc.skip=true https://blog.51cto.com/u_15076224/3545194 阅读全文
posted @ 2023-10-25 15:47 20211103 阅读(4) 评论(0) 推荐(0) 编辑
摘要: https://blog.csdn.net/qq_43774063/article/details/133310223 cmd已管理员身份打开 阅读全文
posted @ 2023-10-20 14:29 20211103 阅读(1) 评论(0) 推荐(0) 编辑
摘要: https://www.cnblogs.com/lwjQAQ/p/15083308.html 阅读全文
posted @ 2023-10-10 15:53 20211103 阅读(5) 评论(0) 推荐(0) 编辑