Skip to content
  • About Me

charlie笔记

A programmer’s note boke for work and life

python3在ubuntu环境下的安装

10 2月10 11月 by test16604225

首先下载最新版本的python,在这里我的版本是python 3.1.1。然后就是在ubuntu环境下安装,切 […]

Continue reading
Posted in Python · Leave a comment

ubuntu9.04编译安装python新版本导致出错的解决办法

10 2月10 11月 by test16604225

在这篇文章中我提到了ubuntu中自己编译安装python新版本的问题,如果您是使用 apt-get inst […]

Continue reading
Posted in Python · Leave a comment

ubuntu中安装多个版本python

10 2月10 11月 by test16604225

ubuntu中默认就自带了python的2.5版本,结果我还是装了一个python的2.6版本,在网上查了下才 […]

Continue reading
Posted in Python · Leave a comment

在linux系统环境中用python下开发全文索引

10 2月10 11月 by test16604225

  随着信息量的增长,高效地定位特定信息变得越来越重要。本专栏将探讨全文索引领域,并集中讨论作者的公共域 in […]

Continue reading
Posted in Python · Leave a comment

python教程

10 2月10 11月 by test16604225

谁有python教程,推荐几本啊,或者网址也行啊

Continue reading
Posted in Python · Leave a comment

ubuntu下用python编写带有gui的udp通信终端

10 2月10 11月 by test16604225

环境:python2.62+tkinter,ubuntu 输入对方ip地址和端口就可以进行双方通信,界面仿照i […]

Continue reading
Posted in Python · Leave a comment

linux编程之序列化存储python对象(下)

10 2月10 11月 by test16604225

  相等,但并不总是相同   正如在上一个示例所暗示的,只有在这些对象引用内存中同一个对象时,它们才是相同的。 […]

Continue reading
Posted in Python · Leave a comment

linux编程之序列化存储python对象(上)

10 2月10 11月 by test16604225

什么是持久性? 持久性的基本思想很简单。假定有一个 python 程序,它可能是一个管理日常待办事项的程序,您 […]

Continue reading
Posted in Python · Leave a comment

linux应用技巧,序列化存储python对象

10 2月10 11月 by test16604225

  什么是持久性?   持久性的基本思想很简单。假定有一个 python 程序,它可能是一个管理日常待办事项的 […]

Continue reading
Posted in Python · Leave a comment

ubuntu8.10下安装scim

10 2月01 1月 by test16604225

ubuntu不容易呀,终于一不小心就进入了8.10的时代了,虽然发现了不少让人不爽的bug,但是许多的新特性, […]

Continue reading
Posted in 未分类 · Leave a comment

在ubuntuserver上如何搭建python的web服务

10 2月10 11月 by test16604225

在ubuntu server 上如何搭建python的web服务?

Continue reading
Posted in Python · Leave a comment

ubuntu8.04下安装scim

10 2月01 1月 by test16604225

安装ubuntu 8.04之后,一直都在使用scim的智能拼音,终于发现有些不爽了,因为常常跟pidgn发生冲 […]

Continue reading
Posted in 未分类 · Leave a comment

在linux环境python下开发全文索引

10 2月10 11月 by test16604225

  随着信息量的增长,高效地定位特定信息变得越来越重要。本专栏将探讨全文索引领域,并集中讨论作者的公共域 in […]

Continue reading
Posted in Python · Leave a comment

概说开放源代码python编程

10 2月10 11月 by test16604225

  我第一回体验python是用这种脚本编程语言定制mailman,这是一种邮件列表管理软件包。最初我对pyt […]

Continue reading
Posted in Python · Leave a comment

新手学linux编程之python入门

10 2月10 11月 by test16604225

第一章 介绍      脚本语言是类似dos批处理、unix shell程序的语言。脚本语言不需要每次编译再执 […]

Continue reading
Posted in Python · Leave a comment

python

10 2月10 11月 by test16604225

求python开发技术详解这本书,电子版?大家帮帮忙哈{:2_94:}

Continue reading
Posted in Python · Leave a comment

python怎么在linux系统下设置热键

10 2月10 11月 by test16604225

python怎么在linux系统下设置热键,比如像qq那样,按下ctrl+alt+z就可以弹出qq窗口,并且可 […]

Continue reading
Posted in Python · Leave a comment

crond运行python脚本实现多台linux服务器的监控

10 2月10 11月 by test16604225

  一、pexpect简介   pexpect 是一个用来启动子程序并对其进行自动控制的 python 模块, […]

Continue reading
Posted in Python · Leave a comment

ubuntu10.10升级到11.04过程中python2.7升级出错的解决方法(安装wine过程中出错)

10 2月10 11月 by test16604225

ubuntu 10.10默认python是2.6 ubuntu 11.04默认python是2.7 这个问题貌 […]

Continue reading
Posted in Python · Leave a comment

初学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

文章导航

Previous 1 … 234 235 236 237 238 239 240 241 242 243 244 … 260 Next

近期文章

  • 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笔记 ·
程序猿 散文朗诵 鬼故事 佛学网