码迷,mamicode.com
首页 >  
搜索关键字:yum、yum repository    ( 4190个结果
maven 阿里仓库
<repositories> <repository> <id>aliyun</id> <url>https://maven.aliyun.com/repository/public</url> <releases> <enabled>true</enabled> </releases> <snap ...
分类:其他好文   时间:2020-06-06 10:59:31    阅读次数:487
mysql
安装 MySQL 数据库 由于使用wordpress搭建云上博客,需要使用MySQL数据库存储数据,所以这一步我们安装一下MySQL。 执行如下命令,下载并安装MySQL官方的Yum Repository。 wget http://dev.mysql.com/get/mysql57-communit ...
分类:数据库   时间:2020-06-04 23:13:23    阅读次数:135
阿里云上安装python3.7 虚拟环境
ubuntu 14.04 发现只有python3.5添加源:add-apt-repository ppa:deadsnakes/ppaapt-get updateapt-get install python3.7 python3.7-venv. venv/bin/activatepip instal... ...
分类:编程语言   时间:2020-06-02 14:48:45    阅读次数:153
maven应用
parent增加 <distributionManagement> <repository> <id>maven-release</id> <name>Nexus Release Repository</name> <url>http://******:8081/repository/maven-s ...
分类:其他好文   时间:2020-06-02 09:32:05    阅读次数:58
Centos7 安装MySQL 5.7
在CentOS中默认安装有MariaDB,这个是MySQL的分支,但为了需要,还是要在系统中安装MySQL,而且安装完成之后可以直接覆盖掉MariaDB。 1 下载并安装MySQL官方的 Yum Repository wget -i -c http://dev.mysql.com/get/mysql ...
分类:数据库   时间:2020-05-31 14:33:47    阅读次数:71
搭建Nexus Repository包管理系统
搭建Nexus Repository包管理系统 下载安装程序 下载Nexus Repository最新版本 配置说明 将下载后的文件传输到服务器上 #修改配置文件 vi /etc/security/limits.conf #添加 * soft nofile 65536 #修改服务配置 vi /etc ...
分类:其他好文   时间:2020-05-30 10:45:22    阅读次数:83
【Github学习】Git如何实现版本管理
学习LearnWebCode的教学视频Git Tutorial Part 2: Vocab (Repo, Staging, Commit, Push, Pull),主要理解Git如何实现版本管理。 举个例子,我创建一个Working Directory,一个本地repository folder(在 ...
分类:其他好文   时间:2020-05-29 21:21:23    阅读次数:80
CentOS7安装MySQL
在CentOS中默认安装有MariaDB,这个是MySQL的分支,但为了需要,还是要在系统中安装MySQL,而且安装完成之后可以直接覆盖掉MariaDB。 1 下载并安装MySQL官方的 Yum Repository [root@localhost ~]# wget -i -c http://dev ...
分类:数据库   时间:2020-05-29 13:35:15    阅读次数:58
Eclipse提交git代码 报错authentication not supported
恢复内容开始 现象: 使用Eclipse提交git代码,报错信息如下: Can't connect to any repository: https://github.com/InterFF/abc.git (https://github.com/InterFF/abc.git: authentic ...
分类:系统相关   时间:2020-05-28 12:56:33    阅读次数:278
Another git process seems to be running in this repository
Git操作的过程中显示 Another git process semms to be running in this repository, e.g. an editor opened by ‘git commit’. Please make sure all processes are term ...
分类:其他好文   时间:2020-05-27 12:19:44    阅读次数:73
4190条   上一页 1 ... 19 20 21 22 23 ... 419 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!