上一页 1 2 3 4 5 6 7 8 ··· 13 下一页
  2017年6月23日
摘要: 解决办法:rm -rf node_modules && npm install 或者 npm update will work . 原因:之前用过nodejs初始化时生成的项目后,现在nodejs更新了,导致之前的生成的modules和现在的modules不兼容 阅读全文
posted @ 2017-06-23 20:07 码农时刻 阅读(698) 评论(0) 推荐(0) 编辑
  2017年6月22日
摘要: top: show running processes, memory usage and similar stats | 查看运行的进程 iostat: show I/O per terminal, device and SPU summery statistics |查看io状态 vm_stat 阅读全文
posted @ 2017-06-22 18:27 码农时刻 阅读(2132) 评论(1) 推荐(0) 编辑
  2017年6月13日
摘要: @EnableBatchProcessing:自动帮你补全一些重要的有关batch工作时的属性依赖如: 阅读全文
posted @ 2017-06-13 16:59 码农时刻 阅读(2777) 评论(0) 推荐(0) 编辑
摘要: ios webView goback 无法返回 阅读全文
posted @ 2017-06-13 14:34 码农时刻 阅读(1401) 评论(0) 推荐(0) 编辑
  2017年5月23日
摘要: 查看端口占用情况命令: lsof -i TCP:8080 这种形式 tcp是协议,8080是具体的端口 结束正在占用某个端口的应用: kill -9 pid $ps -ef|grep 8080 查看8080端口的进程号 $ps -ef|grep tomcat 查看tomcat占据的进程号 sudo 阅读全文
posted @ 2017-05-23 22:31 码农时刻 阅读(352) 评论(0) 推荐(0) 编辑
  2017年5月19日
摘要: mark http://www.jianshu.com/p/e131ae7833aa 阅读全文
posted @ 2017-05-19 11:41 码农时刻 阅读(300) 评论(0) 推荐(0) 编辑
  2017年5月18日
摘要: 持续集成,jenkins 阅读全文
posted @ 2017-05-18 14:47 码农时刻 阅读(280) 评论(0) 推荐(0) 编辑
  2017年5月17日
摘要: 在集成第三方sdk的时候碰到这个问题, malloc: *** error for object 0x6080000bd200: Invalid pointer dequeued from free list*** set a breakpoint in malloc_error_break to 阅读全文
posted @ 2017-05-17 20:09 码农时刻 阅读(609) 评论(0) 推荐(0) 编辑
  2017年5月16日
摘要: https://www.mkyong.com/spring-boot/spring-boot-deploy-war-file-to-tomcat/ 1、首先你的pom文件中需要包含内嵌tomcat: 3、最后你的app要继承SpringBootServletInitializer如: 阅读全文
posted @ 2017-05-16 23:04 码农时刻 阅读(678) 评论(0) 推荐(0) 编辑
摘要: error retrieving current directory: getcwd: cannot access parent directories: No such file or directory Error occurred during initialization of VM 解决办 阅读全文
posted @ 2017-05-16 00:49 码农时刻 阅读(412) 评论(0) 推荐(0) 编辑
上一页 1 2 3 4 5 6 7 8 ··· 13 下一页