上一页 1 ··· 32 33 34 35 36 37 38 39 40 ··· 50 下一页
摘要: ^(?=.*[A-Z])(?=.*_)(?=.*\d)^(?=.*[a-z]).{7,20}$ (?=.*[A-Z]) :必须包含大写字母一个 阅读全文
posted @ 2018-05-10 15:05 1161588342 阅读(37558) 评论(1) 推荐(0) 编辑
摘要: 链接: http://mangocool.com/detail_1_1439515930283.html 解到原来文件还可以设置隐藏权限,就是这个chattr设置,下面我们来看看这个命令的详解。 [root]#chattr --help Usage: chattr [-RV] [-+=AacDdij 阅读全文
posted @ 2018-04-27 10:40 1161588342 阅读(495) 评论(0) 推荐(0) 编辑
摘要: 1: top 查看 >top -c 此时 我们使用kill -9 15003, 杀掉这个进程短暂的CPU降低几秒, 然后死灰复燃了, 又一个进程占了CPU 99% 2: 查看15003 进程状态, > cat /proc/15003/status Pid :当前进程ID PPid:当前进程的父进程 阅读全文
posted @ 2018-04-25 17:30 1161588342 阅读(1393) 评论(0) 推荐(0) 编辑
摘要: 官网地址 https://docs.docker.com/compose/install/#install-compose 安装高版本docker-compose 添加执行权限 Note: If the command docker-compose fails after installation, 阅读全文
posted @ 2018-04-25 15:28 1161588342 阅读(158) 评论(0) 推荐(0) 编辑
摘要: https://github.com/easonstudy/springboot_demo study目录中 阅读全文
posted @ 2018-04-25 11:51 1161588342 阅读(145) 评论(0) 推荐(0) 编辑
摘要: https://github.com/zouzg/mybatis-generator-gui 阅读全文
posted @ 2018-04-24 15:34 1161588342 阅读(128) 评论(0) 推荐(0) 编辑
摘要: https://blog.csdn.net/qq_28093585/article/details/78749153 阅读全文
posted @ 2018-04-24 11:25 1161588342 阅读(165) 评论(0) 推荐(0) 编辑
摘要: https://blog.csdn.net/liubingyu12345/article/details/79015966 背景: 环境阿里云CentOs7下面Docker部署Spring boot 项目 1:docker配置 1.1: docker安装 1.2: 开启docker 远程api 参考 阅读全文
posted @ 2018-04-23 18:30 1161588342 阅读(3908) 评论(0) 推荐(0) 编辑
摘要: https://www.cnblogs.com/520playboy/p/7921633.html ExecStart=/usr/bin/dockerd-current -H unix:///var/run/docker.sock -H tcp://0.0.0.0:2375 \ 阅读全文
posted @ 2018-04-23 17:23 1161588342 阅读(130) 评论(0) 推荐(0) 编辑
摘要: 背景: 由于最近学习Spring cloud docker 一键部署, 需要把github仓库项目, 放在Linux上面启动, (以下位置在/root/目录中执行)步骤, 1:安装 git >yum install git -y 查看安装是否成功 >git --version 2:生成ssh ls 阅读全文
posted @ 2018-04-23 12:17 1161588342 阅读(267) 评论(0) 推荐(0) 编辑
上一页 1 ··· 32 33 34 35 36 37 38 39 40 ··· 50 下一页