今天发现ipad在ubuntu上会一直显示not charging,搜了一下,发现有人写了一个ipad_cha […]
Continue reading月份:2016年2月
ubuntu12.04下用eclipse搭建python集成开发环境
开始学习期待已久的python,由于以前写代码都是vim+gcc(主要是写c代码),所以想尝试一下用集成开发环 […]
Continue reading安装mod
安装过程如下: #tar -zxvf httpd-2.0.54.tar.gz #cd httpd-2.0.54 […]
Continue readingubuntu14.04下安装使用pythonrq模块
rq 是python的一个第三方模块,使用rq可以方便快速的实现python的队列操作,实现多态电脑的分布式架 […]
Continue reading跪求apache+python+mod
急需 apache+python+mod_python的安装配置讲解
Continue reading在archlinux系统中安装scim
下面是我在 archlinux 中安装 scim-python 输入法的过程, 希望能够和大家分享一下。选择安 […]
Continue readingubuntu14.04下opencv3.0+python2.7安装测试
本文记录了ubuntu 14.04下使用源码手动安装opencv 3.0的过程。此外记录了在python中安装 […]
Continue readingubuntu安装mysql
1.首先你要确定ubuntu更新源能用,本文测试的ubuntu 14.04的源,低版本的ubuntu没试过。毕 […]
Continue readingubuntu下实现用python开机自动更新壁纸为bing壁纸
因为用的windows phone的手机,里面有一个手机锁屏每天自动更新为bing的壁纸,用着挺好的,遂想在u […]
Continue readingpython注释和脚本参数介绍
这篇文章介绍python注释和脚本参数介绍 单行注释: # 多行注释:””” […]
Continue readingpython的print换行方法
这篇文章介绍python的print换行方法 输出 9*9 乘法口诀表。 for i in range(1, […]
Continue reading详解python中函数传值与传引用
python中函数整数,字符串,元组都是传值,函数中不会改变其值,其他的会在函数中改变其值 例如传列表: #- […]
Continue reading详解python3
这篇文章详解python3-zabbixapi的使用 python3 使用zabbix api的一些案例。。具 […]
Continue readingpython之字典列表的转换及for循环的方法
寻找差异 # 原有dict old_dict = { “#1”:{ ‘ho […]
Continue readingpython使用for循环对列表内元素进行排序方法
这篇文章介绍python使用for循环对列表内元素进行排序方法 list = [13, 22, 6, 99, […]
Continue reading