摘要: 1.自动保存用户名和密码配置 git config --global credential.helper store 2.配置用户名和邮箱 git config --global user.name "用户名" git config --global user.email "邮箱" 3.远程获取项目 阅读全文
posted @ 2020-02-20 11:42 入梦炼心 阅读(108) 评论(0) 推荐(0) 编辑
摘要: 最外层加个div,id设置为app 阅读全文
posted @ 2019-05-05 18:04 入梦炼心 阅读(295) 评论(0) 推荐(0) 编辑
摘要: docker build -t tomcat:jre8-alpine . sudo docker tag 5a3 registry.cn-shenzhen.aliyuncs.com/ibase/tomcat:jre8-alpine sudo docker push registry.cn-shenz 阅读全文
posted @ 2019-04-23 10:21 入梦炼心 阅读(125) 评论(0) 推荐(0) 编辑
摘要: FROM *** RUN apk add -U tzdataRUN cp /usr/share/zoneinfo/Asia/Shanghai /etc/localtime 阅读全文
posted @ 2019-04-23 10:10 入梦炼心 阅读(678) 评论(0) 推荐(0) 编辑
摘要: 添加注释 nginx.ingress.kubernetes.io/proxy-body-size 阅读全文
posted @ 2019-04-16 14:38 入梦炼心 阅读(2614) 评论(0) 推荐(0) 编辑
摘要: 企业云邮箱各个服务器地址及端口信息如下: 收件服务器地址: POP 服务器地址:pop3.mxhichina.com 端口110,SSL 加密端口995 或 IMAP 服务器地址:imap.mxhichina.com 端口143,SSL 加密端口993 发件服务器地址: SMTP 服务器地址:smt 阅读全文
posted @ 2019-04-12 11:20 入梦炼心 阅读(1101) 评论(0) 推荐(0) 编辑
摘要: 1.安装rancher: rancher官网:https://rancher.com rancher中文官网:https://www.cnrancher.com rancher 2.0 文档:https://www.cnrancher.com/docs/rancher/v2.x/cn/overvie 阅读全文
posted @ 2019-03-10 12:29 入梦炼心 阅读(254) 评论(0) 推荐(0) 编辑
摘要: https://github.com/creationix/nvm https://github.com/coreybutler/nvm-windows 慕课网:https://www.imooc.com/video/18553 一、下载:https://github.com/coreybutler 阅读全文
posted @ 2018-12-29 10:06 入梦炼心 阅读(185) 评论(0) 推荐(0) 编辑
摘要: 慕课网:https://www.imooc.com/video/18553 一、前往官网下载:https://www.jetbrains.com/webstorm/download/#section=windows 二、安装 三、获取激活码:http://idea.lanyus.com/ 四、启动激 阅读全文
posted @ 2018-12-29 09:54 入梦炼心 阅读(102) 评论(0) 推荐(0) 编辑
摘要: IntelliJ Idea 常用快捷键列表 Ctrl+Shift + Enter,语句完成“!”,否定完成,输入表达式时按 “!”键Ctrl+E,最近的文件Ctrl+Shift+E,最近更改的文件Shift+Click,可以关闭文件Ctrl+[ OR ],可以跑到大括号的开头与结尾Ctrl+F12, 阅读全文
posted @ 2018-12-23 10:33 入梦炼心 阅读(124) 评论(0) 推荐(0) 编辑