1、内存泄漏memory leak :是指程序在申请内存后,无法释放已申请的内存空间,一次内存泄漏似乎不会有大的影响,但内存泄漏堆积后的后果就是内存溢出。 2、内存溢出 out of memory :指程序申请内存时,没有足够的内存供申请者使用,或者说,给了你一块存储int类型数据的存储空间,但是你 ...
分类:
其他好文 时间:
2020-06-07 10:53:30
阅读次数:
90
Mybatis实战报错 Error attempting to get column 'xxx' from result set. Cause: java.sql.SQLDataException: Unsupported conversion from LONG to java.time.Loca ...
分类:
数据库 时间:
2020-06-06 21:29:07
阅读次数:
534
Failed redirect for xxxxxxxxxxx Failed while trying to construct the redirect url to the log server. Log Server url may not be configured Unknown cont ...
分类:
其他好文 时间:
2020-06-06 13:18:10
阅读次数:
96
ps是显示瞬间进程的状态,并不动态连续;如果想对进程进行实时监控应该用top命令。 This version of ps accepts several kinds of options:PS接受以下3中类型的语法风格 1 UNIX options, which may be grouped and ...
分类:
系统相关 时间:
2020-06-05 19:36:56
阅读次数:
94
当直接按下回车键时,会默认提交表单,会发现表单提交报错,这时候需要,否则会报does not contain handler parameter named 'method'. This may be caused by whitespace in the label text <html:form ...
分类:
其他好文 时间:
2020-06-02 20:34:44
阅读次数:
87
解决端口占用 Windows上端口占用会提示诸如以下错误: Fatal error. can't bind to 127.0.0.1:10809: There may be another Privoxy or some other proxy running on port 10809 解决该异常 ...
报错信息: error C4996: 'sprintf': This function or variable may be unsafe. Consider using sprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_WA ...
分类:
编程语言 时间:
2020-06-02 12:57:42
阅读次数:
79
启动 将配置文件设置好,然后执行相应的文件,启动程序。 windows 直接执行可执行文件 2. linux的supervisor配置(后台启动) /home/nginx/sbin/nginx -g 'daemon off;' -c /home/nginx/conf/nginx.conf -p /h ...
分类:
其他好文 时间:
2020-06-02 11:24:53
阅读次数:
165
二分图问题:首先要用HashMap构造图结构。然后用colors数组表示结染色情况。 遍历N个结点,从N个结点分别出发进行染色尝试,进行递归。 如果结点没有被染色并且不能被染成指定的颜色,返回失败。 对结点的dislike邻居结点进行递归,递归过程中,如果该结点已经被染色,返回是否和想要染的颜色相等 ...
分类:
其他好文 时间:
2020-06-01 19:15:59
阅读次数:
66
问题来源 官网原话是这样的: Since Sqoop breaks down export process into multiple transactions, it is possible that a failed export job may result in partial data b ...
分类:
其他好文 时间:
2020-06-01 01:12:50
阅读次数:
116