原因:checkpoint文件夹,不为空。 解决:设置空的checkpoint文件夹。或删除checkpoint文件夹下的内容。 原因:java堆内存默认20m,数据量大时oom。 解决: export JAVA_OPTS="-Xms2048m -Xmx2048m -Xss256k -Xmn1g - ...
分类:
Web程序 时间:
2019-03-04 17:04:28
阅读次数:
359
火星人是以 13 进制计数的: 地球人的 0 被火星人称为 tret。 地球人数字 1 到 12 的火星文分别为:jan, feb, mar, apr, may, jun, jly, aug, sep, oct, nov, dec。 火星人将进位以后的 12 个高位数字分别称为:tam, hel, ...
分类:
其他好文 时间:
2019-02-28 22:58:38
阅读次数:
224
任意门:http://acm.hdu.edu.cn/showproblem.php?pid=6370 Werewolf Time Limit: 2000/1000 MS (Java/Others) Memory Limit: 262144/262144 K (Java/Others)Total Su ...
分类:
其他好文 时间:
2019-02-26 13:29:40
阅读次数:
207
[TOC] SpringBoot注解 一、注解(annotations)列表 @SpringBootApplication : ? 包含了@ComponentScan、@Configuration和@EnableAutoConfiguration注解。其中@ComponentScan让Spring ...
分类:
编程语言 时间:
2019-02-25 09:14:14
阅读次数:
197
server端 代码 00000000 00000000 | 49 20 4c 6f 76 65 20 59 | I Love Y00000008 00000008 | 6f 75 2c 20 4d 79 20 46 | ou, My F00000010 00000016 | 72 69 65 6e ...
分类:
其他好文 时间:
2019-02-24 18:40:55
阅读次数:
174
Til the Cows Come Home Time Limit: 1000MS Memory Limit: 65536K Total Submissions: 81024 Accepted: 26725 Description Bessie is out in the field and wan ...
分类:
其他好文 时间:
2019-02-22 14:07:45
阅读次数:
134
准备工作 1)创建测试表jobitem 备注:这里mysql版本是5.72)使用mybatis-generator-plugin生成实体类: Jobitem.java package com.boco.jobmonitor.model; import java.util.Date; import j ...
分类:
其他好文 时间:
2019-02-22 12:48:07
阅读次数:
148
1 2 3 4 5 6 #当前文件的路径 pwd = os.getcwd() #当前文件的父路径 father_path=os.path.abspath(os.path.dirname(pwd)+os.path.sep+".") #当前文件的前两级目录 grader_father=os.path.a ...
分类:
编程语言 时间:
2019-02-20 20:13:11
阅读次数:
220
package com.osplat.util;import java.io.File;import java.io.FileNotFoundException;import java.io.FileOutputStream;import java.util.ArrayList;import jav ...
分类:
Web程序 时间:
2019-02-14 16:28:37
阅读次数:
148