会员
周边
众包
新闻
博问
闪存
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
海底的船
博客园
首页
新随笔
联系
订阅
管理
2020年8月30日
apache2.4/php设置项目访问目录/项目虚拟路径
摘要: 网上很多答案都是过时的,根本不是2.4版本的正确配置,看过官方更新文档后 正确配置: #配置虚拟目录<IfModule dir_module># directory 相当于是欢迎页面DirectoryIndex index.html index.html index.php#你的站点别名Alias
阅读全文
posted @ 2020-08-30 21:52 江湖湖
阅读(433)
评论(0)
推荐(0)
2020年8月26日
springboot+themeleaf+bootstrap访问静态资源/无法访问静态资源/图片
摘要: 在网页HTML上访问静态资源的正确写法例: 1、<img src="../../static/bootstarp/img/2.jpg" th:src="@{bootstarp/img/2.jpg}" /> 2、<link href="../../static/bootstarp/custom/exa
阅读全文
posted @ 2020-08-26 23:47 江湖湖
阅读(370)
评论(0)
推荐(0)
2020年4月9日
脚本 启动/停止 jar包服务
摘要: windows (.bat): @set port=8080 @echo %port% for /f "tokens=5" %%i in ('netstat -aon ^| findstr %port%') do ( set n=%%i goto js ) :js taskkill /f /pid
阅读全文
posted @ 2020-04-09 16:18 江湖湖
阅读(1041)
评论(0)
推荐(0)
2020年3月15日
SSM项目_Eclipse卡进程 一直loading加载spring-xx.xsd/无法加载SpringXSD文件
摘要: 你遇到了套娃,请进https:////www.cnblogs.com/steamer/articles/12500645.html查看答案
阅读全文
posted @ 2020-03-15 23:02 江湖湖
阅读(1313)
评论(0)
推荐(0)
公告
点击右上角即可分享