摘要:
很久不搭理自己的网站了,几天突然发现启动程序总是被killed, 于是查看了系统日志 vi /var/log/messages 发现出现 kernel: Out of memory: Kill process 这意味着整个系统的内存已经不足,如果不杀死进程的话,就会导致系统的崩溃. 阿里云我购买的最 阅读全文
摘要:
当要push代码到git时,出现提示: error:failed to push some refs to ... Dealing with “non-fast-forward” errorsFrom time to time you may encounter this error while p 阅读全文
摘要:
class path resource [spring/] cannot be resolved to URL because it does not exist; 在 pom.xml 里添加如下代码 <build> <finalName>ForestBlog</finalName> <resour 阅读全文