上一页 1 ··· 4 5 6 7 8 9 10 11 12 ··· 66 下一页
摘要: .gitignore只能忽略那些原来没有被track的文件,如果某些文件已经被纳入了版本管理中,则修改.gitignore是无效的。 解决方法就是先把本地缓存删除(改变成未track状态),然后再提交: git rm -r --cached .git add .git commit -m 'xxxx 阅读全文
posted @ 2019-07-29 09:11 yshy 阅读(573) 评论(0) 推荐(0) 编辑
摘要: 1:main.js中引入依赖 Vue.use(DatePicker) Vue.use(DatePicker) 2:使用 阅读全文
posted @ 2019-07-12 10:54 yshy 阅读(24757) 评论(2) 推荐(0) 编辑
摘要: 1:当前默认配置 mysql> show VARIABLES like '%max_allowed_packet%';+ + +| Variable_name | Value |+ + +| max_allowed_packet | 4194304 || slave_max_allowed_pack 阅读全文
posted @ 2019-07-05 08:02 yshy 阅读(9005) 评论(0) 推荐(0) 编辑
摘要: [xxx@localhost bea12c3]$ java -jar fmw_12.2.1.3.0_wls.jar -silent -responseFile /app/bea12c3/weblogic/wls.rsp -invPtrLoc /app/bea12c3/weblogic/oraInst 阅读全文
posted @ 2019-07-02 12:00 yshy 阅读(2957) 评论(0) 推荐(1) 编辑
摘要: 之前Tomcat一直运行正常,重启之后一直报以下错误信息: 13-Jun-2019 19:46:13.000 SEVERE [Catalina-startStop-1] org.apache.catalina.core.ContainerBase.startInternal A child cont 阅读全文
posted @ 2019-06-13 20:04 yshy 阅读(15590) 评论(2) 推荐(2) 编辑
摘要: 备注: (1)redirect可以改变浏览器地址; (2)forward则不会改变浏览器地址。 阅读全文
posted @ 2019-06-07 08:19 yshy 阅读(2343) 评论(0) 推荐(0) 编辑
摘要: 1:build.gradle 增加: 2:application.properties中增加 spring.jmx.enabled=false 3:入口程序继承SpringBootServletInitializer,覆写configure方法 阅读全文
posted @ 2019-06-05 13:29 yshy 阅读(626) 评论(0) 推荐(0) 编辑
摘要: (1)index.html (2)后台服务 阅读全文
posted @ 2019-05-22 14:03 yshy 阅读(6020) 评论(0) 推荐(0) 编辑
摘要: 效果: 阅读全文
posted @ 2019-05-16 21:32 yshy 阅读(5403) 评论(0) 推荐(0) 编辑
摘要: 在项目根目录下创建vue.config.js文件,配置信息: 阅读全文
posted @ 2019-05-16 21:10 yshy 阅读(3108) 评论(0) 推荐(0) 编辑
上一页 1 ··· 4 5 6 7 8 9 10 11 12 ··· 66 下一页