摘要: docker images 查看容器docker ps 运行中的容器 docker stop containerno 停止容器在opt下创建文件夹 :cd /opt/ ?(echo $PWD) 启动mysqldocker run --name mysqlserver -v $PWD/conf:/et 阅读全文
posted @ 2021-07-19 17:44 似清风 阅读(42) 评论(0) 推荐(0)
摘要: 一:linux vi命令: 命令模式:输入i,输入模式 :-切换底线命令模式,q退出程序,w保存文件 ctrl+b -向前翻页,ctrl+f-向后翻页 /word-搜索 G-最后一行 Linux: ls 命令,展示文件夹内内容 cd ../path # 切换到上层目录中的path目录中,“..”表示 阅读全文
posted @ 2020-04-10 11:45 似清风 阅读(181) 评论(0) 推荐(0)
摘要: package com.znlh.tms.calc.web.security; import java.lang.annotation.ElementType; import java.lang.annotation.Retention; import java.lang.annotation.Re 阅读全文
posted @ 2020-03-21 16:52 似清风 阅读(370) 评论(0) 推荐(0)
摘要: 阅读全文
posted @ 2019-12-16 21:30 似清风 阅读(1658) 评论(0) 推荐(0)
摘要: pagehelper报错Caused by: org.springframework.beans.factory.BeanCreationExcep 不需要指定数据库:经查询是PageHelper4.0.0以后的版本支持自动识别使用的数据库 阅读全文
posted @ 2019-12-08 15:46 似清风 阅读(662) 评论(0) 推荐(0)
摘要: 阅读全文
posted @ 2019-12-03 16:10 似清风 阅读(295) 评论(0) 推荐(0)
摘要: 这样就可以使用了 阅读全文
posted @ 2019-11-04 10:45 似清风 阅读(595) 评论(0) 推荐(0)
摘要: 阅读全文
posted @ 2019-11-04 09:42 似清风 阅读(123) 评论(0) 推荐(0)
摘要: cnpm install echarts -S// 引入echarts import echarts from 'echarts' Vue.prototype.$echarts = echarts --------------------------------------------------- 阅读全文
posted @ 2019-11-04 09:28 似清风 阅读(1971) 评论(0) 推荐(0)
摘要: 输入(*******为python安装路径最后有叙述) { "cmd": ["********","-u","$file"], "file_regex": "^[ ]*File \"(...*?)\", line ([0-9]*)", "selector": "source.python",} 阅读全文
posted @ 2019-10-27 21:38 似清风 阅读(125) 评论(0) 推荐(0)