码迷,mamicode.com
首页 >  
搜索关键字:yum、yum repository    ( 4190个结果
单元测试——Winfrom
一、新建单元测试项目 二、单元测试可在Service或者Repository层分别创建 三、编写好代码后可运行单元测试 ...
分类:Windows程序   时间:2019-05-14 19:11:53    阅读次数:158
pip源提示“not a trusted or secure host” 解决
问题:The repository located at mirrors.aliyun.com is not a trusted or secure host and is being ignored. If this repository is available via HTTPS we rec ...
分类:其他好文   时间:2019-05-13 09:12:55    阅读次数:691
linux安装五笔拼音混输 的五笔输入法
打开终端先卸载系统的iBus sudo apt-get remove ibus 添加源sudo add-apt-repository ppa:fcitx-team/nightlysudo apt-get update 安装 sudo apt-get install fcitx fcitx-confi ...
分类:系统相关   时间:2019-05-12 01:53:08    阅读次数:391
阿里云 maven仓库地址配置
1. maven 配置文件配置settings.xml中设置mirror节点 2. pom.xml 配置repository节点 ...
分类:其他好文   时间:2019-05-09 10:35:22    阅读次数:573
Spark应用程序开发流程
配置文件:pom.xml 2.11.8 2.2.0 2.6.0-cdh5.7.0 cloudera cloudera https://repository.cloudera.com/artifactory/cloudera-repos/ org.scala-lang ... ...
分类:其他好文   时间:2019-05-07 19:44:14    阅读次数:158
gitlab 提交
gitlab 提交 Git global setup git config --global user.name "lial" git config --global user.email "lial@xxxxx.com" Create a new repository git clone git@ ...
分类:其他好文   时间:2019-05-07 11:31:42    阅读次数:155
git将仓库上传到github的最简单的方法
初始化本地git仓库 最开始在本地写好程序,在根目录用 命令会创建一个空的repository 然后执行 . 会将本地所有程序先加入到一个暂存区 执行 将暂存区的文件加入到repository 此时把整个项目都删掉都行,因为在.git文件中还有一个存好的副本。 在github上创建仓库 此时是不知道 ...
分类:Web程序   时间:2019-05-06 20:52:09    阅读次数:205
CentOS7 yum方式安装MySQL5.7
在CentOS中默认安装有MariaDB,这个是MySQL的分支,但为了需要,还是要在系统中安装MySQL,而且安装完成之后可以直接覆盖掉MariaDB。 1 下载并安装MySQL官方的 Yum Repository 使用上面的命令就直接下载了安装用的Yum Repository,大概25KB的样子 ...
分类:数据库   时间:2019-05-06 14:25:35    阅读次数:144
Kettle使用教程之安装与资源库的创建
1、安装JDK 2、下载Kettle 3、将文件解压,点击Spoon.bat文件,启动kettle. 4、创建资源库 点击Connet,选择Pentaho Repository 注意: 1、在使用mysql进行连接测试的时候,一定要找到相应的驱动包,我的是5.1.20jar包这个可以百度找一下, 或 ...
分类:其他好文   时间:2019-05-05 15:58:17    阅读次数:239
“Another git process seems to be running in this repository...”Git此问题解决
Git中显示:Another git process seems to be running in this repository, e.g.an editor opened by 'git commit'. Please make sure all processesare terminated ...
分类:其他好文   时间:2019-05-04 14:42:56    阅读次数:148
4190条   上一页 1 ... 70 71 72 73 74 ... 419 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!