intellij springboot静态资源的访问和配置
摘要:默认静态资源访问 Spring Boot的默认静态资源的路径为: spring.resources.static-locations=classpath:/META-INF/resources/,classpath:/resources/,classpath:/static/,classpath:/
阅读全文
VM虚拟机的三种网络连接模式
摘要:由于Linux目前很热门,越来越多的人在学习linux,但是买一台服务放家里来学习,实在是很浪费。那么如何解决这个问题?虚拟机软件是很好的选择,常用的虚拟机软件有vmware workstations和virtual box等。在使用虚拟机软件的时候,很多初学者都会遇到很多问题,而vmware的网络
阅读全文
error book
摘要:★myeclipse导入intellij编码错误,原因myeclipse有工作空间编码设置,默认gbk workspace->text file encording★intellij Servlet需要在web.xml手动配置,如果web.xml中已经配置,需注释/删除,则新建才成功。★json等字
阅读全文
Centos虚拟机母本初始化克隆
摘要:1.CentOS设置开机自动启动sshd服务。查看sshd是否启动:/etc/init.d/sshd status查看sshd是否已是系统服务:chkconfig --list |grep sshd使用如下命令设置sshd服务自动启动:chkconfig --level 3 sshd on 2.关闭
阅读全文