Skip to content
  • About Me

charlie笔记

A programmer’s note boke for work and life

月份:2016年2月

初学python,写的一个小东东,见笑!

10 2月10 11月 by test16604225

#/usr/bin/python # -*- coding: latin-1 -*- import os, s […]

Continue reading
Posted in Python · Leave a comment

dreamhost上编译python并安装django

10 2月01 1月 by test16604225

python 2.5安装步骤: wget http://www.python.org/ftp/python/2 […]

Continue reading
Posted in 未分类 · Leave a comment

ubuntu安装nautiluspython扩展(nautiluspyextensions)

10 2月10 11月 by test16604225

nautilus python扩展包括很多有用的功能:1.open-terminal-geometry.py […]

Continue reading
Posted in Python · Leave a comment

python并行包pypar在64位机器上的安装

10 2月10 11月 by test16604225

pypar是一个简单小巧的python包,可用于编写并行处理的python程序。两年前在32位机器上,安装很顺 […]

Continue reading
Posted in Python · Leave a comment

pythonubuntu下的ide选择

10 2月10 11月 by test16604225

1.wingide,专业的python开发工具,可以断言就目前没有任何一款工具对python语法的智能提示能比 […]

Continue reading
Posted in Python · Leave a comment

python导入libxml2.so.2出错的解决方案

10 2月10 11月 by test16604225

有个别朋友遇到这样的问题,尤其是使用fedora的人们,升级过程中出现错误,提示下面的信息: upgradin […]

Continue reading
Posted in Python · Leave a comment

ubuntu10.04下c程序中集成python

10 2月10 11月 by test16604225

测试环境:ubuntu 10.04 #include #include int main(int argc, […]

Continue reading
Posted in Python · Leave a comment

ubuntu下python和pexpect模块的安装

10 2月10 11月 by test16604225

