
数据库
忆昔如风
这个作者很懒,什么都没留下…
展开
-
Win7 64位系统安装SQL Server2005
Win7下如何安装SQL Server20051、启用 IIS 服务 参考 https://jingyan.baidu.com/article/72ee561a561c58e16138dfcf.html2、下载安装SQL Server2005 参考 https://jingyan.baidu.com/article/546ae18531aebf1149f28cde.html ht...原创 2018-09-12 01:55:22 · 3104 阅读 · 1 评论 -
Python基础--数据库操作(MySQL)
1.Python DB APIpython 访问数据库的统一接口规范https://www.python.org/dev/peps/pep-0249/1.1 Python DB API 包含的内容:数据库连接对象connection数据库交互对象cursor数据库异常类 exceptions1.2 使用Python DB API 访问数据库流程:开始–>创建connect...原创 2018-10-13 00:13:35 · 267 阅读 · 0 评论