上一页 1 ··· 3 4 5 6 7 8 9 10 11 12 下一页
摘要: 1.创建实体对像json 2.使用fastjson生成 json字符串并写入文件 阅读全文
posted @ 2018-12-24 13:00 liuxm-刘小明 阅读(2355) 评论(0) 推荐(0) 编辑
摘要: sudo apt update -y sudo apt install -y npm sudo npm config set registry https://registry.npm.taobao.org sudo npm install n -g sudo n stable 阅读全文
posted @ 2018-12-21 18:27 liuxm-刘小明 阅读(105) 评论(0) 推荐(0) 编辑
摘要: 安装docker Docker从1.13.x版本开始,版本分为企业版EE和社区版CE,版本号也改为按照时间线来发布,比如17.03就是2017年3月。 Docker的linux发行版的软件仓库从以前的https://apt.dockerproject.org和 https://yum.dockerp 阅读全文
posted @ 2018-12-21 18:21 liuxm-刘小明 阅读(138) 评论(0) 推荐(0) 编辑
摘要: 安装docker harbor 企业级容器 环境说明: 操作系统: ubuntu16.04.5 LTS IP地址: 192.168.31.129 https://github.com/goharbor/harbor/releases 下载 离线安装 。 这里可能下载不成功,使用FQ以后可以下载。 如 阅读全文
posted @ 2018-12-21 18:10 liuxm-刘小明 阅读(394) 评论(0) 推荐(0) 编辑
摘要: ubuntu16.04.5 LTS 安装 1.下载ubuntu镜像 打开ubuntu官网镜像地址https://launchpad.net/ubuntu/+cdmirrors 在上面中搜索china ,然后选择离你最近镜像站点,进入界面进行下载 这里我选择清华大学的镜像站点 下载地址:https:/ 阅读全文
posted @ 2018-12-21 18:03 liuxm-刘小明 阅读(136) 评论(0) 推荐(0) 编辑
摘要: vim使用升级 1.树形插件安装方法很简单,先把压缩文件下载下来,解压后将plugin目录下的NERD_tree.vim拷贝~/.vim/plugin以及doc目录下的NERD_tree.txt拷贝到~/.vim/doc. ~表示当前用户的目录,我的环境中没有~/.vim ~/.vim/plugin 阅读全文
posted @ 2018-12-03 16:03 liuxm-刘小明 阅读(129) 评论(0) 推荐(0) 编辑
摘要: SpringBoot项目快速启动停止脚本 1.在jar包同级目录下,创建 app.sh 2.使用说明 app.sh脚本为快速启动应用和关闭应用的脚本,使用方法如下: 首先,将你需要发布的jar包,和含有上述内容的脚本app.sh,上传至linux服务器,注意两者必须处于同一目录,并且该目录下只有一个 阅读全文
posted @ 2018-12-03 15:33 liuxm-刘小明 阅读(1589) 评论(0) 推荐(0) 编辑
摘要: 1.使用vscode打开java项目所在文件夹 2.按ctl+~ 打开命令面板 阅读全文
posted @ 2018-12-03 15:23 liuxm-刘小明 阅读(3882) 评论(0) 推荐(0) 编辑
摘要: opengl入门 https://learnopengl-cn.github.io/ 依据markdown生成静态网站 https://www.mkdocs.org/ 阅读全文
posted @ 2018-11-19 17:46 liuxm-刘小明 阅读(83) 评论(0) 推荐(0) 编辑
摘要: SpringBoot使用RestTempate SpringBoot使用RestTemplate摘要认证 SpringBoot使用RestTemplate基础认证 SpringBoot使用RestTemplate 调用exchange方法 显示错误信息 restTemplate调用exchange方 阅读全文
posted @ 2018-11-14 15:56 liuxm-刘小明 阅读(3593) 评论(0) 推荐(0) 编辑
上一页 1 ··· 3 4 5 6 7 8 9 10 11 12 下一页