python的安装: 1)下载python。主页上有两个版本,我下载的是2.7这个版本(很费解的是,pytho […]

Continue reading
Posted in Python · Leave a comment

ubuntu10.04下使用amule以及一个python的小问题

10 2月01 1月 by test16604225

ubuntu10.04默认使用gnome桌面浏览器和firefox web浏览器,要在firefox中使用am […]

Continue reading
Posted in 未分类 · Leave a comment

ubuntu下安装python的tkinter和pmw库

10 2月01 1月 by test16604225

在linux下,如果需要编写界面应用,并且此界面应用对性能的要求不是很高,一般可以使用python解决。pyt […]

Continue reading
Posted in 未分类 · Leave a comment

ubuntu下安装配置python3.2.3集成开发环境eric5

10 2月01 1月 by test16604225

eric5 是一个集成了项目管理功能的 python 集成开发环境。提供无限制数量的编辑器、集成的 pytho […]

Continue reading
Posted in 未分类 · Leave a comment

在fedora10中卸载python后就再启不动了?

10 2月01 1月 by test16604225

我在window xp用vm装了个fedora10,运行挺好。但其原配的python是2.5,我下了个pyth […]

Continue reading
Posted in 未分类 · Leave a comment

apache配置mod

10 2月01 1月 by test16604225

我用的是apache-2.0.59 mod_python-3.3.1 python-2.5.1 [root@l […]

Continue reading
Posted in 未分类 · Leave a comment

python

10 2月01 1月 by test16604225

在开发 python 时,会遇到中文显示问题…… 现在解决了: 按照如下编写就不会出现中文显示问题了 #!/u […]

Continue reading
Posted in 未分类 · Leave a comment

ubuntu10.10下解决pythoncpu占用100%的方法

10 2月10 11月 by test16604225

在ubuntu 10.10中,python-ibus中存在问题,这个是10.10中的python有bug。 是 […]

Continue reading
Posted in Python · Leave a comment

ubuntu11.04下安装mongodb和python驱动

10 2月10 11月 by test16604225

首先说明一下,我的系统是ubuntu 11.04,64位系统,以下安装可能需要自己根据系统状况修改。 1.下载 […]

Continue reading
Posted in Python · Leave a comment

ubuntu下使用eclipse和pydev搭建完美python开发环境

10 2月10 11月 by test16604225

在windows下成功地搭好了一个python开发环境,这次转战ubuntu有了前面的经验,相对轻松多了 还发 […]

Continue reading
Posted in Python · Leave a comment

ubuntu12.04下源代码安装mysql5.6以及python

10 2月01 1月 by test16604225

前几天一直在弄这个。本来根据官网的教程一步一步下来之后ubuntu 12.04下源代码安装mysql是可以的, […]

Continue reading
Posted in 未分类 · Leave a comment

ubuntu配置django和apache+mod

10 2月01 1月 by test16604225

ubuntu中配置django的开发环境还是比较简单的。下面是具体步骤:   首先到www.djangopro […]

Continue reading
Posted in 未分类 · Leave a comment

lubuntu12.10安装python开发环境

10 2月01 1月 by test16604225

一、安装jdk1.首先下载 jdk-6u37-linux-x64.bin 放到目录 /usr/lib/jvm/ […]

Continue reading
Posted in 未分类 · Leave a comment

ubuntu下python版本更新问题

10 2月01 1月 by test16604225

永远不要删除/usr/bin下系统默认的python!!!切记! 使用的是ubuntu 10.04 lts版本 […]

Continue reading
Posted in 未分类 · Leave a comment

python学习总结—安装与配置环境

10 2月01 1月 by test16604225

最近开始学习python,为整理思路,特此撰文以记之。 1、一些基础知识 要学习一门编程语言,安装其开发工具自 […]

Continue reading
Posted in 未分类 · Leave a comment

ubuntu中安装wxpython

10 2月01 1月 by test16604225

wxpython是python编程语言的一个gui工具箱。他使得python程序员能够轻松的创建具有健壮、功能 […]

Continue reading
Posted in 未分类 · Leave a comment

ubuntu11.10安装python编辑器pycharm(含注册码)

10 2月01 1月 by test16604225

下载tar包:http://www.jetbrains.com/pycharm/download/ 解压,执行 […]

Continue reading
Posted in 未分类 · Leave a comment

kubuntu(ubuntu12.04)下破解安装python开发工具wingide4.1

10 2月01 1月 by test16604225

系统版本: distributor id: ubuntu description: ubuntu 12.04. […]

Continue reading
Posted in 未分类 · Leave a comment

ubuntu中安装biopython

10 2月01 1月 by test16604225

biopython是python的计算分子生物学和生物信息学工具包,它使得python在生物学数据处理中变得更 […]

Continue reading
Posted in 未分类 · Leave a comment

ubuntu下安装eclipsewithpython3.x

10 2月01 1月 by test16604225

在ubuntu下先装 python3,没啥好说的,参考http://www.linuxidc.com/linu […]

Continue reading
Posted in 未分类 · Leave a comment

ubuntu系统下搭建python开发环境

10 2月10 11月 by test16604225

之前演示了在windows中安装pycharm,很简单。下面介绍一下如何在ubuntu中安装pycharm w […]

Continue reading
Posted in Python · Leave a comment

ubuntu15.10下python+apache+cgi完全配置

10 2月01 1月 by test16604225

操作系统环境:ubuntu 15.10 0.需求原因 想在我的linux上架设apache来运行cgi程序,方 […]

Continue reading
Posted in 未分类 · Leave a comment

ubuntu14.04下搭建python3.4+pyqt5.3.2+eric6.0开发平台

10 2月01 1月 by test16604225

引言 找了很多python gui工具集,还是觉得pyqt比较理想,功能强大跨平台,还支持界面设计器。花一天时 […]

Continue reading
Posted in 未分类 · Leave a comment

文章导航

先前文章
较新文章

近期文章

  • 15款互联网人必备的AI工具,效率提升2倍
  • 多个ChatGPT通用指令
  • Python采集biaozhun政府文件
  • TensorFlow库:Python中的深度学习
  • python 本地密码管理应用

近期评论

  • helenadmin发表在《Python采集biaozhun政府文件》
  • helenadmin发表在《写给程序员的一封公开信》
  • Google发表在《About Me》
  • helenadmin发表在《ES(ElasticSearch)分布式全文搜索引擎及使用方式》
  • buy viagra发表在《About Me》

文章归档

  • 2024年12月
  • 2024年9月
  • 2024年6月
  • 2024年5月
  • 2024年3月
  • 2024年2月
  • 2024年1月
  • 2023年12月
  • 2023年11月
  • 2023年10月
  • 2023年9月
  • 2023年8月
  • 2023年7月
  • 2023年6月
  • 2023年5月
  • 2023年4月
  • 2023年3月
  • 2023年2月
  • 2023年1月
  • 2022年12月
  • 2022年8月
  • 2022年7月
  • 2022年6月
  • 2022年5月
  • 2022年4月
  • 2022年3月
  • 2022年2月
  • 2022年1月
  • 2021年12月
  • 2021年11月
  • 2021年10月
  • 2021年9月
  • 2021年8月
  • 2021年7月
  • 2021年6月
  • 2021年5月
  • 2021年4月
  • 2021年3月
  • 2021年1月
  • 2020年12月
  • 2020年11月
  • 2020年10月
  • 2020年9月
  • 2020年8月
  • 2020年7月
  • 2020年6月
  • 2020年5月
  • 2020年4月
  • 2020年3月
  • 2020年2月
  • 2020年1月
  • 2019年12月
  • 2019年11月
  • 2019年10月
  • 2019年9月
  • 2019年8月
  • 2019年7月
  • 2019年6月
  • 2019年5月
  • 2019年4月
  • 2019年3月
  • 2019年2月
  • 2019年1月
  • 2018年12月
  • 2018年11月
  • 2018年10月
  • 2018年9月
  • 2018年7月
  • 2018年6月
  • 2018年3月
  • 2018年2月
  • 2018年1月
  • 2017年12月
  • 2017年11月
  • 2017年10月
  • 2017年9月
  • 2017年8月
  • 2017年7月
  • 2017年6月
  • 2017年5月
  • 2017年4月
  • 2017年3月
  • 2017年1月
  • 2016年12月
  • 2016年11月
  • 2016年10月
  • 2016年9月
  • 2016年8月
  • 2016年7月
  • 2016年6月
  • 2016年5月
  • 2016年4月
  • 2016年3月
  • 2016年2月
  • 2015年8月
  • 2015年7月
  • 2015年6月
  • 2015年5月
  • 2014年7月
  • 2014年6月
  • 2014年5月
  • 1970年1月

分类目录

  • Database
  • focus—-实时热搜
  • IC设计
  • js&jquery
  • PHP
  • Python
  • 新技术研习
  • 服务器相关技术
  • 算法
  • 缓存技术
  • 随笔

功能

  • 注册
  • 登录
  • 文章RSS
  • 评论RSS
  • WordPress.org
© 2025 charlie笔记 ·