java定时任务,每天定时执行任务。以下是这个例子的全部代码。public class
TimerManager { //时间间隔 private static final long PERIOD_DAY = 24 * 60 * 60 *
1000; public TimerManager() {....
分类:
编程语言 时间:
2014-05-09 15:43:37
阅读次数:
389
unsigned int 0~4294967295int
2147483648~2147483647unsigned long 0~4294967295long 2147483648~2147483647long
long的最大值:9223372036854775807long long的最小值:-...
分类:
其他好文 时间:
2014-05-09 15:34:30
阅读次数:
210
public class InitServlet extends HttpServlet {
private static final long serialVersionUID = -
5826096764263027718L;
public void destroy() {
super.destroy();
}
public void init() throws Servl...
分类:
编程语言 时间:
2014-05-09 14:45:06
阅读次数:
324
Fix invisible cursor issue in Ubuntu
13.10Fixing this problem is rather too easy. Open a terminal (Ctrl+Alt+T) and
use the following command:gsettings...
分类:
其他好文 时间:
2014-05-09 07:57:17
阅读次数:
311
uva11137 n3可转化为n2(立方和为n的方法数)/*ID:
neverchanjePROG:LANG: C++11*/#include#include#includetypedef long long ll;using
namespace std;int n;long long d[23][...
分类:
其他好文 时间:
2014-05-09 06:38:39
阅读次数:
382
1.循环 1 public class T009 { 2 public static void
main(String[] args){ 3 System.out.println(fibonacci(3)); 4 } 5 public static
long ...
分类:
编程语言 时间:
2014-05-09 03:58:09
阅读次数:
270
最近项目需要使用excel导入功能,导入学生的时候需要指定所在班级,使用excel一次性导入!
将以前的代码改改支持属性内引用类的转换。
测试对象为User对象,javabean结构:
private String username;
private int id;
private String name;
private Date birthday;
private long he...
分类:
编程语言 时间:
2014-05-09 02:27:20
阅读次数:
319
sys.c 代码分析
setregid
/*
* This is done BSD-style, with no consideration of the saved gid, except
* that if you set the effective gid, it sets the saved gid too. This
* makes it possib...
分类:
系统相关 时间:
2014-05-09 02:13:12
阅读次数:
621
这题从昨晚搞到现在敲了又改好久,刚开始是update中错了,然后找到了。但是还错,然后因为题目没有数据的范围提示,所以弄了好久都不知道哪错了,最后看评论才知道是超int了,改了之后还有错,然后才发现虽然改成long long了,但是输出的时候没改,哈哈……
#include
#include
#include
#include
#include
#include
#include...
分类:
其他好文 时间:
2014-05-09 01:20:40
阅读次数:
280
fork.c 代码分析笔记
verifiy_area
long last_pid=0; //全局变量,用来记录目前最大的pid数值
void verify_area(void * addr,int size) // addr 是虚拟地址 ,size是需要写入的字节大小
{
unsigned long start;
start = (unsigned lo...
分类:
系统相关 时间:
2014-05-08 17:15:39
阅读次数:
485