摘要:
第一步,我们需要在程序的启动命令增加相应的参数 这个参数的作用是在程序发生oom时会自动生成dump文件到指定的目录 配置如下: 其中 D:\m.hprof 是我在windows下测试的路径 -Xmx100m -XX:+HeapDumpOnOutOfMemoryError -XX:HeapDumpP 阅读全文
摘要:
最近公司在对接一家英国的服务商 接口地址为: https://XXX.app/API?testMode=1 在对接这家公司的api接口的时候遇到了一点问题,甚是头疼,现在就把经历记录下来 当我在调试他们接口的时候,优先使用样例数据和测试环境的地址使用postman进行post json 请求, 但是 阅读全文
摘要:
Cause: com.mysql.jdbc.exceptions.jdbc4.MySQLIntegrityConstraintViolationException: Duplicate entry 'Nguyen' for key 'name' 记录异常唯一索引异常 插入数据库才用批量插入, 先暂存 阅读全文
摘要:
1File ->Settings-> Appearance & Behavior -> System Settings 取消勾选 Reopen projects on startup 即可 阅读全文
摘要:
1原因 是因为当form表单中只有一个input时,按下回车建会自动触发页面的提交功能, 所以会产生刷新页面的行为 解决方案: <el-form :model="queryData" ref='queryData' status-icon @submit.native.prevent> <el-fo 阅读全文
摘要:
二次元 https://api.ixiaowai.cn/api/api.php?return=jsonhttps://api.ixiaowai.cn/mcapi/mcapi.php?return=json 风景 https://api.ixiaowai.cn/gqapi/gqapi.php?retu 阅读全文
摘要:
1.ignore 2Alibaba Java Coding Guidelines plugin support 3CamelCase--大小写转换 4Cron Descripor 表达式解释 5Key promoter X 快捷键提示 6maven-serch 7MyBatisX mybatis自动 阅读全文
摘要:
代码: final BigDecimal bigDecimal = new BigDecimal("10.0"); bigDecimal.divide(new BigDecimal("3.0")); 报错详细信息: Exception in thread "main" java.lang.Arith 阅读全文
摘要:
mysql所在linux服务器执行/usr/bin/mysql --verbose --help | grep -A 1 'Default optio' 输出: Default options are read from the following files in the given order: 阅读全文
摘要:
异常信息:java.lang.UnsupportedOperationException at java.util.AbstractList.remove(AbstractList.java:161) at java.util.AbstractList$Itr.remove(AbstractList 阅读全文