Monkey Party Time Limit: 4000/2000 MS (Java/Others) Memory Limit: 131072/65536 K (Java/Others)Total Submission(s): 2665 Accepted Submission(s): 1074 P ...
分类:
其他好文 时间:
2018-09-24 11:18:22
阅读次数:
141
今天,我,Monkey ~~king~~ 又为大家带来大(ju)佬(ruo)的算法啦!——插头DP 例题(菜OJ上的网址:http://caioj.cn/problem.php?id=1489): 那么,这道题怎么做呢?~~(虽然菜OJ上有视频)~~ 插头DP能完美解决! 注:我采用的是括号表示法~ ...
分类:
其他好文 时间:
2018-09-24 11:13:26
阅读次数:
164
描述 《Journey to the West》(also 《Monkey》) is one of the Four Great Classical Novels of Chinese literature. It was written by Wu Cheng'en during the Ming ...
分类:
其他好文 时间:
2018-09-23 22:40:47
阅读次数:
428
Saving Tang Monk II Saving Tang Monk II 时间限制:1000ms 单点时限:1000ms 内存限制:256MB 描述 《Journey to the West》(also 《Monkey》) is one of the Four Great Classical ...
分类:
其他好文 时间:
2018-09-23 00:18:15
阅读次数:
421
题目链接 Problem Description 《Journey to the West》(also 《Monkey》) is one of the Four Great Classical Novels of Chinese literature. It was written by Wu Ch ...
分类:
其他好文 时间:
2018-09-22 23:23:13
阅读次数:
251
题目1 : Saving Tang Monk II 题目1 : Saving Tang Monk II 时间限制:1000ms 单点时限:1000ms 内存限制:256MB 描述 《Journey to the West》(also 《Monkey》) is one of the Four Grea ...
分类:
其他好文 时间:
2018-09-22 21:27:09
阅读次数:
289
做法:优先队列 题目1 : Saving Tang Monk II 做法:优先队列 题目1 : Saving Tang Monk II 时间限制:1000ms 单点时限:1000ms 内存限制:256MB 描述 《Journey to the West》(also 《Monkey》) is one ...
分类:
其他好文 时间:
2018-09-22 18:29:57
阅读次数:
299
package com.gg.test; public class Monkey { static { System.out.println("我是静态块, 我是被第一个调用的, 优先级在所有的之前。 我被 类加载器加载的 "); } { System.out.println("我是 构造块 ,我和 ...
分类:
其他好文 时间:
2018-09-22 00:56:50
阅读次数:
204
1、市面上的日志框架 JUL、JCL、Jboss-logging、logback、log4j、log4j2、slf4j.... SpringBoot:底层是Spring框架,Spring框架默认是用JCL; SpringBoot选用SLF4j和logback; 2、如何在系统中使用SLF4j 以后开 ...
分类:
其他好文 时间:
2018-09-22 00:56:04
阅读次数:
200
1、集合点的含义 当通过controller虚拟多个用户执行该脚本时。用户的启动或运行步骤不一定都是同步的,集合点是在脚本的某处设置一个标记。当有虚拟用户运行到这个标记处时,停下等待,直到所有的用户都达到这个标记处时,再一同进行下面的步骤,这样能够用最大的用户并发去做下面的操作,就像集合在前进一样。 ...
分类:
其他好文 时间:
2018-09-21 17:39:39
阅读次数:
137