1,MESSAGE: Input files reads and reference have
incompatible contigs: Relative ordering of overlapping contigs differs, which is
unsafe.##### ERROR re...
分类:
其他好文 时间:
2014-06-13 07:46:21
阅读次数:
1050
1、vim /usr/local/nginx/conf/wordpress.conf2、rewrite
/wp-admin$ $scheme://$host$uri/ permanent;3、ngnix -s reload
分类:
其他好文 时间:
2014-06-13 07:35:35
阅读次数:
234
eclipse 导入项目js报错问题eclipse
导入项目后会出现项目中的js文件报错(红叉),如下图所示,有时候报错的文件很多,需要集中处理。解决办法:右键项目名称》Properties》JavaScript》Include
Path,在右侧选择“Source”选项卡,然后选择项目中的“Excl...
分类:
Web程序 时间:
2014-06-12 23:36:38
阅读次数:
397
方法1.go to the Product menu and find the Edit
Scheme menu there.While in Edit Scheme window, select the "Run" option on the
left hand side of the scree...
分类:
其他好文 时间:
2014-06-12 21:03:42
阅读次数:
317
常规处理方法:1、编辑/etc/fstab#vim /etc/fstab修改前 :tmpfs
/dev/shm tmpfs defaults 0 0修改后:tmpfs /dev/shm tmpfs defaults.size=4g 0
02、重新mount /dev/shm#mount -o rem...
分类:
其他好文 时间:
2014-06-12 20:15:35
阅读次数:
220
解决办法方法:所以应该使用StringBuilder缓存,在startElement的时候调用sb.setLength(0);每次characters时调用sb.append(ch,
start, length);在endElement的时候才调用String str = sb.toString()
分类:
其他好文 时间:
2014-06-12 17:44:19
阅读次数:
232
在介绍HTML富文本使用之前,先解决几个易用性的问题1、在chrome浏览器中textarea高度自适应存在问题:当输入任何一个字符时textarea高度都会增加解决办法:(1)在challenge.js中定义autoAdaptHeight()方法,内容如下:/***textarea高度自适应*/functionautoAdaptHeight(compon..
分类:
Web程序 时间:
2014-06-10 23:25:23
阅读次数:
309
这是一个群里别人让我写的一个小脚本,当做练习发到这里,功能很简单,从一个文件里面提取域名,之后利用nslookup命令对域名进行解析,再按照固定的格式输出到一个新的文件里面(输出规格是为address=/域名/IP),脚本内容如下:#!/bin/bash
fornamein`cat/root/dns.File`;do
n..
分类:
其他好文 时间:
2014-06-10 22:35:33
阅读次数:
355
ADNSserver,ornameserver,isusedtoresolveanIPaddresstoahostnameorviceversa.YoucansetupfourdifferenttypesofDNSservers:AmasterDNSserverforyourdomain(s),whichstoresauthoritativerecordsforyourdomain.AslaveDNSserver,whichreliesonamasterDNSserverfordata.Acaching-on..
分类:
系统相关 时间:
2014-06-10 22:29:28
阅读次数:
432