J. JHADCBEIGF time limit per test 1.0 s memory limit per test 256 MB input standard input output standard output J. JHADCBEIGF time limit per test 1.0 ...
分类:
其他好文 时间:
2018-07-10 16:47:24
阅读次数:
241
0、查看当前文件的详细信息 ls -ll 显示成字节大小 ls-lh 以KB、MB等为单位进行显示,这样比较直观一些 1、 du -h --max-depth=1 * 查看当前目录下各文件、文件夹的大小 2、 du -h –max-depth=0 * 只显示直接子目录文件及文件夹大小统计 3、查询当 ...
分类:
系统相关 时间:
2018-07-09 19:16:52
阅读次数:
180
异常问题:Container is running beyond virtual memory limits. Current usage: 119.5 MB of 1 GB physical memory used; 2.2 GB of 2.1 GB virtual memory used. Ki ...
分类:
其他好文 时间:
2018-07-08 22:11:22
阅读次数:
750
www.cnblogs.com/shaokele/ AtCoder Grand Contest 024 Problem E Time Limit: 2 Sec Memory Limit: 1024 MB Description Find the number of the possible tupl ...
分类:
其他好文 时间:
2018-07-08 20:01:47
阅读次数:
163
题目链接:http://codeforces.com/gym/101020/problem/C C. Rectangles time limit per test 2.0 s time limit per test memory limit per test 64 MB memory limit p ...
分类:
其他好文 时间:
2018-07-08 16:44:24
阅读次数:
148
第1章 文件和目录操作命令 1.1 pwd 【命令功能】: 显示当前所在位置 【参数说明】: 参数 参数说明 备注 通常情况下执行pwd命令不需要带任何参数 【案例】: [root@MB-10-0-0-200 network-scripts]# pwd /etc/sysconfig/network- ...
分类:
系统相关 时间:
2018-07-07 23:56:17
阅读次数:
367
题目链接:http://codeforces.com/gym/100989/problem/J J. Objects Panel (A) time limit per test 1.0 s time limit per test memory limit per test 256 MB memory ...
分类:
其他好文 时间:
2018-07-07 20:22:19
阅读次数:
144
www.cnblogs.com/shaokele/ POJ 1185 炮兵阵地 (状压DP) Time Limit: 2 Sec Memory Limit: 64 MB Description 司令部的将军们打算在N M的网格地图上部署他们的炮兵部队。一个N M的地图由N行M列组成,地图的每一格可能 ...
分类:
其他好文 时间:
2018-07-06 23:30:07
阅读次数:
239
今天在做Firebird V3.0.3 x64 版本内存测试,本地PC上,准备开启800个事务(保持不关闭),每个事务做些事,尽量不释放内存。 每次测试当事务数达到100时,就提示Connection pool is full,此时内存才吃到500+MB。 在系统配置里没有一个选项是最大连接数,最后 ...
分类:
其他好文 时间:
2018-07-06 22:33:43
阅读次数:
293