Skip to content

Commit

Permalink
new post
Browse files Browse the repository at this point in the history
  • Loading branch information
mozillazg committed Jul 11, 2016
1 parent 321a0f4 commit 49dde84
Show file tree
Hide file tree
Showing 700 changed files with 3,349 additions and 2,908 deletions.
10 changes: 5 additions & 5 deletions 2013/01/django-built-in-comments-framework.html
Expand Up @@ -296,11 +296,11 @@ <h2 id="_9">参考</h2>
<section class="well" id="related-posts">
<p>Related Posts:</p>
<ul>
<li><a href="https://mozillazg.com/2013/06/django-south-rename-model-field.html">[django]使用 South 重命名 model 字段名</a></li>
<li><a href="https://mozillazg.com/2013/03/django-merge-queryset-then-sort.html">[django]合并多个查询结果集(queryset)并按字段排序</a></li>
<li><a href="https://mozillazg.com/2013/06/django-fix-reset-password-use-webmaster@localhost-send-mail.html">[django]解决发送密码重置邮件的发件人是 "webmaster@localhost" 的问题</a></li>
<li><a href="https://mozillazg.com/2013/02/django-copy-or-clone-a-query-result-and-insert-it-into-database.html">[django]复制/克隆一条查询结果</a></li>
<li><a href="https://mozillazg.com/2013/02/django-bad-character-range.html">[django]修复 bad character range 异常</a></li>
<li><a href="https://mozillazg.com/2013/06/django-south-rename-model-or-table.html">[django]使用 South 重命名 model 名称</a></li>
<li><a href="https://mozillazg.com/2013/02/django-typeerror-decod-argument-1-must-be-string-not-none.html">[django] 创建后台超级用户时出现 TypeError: decode() argument 1 must be string, not None 错误</a></li>
<li><a href="https://mozillazg.com/2013/10/django-TypeError-delete-got-an-unexpected-keyword-argument-using.html">[django]修复 &quot;TypeError: delete() got an unexpected keyword argument 'using'&quot;</a></li>
<li><a href="https://mozillazg.com/2013/04/django-custom-model-display-name-on-admin-pages.html">[django]自定义 model 在后台显示的名称</a></li>
<li><a href="https://mozillazg.com/2014/03/django-save-uploaded-file-with-utf8-encoding-by-custom-model-field.html">[django]通过自定义 Model Field 的方式将上传的文本文件按 UTF-8 编码保存</a></li>
</ul>
</section>
<hr/>
Expand Down
10 changes: 5 additions & 5 deletions 2013/01/django-deploying-with-apache-mode-wsgi.html
Expand Up @@ -232,11 +232,11 @@ <h2 id="_2">参考</h2>
<section class="well" id="related-posts">
<p>Related Posts:</p>
<ul>
<li><a href="https://mozillazg.com/2013/06/django-south-rename-model-field.html">[django]使用 South 重命名 model 字段名</a></li>
<li><a href="https://mozillazg.com/2013/03/django-merge-queryset-then-sort.html">[django]合并多个查询结果集(queryset)并按字段排序</a></li>
<li><a href="https://mozillazg.com/2013/06/django-fix-reset-password-use-webmaster@localhost-send-mail.html">[django]解决发送密码重置邮件的发件人是 "webmaster@localhost" 的问题</a></li>
<li><a href="https://mozillazg.com/2013/02/django-copy-or-clone-a-query-result-and-insert-it-into-database.html">[django]复制/克隆一条查询结果</a></li>
<li><a href="https://mozillazg.com/2013/02/django-bad-character-range.html">[django]修复 bad character range 异常</a></li>
<li><a href="https://mozillazg.com/2013/06/django-south-rename-model-or-table.html">[django]使用 South 重命名 model 名称</a></li>
<li><a href="https://mozillazg.com/2013/02/django-typeerror-decod-argument-1-must-be-string-not-none.html">[django] 创建后台超级用户时出现 TypeError: decode() argument 1 must be string, not None 错误</a></li>
<li><a href="https://mozillazg.com/2013/10/django-TypeError-delete-got-an-unexpected-keyword-argument-using.html">[django]修复 &quot;TypeError: delete() got an unexpected keyword argument 'using'&quot;</a></li>
<li><a href="https://mozillazg.com/2013/04/django-custom-model-display-name-on-admin-pages.html">[django]自定义 model 在后台显示的名称</a></li>
<li><a href="https://mozillazg.com/2014/03/django-save-uploaded-file-with-utf8-encoding-by-custom-model-field.html">[django]通过自定义 Model Field 的方式将上传的文本文件按 UTF-8 编码保存</a></li>
</ul>
</section>
<hr/>
Expand Down
10 changes: 5 additions & 5 deletions 2013/01/django-deploying-with-fastcgi-nginx.html
Expand Up @@ -275,11 +275,11 @@ <h2 id="_2">参考</h2>
<section class="well" id="related-posts">
<p>Related Posts:</p>
<ul>
<li><a href="https://mozillazg.com/2013/06/django-south-rename-model-field.html">[django]使用 South 重命名 model 字段名</a></li>
<li><a href="https://mozillazg.com/2013/03/django-merge-queryset-then-sort.html">[django]合并多个查询结果集(queryset)并按字段排序</a></li>
<li><a href="https://mozillazg.com/2013/06/django-fix-reset-password-use-webmaster@localhost-send-mail.html">[django]解决发送密码重置邮件的发件人是 "webmaster@localhost" 的问题</a></li>
<li><a href="https://mozillazg.com/2013/02/django-copy-or-clone-a-query-result-and-insert-it-into-database.html">[django]复制/克隆一条查询结果</a></li>
<li><a href="https://mozillazg.com/2013/02/django-bad-character-range.html">[django]修复 bad character range 异常</a></li>
<li><a href="https://mozillazg.com/2013/06/django-south-rename-model-or-table.html">[django]使用 South 重命名 model 名称</a></li>
<li><a href="https://mozillazg.com/2013/02/django-typeerror-decod-argument-1-must-be-string-not-none.html">[django] 创建后台超级用户时出现 TypeError: decode() argument 1 must be string, not None 错误</a></li>
<li><a href="https://mozillazg.com/2013/10/django-TypeError-delete-got-an-unexpected-keyword-argument-using.html">[django]修复 &quot;TypeError: delete() got an unexpected keyword argument 'using'&quot;</a></li>
<li><a href="https://mozillazg.com/2013/04/django-custom-model-display-name-on-admin-pages.html">[django]自定义 model 在后台显示的名称</a></li>
<li><a href="https://mozillazg.com/2014/03/django-save-uploaded-file-with-utf8-encoding-by-custom-model-field.html">[django]通过自定义 Model Field 的方式将上传的文本文件按 UTF-8 编码保存</a></li>
</ul>
</section>
<hr/>
Expand Down
Expand Up @@ -198,11 +198,11 @@ <h2 id="_2">参考</h2>
<section class="well" id="related-posts">
<p>Related Posts:</p>
<ul>
<li><a href="https://mozillazg.com/2013/06/django-south-rename-model-field.html">[django]使用 South 重命名 model 字段名</a></li>
<li><a href="https://mozillazg.com/2013/03/django-merge-queryset-then-sort.html">[django]合并多个查询结果集(queryset)并按字段排序</a></li>
<li><a href="https://mozillazg.com/2013/06/django-fix-reset-password-use-webmaster@localhost-send-mail.html">[django]解决发送密码重置邮件的发件人是 "webmaster@localhost" 的问题</a></li>
<li><a href="https://mozillazg.com/2013/02/django-copy-or-clone-a-query-result-and-insert-it-into-database.html">[django]复制/克隆一条查询结果</a></li>
<li><a href="https://mozillazg.com/2013/02/django-bad-character-range.html">[django]修复 bad character range 异常</a></li>
<li><a href="https://mozillazg.com/2013/06/django-south-rename-model-or-table.html">[django]使用 South 重命名 model 名称</a></li>
<li><a href="https://mozillazg.com/2013/02/django-typeerror-decod-argument-1-must-be-string-not-none.html">[django] 创建后台超级用户时出现 TypeError: decode() argument 1 must be string, not None 错误</a></li>
<li><a href="https://mozillazg.com/2013/10/django-TypeError-delete-got-an-unexpected-keyword-argument-using.html">[django]修复 &quot;TypeError: delete() got an unexpected keyword argument 'using'&quot;</a></li>
<li><a href="https://mozillazg.com/2013/04/django-custom-model-display-name-on-admin-pages.html">[django]自定义 model 在后台显示的名称</a></li>
<li><a href="https://mozillazg.com/2014/03/django-save-uploaded-file-with-utf8-encoding-by-custom-model-field.html">[django]通过自定义 Model Field 的方式将上传的文本文件按 UTF-8 编码保存</a></li>
</ul>
</section>
<hr/>
Expand Down
10 changes: 5 additions & 5 deletions 2013/01/django-pagination-by-use-paginator.html
Expand Up @@ -185,11 +185,11 @@ <h2 id="_2">参考</h2>
<section class="well" id="related-posts">
<p>Related Posts:</p>
<ul>
<li><a href="https://mozillazg.com/2013/06/django-south-rename-model-field.html">[django]使用 South 重命名 model 字段名</a></li>
<li><a href="https://mozillazg.com/2013/03/django-merge-queryset-then-sort.html">[django]合并多个查询结果集(queryset)并按字段排序</a></li>
<li><a href="https://mozillazg.com/2013/06/django-fix-reset-password-use-webmaster@localhost-send-mail.html">[django]解决发送密码重置邮件的发件人是 "webmaster@localhost" 的问题</a></li>
<li><a href="https://mozillazg.com/2013/02/django-copy-or-clone-a-query-result-and-insert-it-into-database.html">[django]复制/克隆一条查询结果</a></li>
<li><a href="https://mozillazg.com/2013/02/django-bad-character-range.html">[django]修复 bad character range 异常</a></li>
<li><a href="https://mozillazg.com/2013/06/django-south-rename-model-or-table.html">[django]使用 South 重命名 model 名称</a></li>
<li><a href="https://mozillazg.com/2013/02/django-typeerror-decod-argument-1-must-be-string-not-none.html">[django] 创建后台超级用户时出现 TypeError: decode() argument 1 must be string, not None 错误</a></li>
<li><a href="https://mozillazg.com/2013/10/django-TypeError-delete-got-an-unexpected-keyword-argument-using.html">[django]修复 &quot;TypeError: delete() got an unexpected keyword argument 'using'&quot;</a></li>
<li><a href="https://mozillazg.com/2013/04/django-custom-model-display-name-on-admin-pages.html">[django]自定义 model 在后台显示的名称</a></li>
<li><a href="https://mozillazg.com/2014/03/django-save-uploaded-file-with-utf8-encoding-by-custom-model-field.html">[django]通过自定义 Model Field 的方式将上传的文本文件按 UTF-8 编码保存</a></li>
</ul>
</section>
<hr/>
Expand Down
Expand Up @@ -190,11 +190,11 @@ <h2 id="_2">参考</h2>
<section class="well" id="related-posts">
<p>Related Posts:</p>
<ul>
<li><a href="https://mozillazg.com/2013/06/django-south-rename-model-field.html">[django]使用 South 重命名 model 字段名</a></li>
<li><a href="https://mozillazg.com/2013/03/django-merge-queryset-then-sort.html">[django]合并多个查询结果集(queryset)并按字段排序</a></li>
<li><a href="https://mozillazg.com/2013/06/django-fix-reset-password-use-webmaster@localhost-send-mail.html">[django]解决发送密码重置邮件的发件人是 "webmaster@localhost" 的问题</a></li>
<li><a href="https://mozillazg.com/2013/02/django-copy-or-clone-a-query-result-and-insert-it-into-database.html">[django]复制/克隆一条查询结果</a></li>
<li><a href="https://mozillazg.com/2013/02/django-bad-character-range.html">[django]修复 bad character range 异常</a></li>
<li><a href="https://mozillazg.com/2013/06/django-south-rename-model-or-table.html">[django]使用 South 重命名 model 名称</a></li>
<li><a href="https://mozillazg.com/2013/02/django-typeerror-decod-argument-1-must-be-string-not-none.html">[django] 创建后台超级用户时出现 TypeError: decode() argument 1 must be string, not None 错误</a></li>
<li><a href="https://mozillazg.com/2013/10/django-TypeError-delete-got-an-unexpected-keyword-argument-using.html">[django]修复 &quot;TypeError: delete() got an unexpected keyword argument 'using'&quot;</a></li>
<li><a href="https://mozillazg.com/2013/04/django-custom-model-display-name-on-admin-pages.html">[django]自定义 model 在后台显示的名称</a></li>
<li><a href="https://mozillazg.com/2014/03/django-save-uploaded-file-with-utf8-encoding-by-custom-model-field.html">[django]通过自定义 Model Field 的方式将上传的文本文件按 UTF-8 编码保存</a></li>
</ul>
</section>
<hr/>
Expand Down
4 changes: 2 additions & 2 deletions 2013/01/english-i-wanted-to-let-you-know-that.html
Expand Up @@ -132,11 +132,11 @@ <h2 id="_1">参考</h2>
<section class="well" id="related-posts">
<p>Related Posts:</p>
<ul>
<li><a href="https://mozillazg.com/2013/09/english-ihmo.html">[英语]IHMO 是什么意思?</a></li>
<li><a href="https://mozillazg.com/2013/09/english-data-or-datas.html">[英语]data or datas</a></li>
<li><a href="https://mozillazg.com/2013/01/english-may-be-not-or-may-not-be.html">[英语]May be not or May not be?</a></li>
<li><a href="https://mozillazg.com/2013/09/english-ihmo.html">[英语]IHMO 是什么意思?</a></li>
<li><a href="https://mozillazg.com/2014/04/english-other-others-another.html">[英语]other、others 以及 another 三者的区别</a></li>
<li><a href="https://mozillazg.com/2013/02/english-i-am-about-to-do.html">[英语]I am about to do something</a></li>
<li><a href="https://mozillazg.com/2013/01/english-may-be-not-or-may-not-be.html">[英语]May be not or May not be?</a></li>
</ul>
</section>
<hr/>
Expand Down
2 changes: 1 addition & 1 deletion 2013/01/english-may-be-not-or-may-not-be.html
Expand Up @@ -145,9 +145,9 @@ <h1>
<section class="well" id="related-posts">
<p>Related Posts:</p>
<ul>
<li><a href="https://mozillazg.com/2013/09/english-data-or-datas.html">[英语]data or datas</a></li>
<li><a href="https://mozillazg.com/2013/09/english-ihmo.html">[英语]IHMO 是什么意思?</a></li>
<li><a href="https://mozillazg.com/2013/01/english-i-wanted-to-let-you-know-that.html">[英语]I wanted to let you know that</a></li>
<li><a href="https://mozillazg.com/2013/09/english-data-or-datas.html">[英语]data or datas</a></li>
<li><a href="https://mozillazg.com/2014/04/english-other-others-another.html">[英语]other、others 以及 another 三者的区别</a></li>
<li><a href="https://mozillazg.com/2013/02/english-i-am-about-to-do.html">[英语]I am about to do something</a></li>
</ul>
Expand Down
10 changes: 5 additions & 5 deletions 2013/01/fix-pelican-use-chinese-folder-as-category.html
Expand Up @@ -193,11 +193,11 @@ <h1>
<section class="well" id="related-posts">
<p>Related Posts:</p>
<ul>
<li><a href="https://mozillazg.com/2014/03/django-save-uploaded-file-with-utf8-encoding-by-custom-model-field.html">[django]通过自定义 Model Field 的方式将上传的文本文件按 UTF-8 编码保存</a></li>
<li><a href="https://mozillazg.com/2013/03/django-merge-queryset-then-sort.html">[django]合并多个查询结果集(queryset)并按字段排序</a></li>
<li><a href="https://mozillazg.com/2013/06/django-fix-reset-password-use-webmaster@localhost-send-mail.html">[django]解决发送密码重置邮件的发件人是 "webmaster@localhost" 的问题</a></li>
<li><a href="https://mozillazg.com/2013/02/django-copy-or-clone-a-query-result-and-insert-it-into-database.html">[django]复制/克隆一条查询结果</a></li>
<li><a href="https://mozillazg.com/2013/02/django-bad-character-range.html">[django]修复 bad character range 异常</a></li>
<li><a href="https://mozillazg.com/2013/06/django-south-rename-model-or-table.html">[django]使用 South 重命名 model 名称</a></li>
<li><a href="https://mozillazg.com/2013/02/django-typeerror-decod-argument-1-must-be-string-not-none.html">[django] 创建后台超级用户时出现 TypeError: decode() argument 1 must be string, not None 错误</a></li>
<li><a href="https://mozillazg.com/2013/12/python-fabric-gateway.html">[python]配置 fabric 穿越跳板机</a></li>
<li><a href="https://mozillazg.com/2013/06/python-valueerror-unsupported-format-character-p-0x70-at-index-8.html">[python]解决使用 argparse 时出现:ValueError: unsupported format character 'p' (0x70) at index 8</a></li>
<li><a href="https://mozillazg.com/2013/02/django-custom-decorators-optional-keyword-arguments-for-views.html">[django]编写作用于视图(view)的装饰器(Decorator)</a></li>
</ul>
</section>
<hr/>
Expand Down
6 changes: 3 additions & 3 deletions 2013/01/linux-ssh-change-passphrase.html
Expand Up @@ -130,10 +130,10 @@ <h2 id="_1">参考</h2>
<p>Related Posts:</p>
<ul>
<li><a href="https://mozillazg.com/2013/01/linux-vps-first-things-need-to-do.html">[linux]入手 VPS 后首先该做的事情</a></li>
<li><a href="https://mozillazg.com/2013/09/linux-bash-run-mutil-cmd.html">[linux]bash 下 ; &amp;&amp; || 的区别</a></li>
<li><a href="https://mozillazg.com/2013/08/linux-create-a-file-with-given-size.html">[linux]创建指定大小的文件</a></li>
<li><a href="https://mozillazg.com/2013/10/linux-RabbitMQ-server-can-not-start-with-host-timeout-error.html">[linux]无法启动 rabbitmq-server,出现 timeout 错误</a></li>
<li><a href="https://mozillazg.com/2014/05/linux-fix-gcc-error-CPU-you-selected-does-not-support-x86-64-instruction-set.html">[linux]修复 gcc 编译时的出现的 "CPU you selected does not support x86-64 instruction set" 错误</a></li>
<li><a href="https://mozillazg.com/2013/05/linux-screen-command.html">[linux]screen 常用命令</a></li>
<li><a href="https://mozillazg.com/2013/05/linux-compile-aria2c-error-C-compiler-cannot-create-executables.html">[linux]编译 aria2c 时,出现 C compiler cannot create executables 错误</a></li>
<li><a href="https://mozillazg.com/2014/05/linux-configure-vsftp-enable-passive-mode.html">[linux]配置 vsftp 启用被动模式(passive mode)解决客户端"no route to host"错误</a></li>
</ul>
</section>
<hr/>
Expand Down
6 changes: 3 additions & 3 deletions 2013/01/linux-vps-first-things-need-to-do.html
Expand Up @@ -299,11 +299,11 @@ <h2 id="_3">参考</h2>
<section class="well" id="related-posts">
<p>Related Posts:</p>
<ul>
<li><a href="https://mozillazg.com/2013/04/pythonlinuxcentos-xia-an-zhuang-pillow.html">[python][linux]CentOS 下安装 Pillow</a></li>
<li><a href="https://mozillazg.com/2013/02/linux-fix-sendmail-configuration-error-feature-should-be-before-mailer.html">[linux]解决 sendmail 错误: FEATURE() should be before MAILER()</a></li>
<li><a href="https://mozillazg.com/2013/01/linux-ssh-change-passphrase.html">[linux] 更改 ssh 私钥 Passphrase</a></li>
<li><a href="https://mozillazg.com/2013/09/linux-bash-run-mutil-cmd.html">[linux]bash 下 ; &amp;&amp; || 的区别</a></li>
<li><a href="https://mozillazg.com/2013/08/linux-create-a-file-with-given-size.html">[linux]创建指定大小的文件</a></li>
<li><a href="https://mozillazg.com/2013/04/pythonlinuxcentos-xia-an-zhuang-pillow.html">[python][linux]CentOS 下安装 Pillow</a></li>
<li><a href="https://mozillazg.com/2014/05/linux-fix-gcc-error-CPU-you-selected-does-not-support-x86-64-instruction-set.html">[linux]修复 gcc 编译时的出现的 "CPU you selected does not support x86-64 instruction set" 错误</a></li>
<li><a href="https://mozillazg.com/2013/05/linux-screen-command.html">[linux]screen 常用命令</a></li>
</ul>
</section>
<hr/>
Expand Down
4 changes: 2 additions & 2 deletions 2013/02/change-phpmyadmin-default-visit-port.html
Expand Up @@ -150,10 +150,10 @@ <h2 id="_1">参考</h2>
<section class="well" id="related-posts">
<p>Related Posts:</p>
<ul>
<li><a href="https://mozillazg.com/2013/06/mysql-master-master.html">mysql 基于 master-master 的双机热备配置</a></li>
<li><a href="https://mozillazg.com/2013/01/linux-vps-first-things-need-to-do.html">[linux]入手 VPS 后首先该做的事情</a></li>
<li><a href="https://mozillazg.com/2013/09/mysql-DatabaseError-1061-Duplicate-key-name.html">[MySQL]修复 DatabaseError: (1061, "Duplicate key name 'bar_xxx_uniq'") 错误</a></li>
<li><a href="https://mozillazg.com/2013/02/linux-fix-sendmail-configuration-error-feature-should-be-before-mailer.html">[linux]解决 sendmail 错误: FEATURE() should be before MAILER()</a></li>
<li><a href="https://mozillazg.com/2013/03/python-fix-zmysqlda-2.0.8-no-module-named-imagefile.html">[python]修复 ZMySQLDA-2.0.8 出现的“ImportError: No module named ImageFile”错误</a></li>
<li><a href="https://mozillazg.com/2014/03/centos-how-to-install-percona-toolkit.html">[linux] CentOS 下安装 percona-toolkit</a></li>
<li><a href="https://mozillazg.com/2013/06/django-let-bigintegerfield-auto-increment.html">[django]让 BigIntegerField 字段自增长</a></li>
</ul>
</section>
Expand Down

0 comments on commit 49dde84

Please sign in to comment.