运行interproscan时报错:[Wed Oct 08 13:07:16]cmiao@apple /share/bioinfo/miaochenyong/interproscan-software/tars/interproscan-5.7-48.0$ ./interproscan.sh -i ...
分类:
其他好文 时间:
2014-10-09 02:06:07
阅读次数:
1973
[ora11@lixora ~]$ sqlplus / as sysdba
SQL*Plus: Release 11.2.0.1.0 Production on Wed Oct 8 09:57:50 2014
Copyright (c) 1982, 2009, Oracle. All rights reserved.
Connected to:
Oracle Database 11g...
分类:
数据库 时间:
2014-10-08 12:59:25
阅读次数:
268
方法一:使用sqlplus
###64位:
[oracle@db01 ~]$ sqlplus / as sysdba
SQL*Plus: Release 11.2.0.3.0 Production on Fri Oct 318:44:05 2014
Copyright (c) 1982, 2011, Oracle. All rights reserved.
Connected to...
分类:
数据库 时间:
2014-10-03 13:00:24
阅读次数:
265
1、错误描述
03-Oct-2014 00:17:23.095 INFO [localhost-startStop-1] org.apache.catalina.core.ApplicationContext.log No Spring WebApplicationInitializer types detected on classpath
03-Oct-2014 00:17:23.168 I...
分类:
编程语言 时间:
2014-10-03 03:11:23
阅读次数:
891
1、不需要参数的IO控制器的函数定义在中,其中包括dec,oct和hex.也包括ws,endl,ends和flush以及如下图所示的内容。 2、需要参数的控制器定义在头文件中,有如下的预定义的控制器 3、下边是使用IO控制器的例子程序 1: #include 2: #include 3: using...
分类:
编程语言 时间:
2014-09-28 23:07:35
阅读次数:
359
#powerbywww.phpStudy.net
#usernobody;
worker_processes1;
#error_loglogs/error.log;
#error_loglogs/error.lognotice;
#error_loglogs/error.loginfo;
#pidlogs/nginx.pid;
events{
worker_connections1024;
}
http{
includemime.types;
default_typeapplication/oct..
分类:
数据库 时间:
2014-09-28 15:04:33
阅读次数:
359
技巧及应用:当看到要求连通一个图的最小代价,显然最小生成树,例如【BZOJ】1601: [Usaco2008 Oct]灌水(kruskal)还有次小生成树,就是在非最小生成树中找一条边来替代生成树中的一条边(保证连通的情况下),然后更新最小值(当然我是嘴巴选手,还没写过QAQ)
分类:
其他好文 时间:
2014-09-28 07:03:41
阅读次数:
157
#!/usr/bin/envpython
importsys
importdatetime
importsocket
fromfile_backwardsimport*
MONTH={
‘Jan‘:1,
‘Feb‘:2,
‘Mar‘:3,
‘Apr‘:4,
‘May‘:5,
‘Jue‘:6,
‘Jul‘:7,
‘Aug‘:8,
‘Sep‘:9,
‘Oct‘:10,
‘Nov‘:11,
‘Dec‘:12,
}
defparse_apache_date(datestr):
day,..
分类:
编程语言 时间:
2014-09-27 17:47:10
阅读次数:
212
int本身也要用一串字符表示,前后没有双引号,告诉编译器把它当作一个数解释。缺省情况下,是当成10进制(dec)来解释,如果想用8进制,16进制,怎么办?加上前缀,告诉编译器按照不同进制去解释。8进制(oct)---前缀加0,16进制(hex)---前缀加0x或者0X。string前后加上双引号,告...
分类:
编程语言 时间:
2014-09-26 19:38:48
阅读次数:
255
Response Headers 响应头Expires设置响应内容的过期时间过期时间头信息属性值只能是HTTP格式的日期时间,HTTP的日期时间必须是格林威治时 间(GMT),而不是本地时间。举例:Expires: Fri, 30 Oct 1998 14:19:41"EEE, dd MMM yyyy...
分类:
其他好文 时间:
2014-09-19 16:54:55
阅读次数:
168