artifactory.get_latest_snapshot Gets latest snapshot of the given artifact artifactory_url URL of artifactory instance repository Snapshot repository ...
分类:
其他好文 时间:
2020-03-28 19:43:15
阅读次数:
78
RHEL/CentOS Install the prerequisites: sudo yum install yum-utils To set up the yum repository, create the file named /etc/yum.repos.d/nginx.repo with ...
分类:
其他好文 时间:
2020-03-26 23:05:59
阅读次数:
101
pearPEAR 是“PHP Extension and Application Repository”的缩写,即PHP扩展和应用仓库。 PEAR 将PHP程序开发过程中常用的功能编写成类库,涵盖了页面呈现、数据库访问、文件操作、数据结构、缓存操作、网络协议、WebService 等许多方面,用户可 ...
分类:
Web程序 时间:
2020-03-25 23:38:20
阅读次数:
93
主要字段说明: Mysql表 Repository Service Controller postman测试 控制台 总结 可以通过findFirst或者findTop来获取 ...
分类:
数据库 时间:
2020-03-25 17:31:05
阅读次数:
984
在maven的 setting.xml文件中加到下图位置 <localRepository>D:\maven\local-repository</localRepository> 和 idea中配置的本地仓库地址一样 <mirror> <id>aliyun</id> <name>aliyun Mav ...
分类:
其他好文 时间:
2020-03-25 10:46:31
阅读次数:
110
1、拉取镜像 # docker pull mysql5.7 然后查看拉取得镜像: # docker images REPOSITORY TAG IMAGE ID CREATED SIZE mysql 5.7 cd3ed0dfff7e 4 weeks ago 437MB 2、创建mysql目录 # m ...
分类:
数据库 时间:
2020-03-24 19:09:36
阅读次数:
81
SVN简介SVN的全称是Subversion,即版本控制系统。它是最流行的一个开放源代码的版本控制系统。作为一个开源的版本控制系统,Subversion管理着随时间改变的数据。这些数据放置在一个资料档案库(Repository)中。这个档案库很像一个普通的文件服务器,不过它会记住每一次文件的变动。这样就可以把档案恢复到旧的版本,或是浏览文件的变动历史。Subversion是一个通用的系统,可用
分类:
其他好文 时间:
2020-03-23 18:41:03
阅读次数:
67
在执行git pull origin master时出现: fatal: 'origin' does not appear to be a git repository fatal: Could not read from remote repository. Please make sure yo ...
分类:
移动开发 时间:
2020-03-23 17:19:27
阅读次数:
107
copy from : http://gityuan.com/2015/06/27/git-notes/ 先用一幅图,从总体上描述主要git命令的工作流程 workspace: 本地的工作目录。(记作A) index:缓存区域,临时保存本地改动。(记作B) local repository: 本地仓 ...
分类:
其他好文 时间:
2020-03-23 09:30:28
阅读次数:
67
安装MySQL ubuntu使用 "apt安装" :apt是Debian及其衍生发行版的软件包管理器。其他Linux安装方法见 "官网" 。 以下为当前环境未安装过MySQL,已安装过查看下面的第xx步和xx步。 1 Adding the MySQL APT Repository 2 通过APT安装 ...
分类:
数据库 时间:
2020-03-22 16:18:08
阅读次数:
100