上一页 1 ··· 195 196 197 198 199 200 201 202 203 ··· 347 下一页
摘要: GBrowse配置相关资料(形状、颜色、配置、gff3)http://gmod.org/wiki/Glyphs_and_Glyph_Optionshttp://gmod.org/wiki/GBrowse_Configuration/Glyphshttp://gmod.org/wiki/GBrowse... 阅读全文
posted @ 2015-07-05 08:26 emanlee 阅读(488) 评论(0) 推荐(0)
摘要: 一、vsftp安装篇# 查看是否已经安装了vsftp:rpm -qa|grep vsftpd# 安装vsftpd(需要root权限)yum -y install vsftpd# 启动vsftpdservice vsftpd start# 开机自动启动vsftpdchkconfig vsftpd on... 阅读全文
posted @ 2015-07-04 18:00 emanlee 阅读(762) 评论(0) 推荐(0)
摘要: AS an old question, this is more like info or reminder about vertical margin or padding in % that takes parent's width as reference .If you use a pseu... 阅读全文
posted @ 2015-07-02 15:57 emanlee 阅读(603) 评论(0) 推荐(0)
摘要: Proxy ErrorThe proxy server received an invalid response from an upstream server. The proxy server could not handle the request GET/wpsp/.Reason: Erro... 阅读全文
posted @ 2015-07-01 19:32 emanlee 阅读(10433) 评论(0) 推荐(0)
摘要: service httpd stopStopping httpd: [FAILED][root@testtest apache_logs]# service httpd startStarting httpd: (98)Address already in use: make_sock: could... 阅读全文
posted @ 2015-07-01 19:28 emanlee 阅读(922) 评论(0) 推荐(0)
摘要: [Tue Jun 16 13:29:08 2015] [warn] (13)Permission denied: mod_fcgid: spawn process /var/www/cgi-bin/gb2/gbrowse error[Tue Jun 16 13:29:08 2015] [error]... 阅读全文
posted @ 2015-07-01 19:15 emanlee 阅读(946) 评论(0) 推荐(0)
摘要: trymysql --force < sample_data.sql Mysql help section says-f, --force Continue even if we get an sql error.----------------------You could also use IN... 阅读全文
posted @ 2015-07-01 09:04 emanlee 阅读(328) 评论(0) 推荐(0)
摘要: 索引是快速搜索的关键。MySQL索引的建立对于MySQL的高效运行是很重要的。下面介绍几种常见的MySQL索引类型。在数据库表中,对字段建立索引可以大大提高查询速度。假如我们创建了一个 mytable表:CREATE TABLE mytable( ID INT NOT NULL, username ... 阅读全文
posted @ 2015-07-01 08:36 emanlee 阅读(281) 评论(0) 推荐(0)
摘要: ==========A really easy way to do this is to add a UNIQUE index on the 3 columns. When you write the ALTER statement, include the IGNORE keyword. Like... 阅读全文
posted @ 2015-06-30 22:44 emanlee 阅读(355) 评论(0) 推荐(0)
摘要: 1 CREATE TABLE A LIKE B此种方式在将表B复制到A时候会将表B完整的字段结构和索引复制到表A中来。2. CREATE TABLE A AS SELECT * FROM B此种方式只会将表B的字段结构复制到表A中来,但不会复制表B中的索引到表A中来。这种方式比较灵活可以在复制原表... 阅读全文
posted @ 2015-06-28 15:33 emanlee 阅读(2813) 评论(0) 推荐(0)
上一页 1 ··· 195 196 197 198 199 200 201 202 203 ··· 347 下一页