python
文章平均质量分 81
拾壹女
低头做事抬头做人
展开
-
Eclipse配置Python的IDE
昨天要用Python,不想单独再装IDE。记得eclipse可以配置成Python用的。上网找了一下,有一篇不错。 原址如下: http://www.qrong.com/archives/513 使用Eclipse编写Python by KUMUKING on 2011/08/06 · LEAVE A COMMENT · in ALL, PYTHON,转载 2013-10-19 19:01:34 · 1260 阅读 · 0 评论 -
python idle 清屏问题的解决
在学习和使用python的过程中,少不了要与python idle打交道。但使用python idle都会遇到一个常见而又懊恼的问题——要怎么清屏? 我在stackoverflow看到这样两种答案: 1.在shell中输入 1 import os 2 os.system('cls') 这种方法只能在windows系统中cmd模式下的python shell 才管用(转载 2014-02-04 12:06:57 · 970 阅读 · 0 评论 -
Python中文全攻略 中文乱码 输出中文乱码
插入数据库时,总是空,我做了如何操作,就好了。数据是采集过来的,程序是gbk编码person_sql="insert into analyst(education_id,alys_name,alys_sex,alys_img,alys_inte,person_id,alys_ctime,org_id) select * from (select (select education_id from转载 2014-03-17 11:19:12 · 7385 阅读 · 0 评论