Android ADB命令大全

3月 14, 2013

(通过ADB命令查看wifi密码、MAC地址、设备信息、操作文件、查看文件、日志信息、卸载、启动和安装APK等 […]

Read the full article →

Linux进阶手册

3月 10, 2013

一、Linux系统基础及系统管理 1、操作系统发展史,系统架构平台概览; Linux起源、理念、发展历史及各发 […]

Read the full article →

Shell语法:判断语句

2月 19, 2013

我们知道shell拥有简单的编程语言结构,我们可以很容易得编写出实用的程序在linux下。最近在做一个方案,其 […]

Read the full article →

VI快捷键

1月 31, 2013

熟练使用VI快捷键,可以直接使用键盘操作,提高工作效率 进入vi的命令 vi filename :打开或新建文 […]

Read the full article →

Centos 安装 Transmission

1月 29, 2013

安装 安装环境 Centos6 64位 yum install transmission* /etc/init […]

Read the full article →

Ubuntu安装和卸载MYSQL

1月 14, 2013

安装 mysql sudo apt-get install mysql-server sudo apt-get […]

Read the full article →

正则表达式的入门学习

12月 27, 2012

一、正则表达式简介 正则表达式(Regular expression,简写为Regexes)是一种用来操作和检 […]

Read the full article →

Python开源爬虫框架:Scrapy架构分析

12月 20, 2012

所谓网络爬虫,就是一个在网上到处或定向抓取数据的程序,当然,这种说法不够专业,更专业的描述就是,抓取特定网站网 […]

Read the full article →

Python: import 导入库文件错误

11月 15, 2012

运行python总是出现如下错误: File “/usr/local/lib/python2.7/urllib […]

Read the full article →

Python:no encoding declared 错误

11月 14, 2012

使用Python编译的时候出现如下错误: SyntaxError: Non-ASCII character & […]

Read the full article →