上一页 1 ··· 4 5 6 7 8 9 10 11 12 ··· 18 下一页
  2024年4月8日
摘要: import pymysql as sql conn = sql.connect( host='localhost', user='root', password='20240108', database='usr' ) table = 'tc2' cur = conn.cursor() try: 阅读全文
posted @ 2024-04-08 18:39 XiSoil 阅读(41) 评论(0) 推荐(0) 编辑
摘要: 通过修改配置文件 Windows 上的配置方式: 打开 pip.ini 文件,通常位于 C:\Users\YourUsername\pip\pip.ini,如果文件不存在可以创建它。 在 pip.ini 文件中添加以下内容: [global] index-url = https://pypi.tun 阅读全文
posted @ 2024-04-08 17:17 XiSoil 阅读(41) 评论(0) 推荐(0) 编辑
  2024年3月28日
摘要: 环境:Acanda3 2024.02-1+Python-3.7.16+scikit-learn==1.0.2+keras==2.11.0 Package Version absl-py 2.1.0 anyio 3.5.0 argon2-cffi 21.3.0 argon2-cffi-bindings 阅读全文
posted @ 2024-03-28 10:30 XiSoil 阅读(45) 评论(0) 推荐(0) 编辑
  2024年3月1日
摘要: 在当今数字化时代,软件架构的重要性愈发凸显。阅读《架构漫谈》系列内容,深刻探讨了软件架构背后的原理和核心概念,为我们揭示了如何将一个复杂的整体系统切分成各个部分,并通过有效的沟通机制将它们有机结合,从而实现整体目标的过程。软件架构的定义并不仅仅是技术层面的划分,更是一种系统性思维和方法论,涉及到问题 阅读全文
posted @ 2024-03-01 19:42 XiSoil 阅读(6) 评论(0) 推荐(0) 编辑
  2024年1月30日
摘要: 2024-01-30 阅读全文
posted @ 2024-01-30 19:57 XiSoil 阅读(12) 评论(0) 推荐(0) 编辑
  2024年1月23日
摘要: 2024-01-23 阅读全文
posted @ 2024-01-23 23:03 XiSoil 阅读(2) 评论(0) 推荐(0) 编辑
  2024年1月22日
摘要: 2024-01-22 阅读全文
posted @ 2024-01-22 23:00 XiSoil 阅读(6) 评论(0) 推荐(0) 编辑
  2024年1月21日
摘要: 2024-01-21 阅读全文
posted @ 2024-01-21 20:40 XiSoil 阅读(9) 评论(0) 推荐(0) 编辑
  2024年1月20日
摘要: 2024-01-20 阅读全文
posted @ 2024-01-20 22:28 XiSoil 阅读(8) 评论(0) 推荐(0) 编辑
  2023年12月18日
摘要: 阅读全文
posted @ 2023-12-18 19:49 XiSoil 阅读(4) 评论(0) 推荐(0) 编辑
上一页 1 ··· 4 5 6 7 8 9 10 11 12 ··· 18 下一页