删除wordpress文章修订版本

10月 22, 2013

WordPress每次修改文章,都会保存一份修订版本,有时候我们需要清理下修改版本,否则一篇文章编辑几十次,数 […]

Read the full article →

Flex布局简明教程

10月 21, 2013

Properties for the Parent(flex container) display flex- […]

Read the full article →

Express入门

9月 25, 2013

Express 是一个小巧且灵活的 Node.js Web应用框架,它有一套健壮的特性,可用于开发单页、多页和 […]

Read the full article →

使用WP-CLI命令行工具安装WordPress

8月 9, 2013

在Linux或者Mac系统里,不用浏览器,直接使用wp-cli命令,就能安装、升级、配置wordpress,十 […]

Read the full article →

htaccess强制HTTP重定向为HTTPS

7月 9, 2013

购买SSL域名证书之后,对于apache服务器,可以修改.htaccess配置文件,强制跳转到https 有以 […]

Read the full article →

HTML标签:blockquote q cite的区别

7月 1, 2013

HTML blockquote 元素 代表其中的文字是引用内容。通常在渲染时,这部分的内容会有一定的缩进(注 […]

Read the full article →

PHP格式化输出打印变量

6月 2, 2013

PHP常用的输入变量函数print_r,但是输出没有换行,看起来很费力 我们可以自定义一个函数来实现变量的格式 […]

Read the full article →

Linux lsof命令

5月 2, 2013

lsof命令是什么? 可以列出被进程所打开的文件的信息。被打开的文件可以是 1.普通的文件,2.目录  3.网 […]

Read the full article →

Linux批量创建删除文件夹

4月 16, 2013

一、Linux批量创建文件夹 printf ‘dir%01d\n’ {1..5}|xargs mkdir 生成 […]

Read the full article →

Linux Shell 文本处理工具

3月 16, 2013

本文将介绍Linux下使用Shell处理文本时最常用的工具: find、grep、xargs、sort、uni […]

Read the full article →