05 2014 档案

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 阅读(215) 评论(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 阅读(3924) 评论(0) 推荐(0) 编辑

C# 对象封装为json格式
摘要:1 对象public class Person { public string Name { get; set; } public int Age { get... 阅读全文

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

C# 文本文件的读写
摘要:// ***********************************************************************// Assembly : XXX// Author : zhujinrong// Created ... 阅读全文

posted @ 2014-05-14 14:44 BestNow 阅读(243) 评论(0) 推荐(0) 编辑

导航

< 2025年3月 >
23 24 25 26 27 28 1
2 3 4 5 6 7 8
9 10 11 12 13 14 15
16 17 18 19 20 21 22
23 24 25 26 27 28 29
30 31 1 2 3 4 5
点击右上角即可分享
微信分享提示