码迷,mamicode.com
首页 >  
搜索关键字:job    ( 4794个结果
Codeforces Round #240 (Div. 1)B---Mashmokh and ACM(水dp)
Mashmokh’s boss, Bimokh, didn’t like Mashmokh. So he fired him. Mashmokh decided to go to university and participate in ACM instead of finding a new job. He wants to become a member of Bamokh’s team. I...
分类:其他好文   时间:2015-03-17 12:26:24    阅读次数:126
Quartz-cluster最佳实践
1. 概述虽然单个Quartz实例能给予你很好的Job调度能力,但它不能满足典型的企业需求,如可伸缩性、高可靠性满足。假如你需要故障转移的能力并能运行日益增多的 Job,Quartz集群势必成为你应用的一部分了。使用 Quartz 的集群能力可以更好的支持你的业务需求,并且即使是其中一台机器在最糟的...
分类:其他好文   时间:2015-03-17 12:15:14    阅读次数:322
oracle存储过程中游标的使用
一. 使用for循环游标: 1. 定义游标(游标就是一个小集合) 2. 定义游标变量 3. 使用for循环游标 declare -- 定义游标c_job cursor c_job is select empno, ename, job, sal from emp where job = 'MANAGER'; -- 定义游标变量c_row c_row c_j...
分类:数据库   时间:2015-03-16 23:10:03    阅读次数:212
上海某外企的实习生职位。
有兴趣的同学可以在博客园发短消息给我。Job Description System level software engineer intern He/She will have opportunities to participate into various software developme...
分类:其他好文   时间:2015-03-16 09:48:18    阅读次数:122
HDU 4502
直接贪心就好。#include #include #include #include #define LL __int64using namespace std;struct Job{ int s,e,v; bool operator m) n--; if(n...
分类:其他好文   时间:2015-03-16 09:46:26    阅读次数:121
微软职位内部推荐-Senior Software Engineer
微软近期Open的职位:Job Title: Senior Software Engineer_CCICLocation: Shanghai ChinaIf you would like to work in a challenging and dynamic product development...
分类:其他好文   时间:2015-03-15 23:38:00    阅读次数:186
UVALIVE 5096 Volume
This time your job is to calculate the volume of a special object. The object consists of two orthogonal cylinders. The two cylinders intersect each o...
分类:其他好文   时间:2015-03-15 16:26:07    阅读次数:213
大数的加法运算,杭电oj-1002
原题地址:http://acm.hdu.edu.cn/showproblem.php?pid=1002【Problem Description】I have a very simple problem for you. Given two integers A and B, your job is ...
分类:其他好文   时间:2015-03-15 13:43:31    阅读次数:129
求序列的和,杭电0j-2058
原题地址:http://acm.hdu.edu.cn/showproblem.php?pid=2058【Problem Description】Given a sequence 1,2,3,......N, your job is to calculate all the possible sub-...
分类:其他好文   时间:2015-03-15 13:42:27    阅读次数:112
微软职位内部推荐-Software Engineer II
微软近期Open的职位:Job Title: Software Engineer II_CCICLocation: Shanghai ChinaIf you would like to work in a challenging and dynamic product development env...
分类:其他好文   时间:2015-03-15 12:05:30    阅读次数:114
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!