码迷,mamicode.com
首页 >  
搜索关键字:yum、yum repository    ( 4190个结果
fatal:'origin' does not appear to be a git repository fatal:Could not read from remote repository
天gitlab中遇到的问题:当 git push origin branch_name时遇到报错如下:fatal:'origin' does not appear to be a git repositoryfatal:Could not read from remote repository原因: ...
分类:移动开发   时间:2019-07-16 00:03:21    阅读次数:230
MySQL的安装教程
一、Centos 安装MySQL 在CentOS中默认安装有MariaDB,这个是MySQL的分支,但为了需要,还是要在系统中安装MySQL,而且安装完成之后可以直接覆盖掉MariaDB。 1. "安装MySQL5.7" 1. 下载并安装MySQL官方的 Yum Repository 2. 查看My ...
分类:数据库   时间:2019-07-15 13:16:35    阅读次数:536
Spring注解基础学习总结
1.依赖注入注解: @Component:Bean注入到Spring容器组件(通用) @Repository:标记该类为Dao数据访问层 @Service:标记该类为Service业务逻辑层 @Controller:标记该类为Controller控制访问层 @Configuration:标记该类为配 ...
分类:编程语言   时间:2019-07-15 01:04:24    阅读次数:139
maven配置
/path/to/local/repo --> D:/Web/maven_repository/m2/repository true --> false --> com.your.plugins --> optional true http pr... ...
分类:其他好文   时间:2019-07-11 12:36:41    阅读次数:94
liunx的mysql部署
1、 先输入代码yum install wget -y才可以做后面的 2、下载并安装MySQL官方的 Yum Repository 代码: yum -y install mysql57-community-release-el7-10.noarch.rpm 3、开始安装MySQL服务器 代码:yum ...
分类:数据库   时间:2019-07-11 00:28:09    阅读次数:138
@component、@RestController
@RestController 远程调用接口 1、@controller 控制器(注入服务) 用于标注控制层,相当于struts中的action层 2、@service 服务(注入dao) 用于标注服务层,主要用来进行业务的逻辑处理 3、@repository(实现dao访问) 用于标注数据访问层, ...
分类:其他好文   时间:2019-07-10 10:32:09    阅读次数:102
git基本操作
git 是什么 分布式版本控制 工作区(working),暂存区(index,stage),git仓库(repository) git的安装 centos系统 git初始化 配置git git 工作流程 git 基本操作 git 分支 git 远程仓库 git 退回 撤销操作 git 较难理解的指令 ...
分类:其他好文   时间:2019-07-10 09:11:54    阅读次数:107
Jenkins : Error performing command: git ls-remote -h
jenkins提示:Failed to connect to repository : Error performing command: git ls-remote -h jenkins服务器未安装git或者git版本过低 安装完成之后,再刷新后正常 ...
分类:其他好文   时间:2019-07-09 19:31:42    阅读次数:152
关闭,centos yum的自动更新
今天我虚拟机提示我满了,,,打开磁盘分析器一看,yum的更新目录满了,本地虚拟跟生产环境的版本完全一致,所以我也不打算更新,找一下命令,得先安装yum-cron ,然后再禁止更新 [root@localhost ~]# vi /etc/yum [root@localhost yum]# yum in ...
分类:其他好文   时间:2019-07-09 13:37:09    阅读次数:100
idea 配置阿里maven
1.在路径:C:\Users\Administrator\.m2 下创建:repository_al 文件夹和 settings_al.xml 文件 2.settings_al.xml 内容: <?xml version="1.0" encoding="UTF-8"?><!--Licensed to ...
分类:其他好文   时间:2019-07-09 12:11:35    阅读次数:264
4190条   上一页 1 ... 62 63 64 65 66 ... 419 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!