2014年5月20日

python 操作mysql数据库

摘要: 1 代码#!/usr/bin/pythonimport mysql.connectorimport sys, osuser = 'root'pwd='root'host='localhost'db='amydb'select_sql = 'select * from book'cnx = mysql... 阅读全文

posted @ 2014-05-20 13:50 BestNow 阅读(213) 评论(0) 推荐(0) 编辑

Python编辑器IDLE傻瓜入门

摘要: 转自:http://bbs.csdn.net/topics/390451617下载python进行安装,默认自带此工具开始->程序->Python 2.*/3.*-> IDLE (Python GUI)如此就打开了Python Shell->File->New window(Ctrl+N)就出现了p... 阅读全文

posted @ 2014-05-20 11:42 BestNow 阅读(3917) 评论(0) 推荐(0) 编辑

C# 对象封装为json格式

摘要: 1 对象public class Person { public string Name { get; set; } public int Age { get... 阅读全文

posted @ 2014-05-20 10:31 BestNow 阅读(1540) 评论(0) 推荐(1) 编辑

导航