u0u0文章列表

wordpress 迁移 typecho

1、按照官方的步骤进行操作http://docs.typecho.org/plugins/wordpress-to-typecho2、拷贝wordpress的附件wp-content/uploa...

Lua中获取table长度的几种方法

1、# 操作可以取得表格的长度,但仅限从 1 开始连续数字为索引的表格2、count = table.getn(表格对象) ,用途同 #。3、count = table.nums(表格对象),可...

iptables备份

禁IP,插入一条规则。sudo iptables -I INPUT 1 -s 115.183.29.66/32 -j DROP列状态:sudo iptables -L -v --line-num...

pip常用命令

今日使用pip list,出现一堆错误:Exception:Traceback (most recent call last): File "/Library/Python/2.7/site-...