SpringBoot项目从零搭建 0、工具和环境配置 工具和环境配置清单如下,给出了软件版本、安装教程、入门教程的链接,可以给读者提供关键线索,个别细节读者自行Google解决即可 0.1、工具 作用 名称 版本 备注 web服务器 Tomcat 版本管理 Git latest 代码开发工具 IDE ...
分类:
编程语言 时间:
2021-01-26 12:06:50
阅读次数:
0
概述 系统环境与软件版本: docker 19.03.6 docker image: postgres:12 docker image: sonarqube:8.1-community docker image: gitlab/gitlab-ce:latest 实际版本(12.8.1) docker ...
分类:
其他好文 时间:
2021-01-25 10:41:47
阅读次数:
0
一、使用docker安装sonatype/nexus3私有maven仓库简介 安装命令根据实际部署情况调整 版本地址:官方镜像主页 | 发布版Tags 最新版本命令: docker pull sonatype/nexus3:latest 指定版本命令: docker pull sonatype/ne ...
分类:
其他好文 时间:
2021-01-21 10:51:38
阅读次数:
0
Ansible 常用模块 参考地址: https://docs.ansible.com/ansible/latest/modules/modules_by_category.html ping command and shell # 注意区别和相同 # command 不能识别变量以及引号内容 ro ...
分类:
系统相关 时间:
2021-01-19 12:09:17
阅读次数:
0
Celery 官网:http://www.celeryproject.org/ Celery 官方文档英文版:http://docs.celeryproject.org/en/latest/index.html Celery 官方文档中文版:http://docs.jinkan.org/docs/c ...
分类:
其他好文 时间:
2021-01-12 10:36:03
阅读次数:
0
basemap基于GEOS的地图二维数据,其底图数据库与GMT相同,封装了大量常用的地图投影、坐标转换功能,利用简洁的Python语法支持绘出多种多样的地理地图 1.安装 基于geos的,先安装geos pip install geos https://www.lfd.uci.edu/~gohlke ...
分类:
编程语言 时间:
2021-01-08 10:31:42
阅读次数:
0
persisit : 保存 merge : 融合;更新 transaction : 事务 redundant : 被裁减的; 多余的; 不需要的; entity : 实体类 detected : 发现, 侦察出 semicolon : 分号 multiple : 数量多的; 多种多样的;倍数 Int ...
分类:
其他好文 时间:
2021-01-04 10:59:38
阅读次数:
0
##AKSHARE获取债券市场数据 AKSHARE: https://www.akshare.xyz/ ####1. 现券市场报价行情 接口: bond_spot_quote https://www.akshare.xyz/zh_CN/latest/data/bond/bond.html 目标地址: ...
分类:
其他好文 时间:
2020-12-30 11:12:42
阅读次数:
0
PlatformIO: 一款跨平台,跨编译器,基于python 在不同类单片机上基于.ini配置文件从而下载对应的相关内容。推荐在vscode 上用platformio插件。 ...
分类:
Web程序 时间:
2020-12-28 11:42:48
阅读次数:
0
CentOS7通过yum安装postgreSQL 选择正确的YUM安装源 yum install -y https://download.postgresql.org/pub/repos/yum/reporpms/EL-7-x86_64/pgdg-redhat-repo-latest.noarch. ...
分类:
数据库 时间:
2020-12-22 12:15:14
阅读次数:
0