上一页 1 ··· 33 34 35 36 37 38 39 40 41 ··· 114 下一页
摘要: http://smilejay.com/2013/03/python3-mysql-connector/ Python 2.x 上连接MySQL的库倒是不少的,其中比较著名就是MySQLdb(Django项目都使用它;我也在开发测试系统时也使用过),见:http://sourceforge.net/ 阅读全文
posted @ 2016-08-16 02:53 功夫 熊猫 阅读(9252) 评论(0) 推荐(1) 编辑
摘要: 本文介绍了python3 4连接mysql数据库的方法,在python3 4中使用原来python2 7的mysqldb已不能连接mysql数据库了,可以使用pymysql。 在python3.4中使用原来python2.7的mysqldb已不能连接mysql数据库了,可以使用pymysql,来完成 阅读全文
posted @ 2016-08-16 02:51 功夫 熊猫 阅读(1938) 评论(0) 推荐(1) 编辑
摘要: Can't install mysql-python version 1.2.5 in Windows http://stackoverflow.com/questions/37092125/cant-install-mysql-python-version-1-2-5-in-windows No 阅读全文
posted @ 2016-08-16 02:21 功夫 熊猫 阅读(971) 评论(0) 推荐(0) 编辑
摘要: Phttp://shttp://stackoverflow.com/questions/23376103/python-3-4-0-with-mysql-databasetackoverflow.com/questions/23376103/python-3-4-0-with-mysql-datab 阅读全文
posted @ 2016-08-16 02:12 功夫 熊猫 阅读(238) 评论(0) 推荐(0) 编辑
摘要: http://askubuntu.com/questions/630728/how-to-access-mysql-with-python-version-3-4 How to Access MySQL with Python Version 3.4 How to Access MySQL with 阅读全文
posted @ 2016-08-15 13:52 功夫 熊猫 阅读(281) 评论(0) 推荐(0) 编辑
摘要: http://stackoverflow.com/questions/12426320/how-do-i-set-the-default-schema-for-a-user-in-mysql http://stackoverflow.com/questions/12426320/how-do-i-s 阅读全文
posted @ 2016-08-05 14:22 功夫 熊猫 阅读(1713) 评论(0) 推荐(0) 编辑
摘要: I have a simple test module: print("fish")print("sticks")It runs pretty fast as expected, wether i use Run as or Debugg as does not matter. But as soo 阅读全文
posted @ 2016-08-05 01:39 功夫 熊猫 阅读(1006) 评论(0) 推荐(0) 编辑
摘要: http://blog.csdn.net/bjbs_270/article/details/14005271 1. CURL 发送磁盘上面的JSON文件 [html] view plain copy 如 curl -X POST -H 'content-type: application/json' 阅读全文
posted @ 2016-08-04 03:27 功夫 熊猫 阅读(4745) 评论(0) 推荐(0) 编辑
摘要: http://blog.csdn.net/luckarecs/article/details/7427605 Eclipse上GIT插件EGIT使用手册 一_安装EGIT插件 http://download.eclipse.org/egit/updates/ 或者使用Eclipse Marketpl 阅读全文
posted @ 2016-07-16 08:24 功夫 熊猫 阅读(466) 评论(0) 推荐(0) 编辑
摘要: http://www.cnblogs.com/yc-755909659/p/3753626.html 1.下载egit插件 打开Eclipse,git需要eclipse授权,通过网页是无法下载egit的安装包的。在菜单栏依次打开eclipse→help→install new software→ad 阅读全文
posted @ 2016-07-16 08:08 功夫 熊猫 阅读(397) 评论(0) 推荐(0) 编辑
上一页 1 ··· 33 34 35 36 37 38 39 40 41 ··· 114 下一页