学习参考网址笔记

//poi 读取与导出excl
http://poi.apache.org/spreadsheet/quick-guide.html

//学习java PHP等语言网站
imooc.com

//shiro学习网站
http://jinnianshilongnian.iteye.com/blog/2019547
http://jinnianshilongnian.iteye.com/blog/2049092

//jquery-ui学习网站
http://www.jeasyui.com/demo/main/index.php
http://www.zi-han.net/case/easyui/datagrid&tree.html(中文网站)

//thymeleaf学习网站
http://www.thymeleaf.org/doc/usingthymeleaf.html
http://www.thymeleaf.org

//springboot学习网站
http://docs.spring.io/spring-boot/docs/current-SNAPSHOT/reference/htmlsingle/#_working_with_spring_boot

//热加载命令配置
-javaagent:<pathTo>/springloaded-{VERSION}.jar -noverify


//tomcat启动命令
ps -ef|grep tomcat-----查看
kill -9 ...
cd 切换到tomcat的bin目录中
./startup.sh -----启动

原文地址:https://www.cnblogs.com/suncj/p/4031012.html