由7段构成:秒 分 时 日 月 星期 年(可选)"-" :表示范围 MON-WED表示星期一到星期三"," :表示列举 MON,WEB表示星期一和星期三"*" :表是“每”,每月,每天,每周,每年等"/" :表示增量:0/15(处于分钟段里面) 每15分钟,在0分以后开始,3/20 每20分钟,从3 ...
分类:
其他好文 时间:
2017-07-11 00:51:04
阅读次数:
221
Jboss执行环境:Linux+Jdk+Jboss+jsp系统Jboss软件说明:相似于Tomcat。就是一个跑Jsp系统的环境,他的网站路径跟Tomcat相似,Tomcat存放网站文件到webapps文件夹下,而Jboss存放在server/default/deploy文件夹下。 本次开发环境和測 ...
分类:
系统相关 时间:
2017-07-10 20:45:31
阅读次数:
309
Given a sorted array of integers, find the starting and ending position of a given target value. Your algorithm's runtime complexity must be in the or ...
分类:
其他好文 时间:
2017-07-10 20:19:18
阅读次数:
163
Stack<T>类 Stack<T> 作为数组来实现。 Stack<T> 的容量是 Stack<T> 能够包括的元素数。 当向 Stack<T> 中加入元素时,将通过又一次分配内部数组来依据须要自己主动增大容量。 可通过调用 TrimExcess 来降低容量。 假设 Count 小于堆栈的容量,则 ...
[root@node1 ~]# mv jdk-7u79-linux-x64.tar.gz /usr/local/[root@node1 ~]# cd /usr/local/[root@node1 local]# tar jxvf jdk-7u79-linux-x64.tar.gz [root@nod ...
分类:
Web程序 时间:
2017-07-08 18:54:05
阅读次数:
253
http://blog.csdn.net/kongxx/article/details/7218767 本文地址:http://blog.csdn.NET/kongxx/article/details/7218767 1. 首先从Jetty的官方网站http://wiki.eclipse.org/J ...
分类:
其他好文 时间:
2017-07-08 17:49:03
阅读次数:
149
1. ITK Configuring and Building in VisualStudio With Visual Studio 2010 on Windows 7 (32-bit): Launch the CMake GUI by starting a Visual Studio Comman ...
分类:
其他好文 时间:
2017-07-08 11:27:06
阅读次数:
196
Consider a town where all the streets are one-way and each street leads from one intersection to another. It is also known that starting from an inter ...
分类:
其他好文 时间:
2017-07-06 20:31:29
阅读次数:
232
1、确认mysql是否已安装,有下面的代码可知 2、卸载已安装的mysql,建议使用yum命令,因为yum命令可以自动删除与mysql相关的依赖;如果使用rpm命令,则还需要手动去删除和mysql相关的文件,比较麻烦 3、用whereis命令查找mysql相关的文件,因为步骤2用yum来卸载,所以m ...
分类:
数据库 时间:
2017-07-06 01:03:27
阅读次数:
537
题目 You are given a string, s, and a list of words, words, that are all of the same length. Find all starting indices of substring(s) in s that is a co ...
分类:
其他好文 时间:
2017-07-03 19:54:48
阅读次数:
173