会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
点点_滴滴
博客园
首页
新随笔
联系
管理
订阅
1
2
3
4
5
···
19
下一页
2019年9月3日
linux 执行shell文件
摘要: 执行的时候总是报错 安装软件: yum install dos2unix chmod +x test.sh dos2unix test.sh 这样执行sh文件不会报一下异常,主要是因为windows中的换行和linux不一样。
阅读全文
posted @ 2019-09-03 18:47 点点_滴滴
阅读(453)
评论(0)
推荐(0)
2019年8月3日
docker 配置sonatype/nexus3
摘要: docker search nexusdocker pull sonatype/nexus3mkdir -p /dockermaven/nexus-datachmod -R 777 /dockermavenchmod -R 777 /dockermaven/nexus-data docker run
阅读全文
posted @ 2019-08-03 15:51 点点_滴滴
阅读(2055)
评论(0)
推荐(0)
2019年8月2日
git配置
摘要: https://www.cnblogs.com/alwayswyy/p/5674635.html git config --global -l git config --global user.name "test"git config --global user.email "test@gmail
阅读全文
posted @ 2019-08-02 00:26 点点_滴滴
阅读(138)
评论(0)
推荐(0)
docker 基础
摘要: docker stop gitlab |xargs docker rm docker stats -a docker stats --no-stream
阅读全文
posted @ 2019-08-02 00:23 点点_滴滴
阅读(113)
评论(0)
推荐(0)
docker 搭建gitlab
摘要: https://docs.gitlab.com/omnibus/docker/ https://blog.csdn.net/m0_37444820/article/details/81147452 https://www.cnblogs.com/zuxing/articles/9329152.htm
阅读全文
posted @ 2019-08-02 00:18 点点_滴滴
阅读(155)
评论(0)
推荐(0)
2019年7月31日
docker 部署ftp
摘要: 1.搜索ftp镜像 docker search vsftpd 2.拉取ftp镜像 docker pull fauria/vsftpd 3.启动ftpdocker docker run -d -v /home/webapps:/home/vsftpd -v /var/log/vsftpd/:/var/
阅读全文
posted @ 2019-07-31 11:26 点点_滴滴
阅读(3056)
评论(0)
推荐(0)
2019年7月30日
linux 复制到远程服务器
摘要: scp 文件路径 root@192.168.0.1:文件夹路径 会提示你输入远程服务器密码
阅读全文
posted @ 2019-07-30 19:02 点点_滴滴
阅读(235)
评论(0)
推荐(0)
docker 保存镜像 加载镜像
摘要: 1.保存镜像 docker save -o 保存的文件名 来源镜像 2.加载镜像 docker load -i 保存的文件名
阅读全文
posted @ 2019-07-30 19:00 点点_滴滴
阅读(906)
评论(0)
推荐(0)
docker 部署 tomcat
摘要: 1.搜索tomcat信息 docker search tomcat 2.下拉tomcat 镜像 docker pull tomcat 3.运行tomcat docker run -d --name=tomcat --restart=always -v /home/webapps:/usr/local
阅读全文
posted @ 2019-07-30 18:58 点点_滴滴
阅读(175)
评论(0)
推荐(0)
2019年7月29日
java 线程池
摘要: https://www.cnblogs.com/redcool/p/6426173.html https://blog.csdn.net/jgteng/article/details/54411423
阅读全文
posted @ 2019-07-29 18:01 点点_滴滴
阅读(156)
评论(0)
推荐(0)
1
2
3
4
5
···
19
下一页
公告