A full configuration of start-your-django-project-in-nginx-with-uwsgi.
分类:
其他好文 时间:
2014-09-30 14:00:39
阅读次数:
190
文章转自:http://blog.csdn.net/hguisu/article/details/79559851. 搜索引擎的分类搜索引擎按其工作方式主要可分为三种:分别是全文搜索引擎(Full Text Search Engine)目录索引类搜索引擎(Search Index/Directory...
分类:
其他好文 时间:
2014-09-30 13:06:09
阅读次数:
242
方法 1、 show create table table_name;可以用这个看表的代码。 show create table Strings; 方法 2、 show full columns from table_name; show full columns fr...
分类:
数据库 时间:
2014-09-29 23:48:21
阅读次数:
237
提示信息:There is an error in invoking javac. A full JDK (not just JRE) is required
原 因:是因为Eclipse找不到JDK
发生的原因:我描述一下我自己发生的原因,是因为我安装新版的JDK所引起的。
解决方法:直接贴图,直观一点。
大家记住了 这里的JRE是你JDK的路径,而不...
分类:
编程语言 时间:
2014-09-29 14:49:01
阅读次数:
165
发现:ERROR: The partition with /var/lib/mysql is too full! failed!然后df -h 发现硬盘100% 于是分析到底什么占用了这近两百G的硬盘,结果发现是数据库的备份文件日积月累,占满了这近两百G的硬盘。然后cd /varrm -rf log...
分类:
数据库 时间:
2014-09-29 02:32:36
阅读次数:
302
## Welcome to MarkdownPad 2 ## **MarkdownPad** is a full-featured Markdown editor for Windows. ### Built exclusively for Markdown ### Enjoy first-class Markdown support with easy access to Markdown...
分类:
其他好文 时间:
2014-09-29 00:58:27
阅读次数:
291
[plain]
view plaincopyprint?
#! /bin/sh while true; do i=`df -h | egrep '/mnt/yourpath'| awk '{print $5}' | cut -d "%" -f1 -`
if [ "$i" -ge 90 ] then echo "disk nearly full" cd /mnt/your...
分类:
系统相关 时间:
2014-09-27 09:35:19
阅读次数:
240
The full path to the file is ‘/etc/postfix/main.cf‘ Just add or modify your hostname and restart the postfix service by running ‘service postfix restart‘. Please note mydomain.net. is an invalid ho...
分类:
其他好文 时间:
2014-09-26 12:24:59
阅读次数:
614
1:备份常用工具:mysqldump, xtrabackupmysqldump: 原生数据导出工具,以sql的形式导出保存xtrabackup: percona团队提供的备份工具,基于文件系统的备份2:备份全库:mysqldump -h10.6.29.1 -uroot -p --all-databa...
分类:
数据库 时间:
2014-09-26 01:11:18
阅读次数:
437
Q: ???? ??? ??1. half-addermodule half_adder (S, C, x, y);output S, C;input x, y;xor (S, x, y);and (C, x, y);endmodule2. full-addermodule full_adder (...
分类:
其他好文 时间:
2014-09-25 17:27:09
阅读次数:
215