Stella981 Stella981
3年前
Spring Cloud Config
nvironmentRepository的默认实现使用Git后端,这对于管理升级和物理环境以及审核更改非常方便。要更改存储库的位置,可以在ConfigServer中设置“spring.cloud.config.server.git.uri”配置属性(例如application.yml)。如果您使用file:前缀进行设置,则应从本地存储库中工作,
Stella981 Stella981
3年前
Git ssh 配置及使用方法
这篇教程是在电脑上已经安装好git的前提之上的,要进行以下配置,请先确保你的电脑已经安装好git。以下配置步骤是在gitbash里面进行配置的,可以通过右键》gitbashhere打开!(http://files.jb51.net/file_images/article/201710/2017100621365929.jpg)(htt
Stella981 Stella981
3年前
GitHub 新手教程 四,Git GUI 新手教程(1),OpenSSH Public Key
1,从开始菜单启动GitGUI,或者运行:D:\\soft\\Git\\cmd\\gitgui.exe(D:\\soft\\Git为您的GitHub安装文件夹)2,获取SSH密钥: !(https://oscimg.oschina.net/oscnet/083160fe85a9cab47d7fe9cdf3ae54dfc
Stella981 Stella981
3年前
Git 安装 on centos7
本文演示如何在CentOS7上安装和使用git。1准备工作1.1浏览器访问安装包下载地址:https://www.kernel.org/pub/software/scm/git/找到下载列表中需要安装的版本,以2.17.0版本为例,地址为:https://www.kernel.org
Stella981 Stella981
3年前
Jenkins+git+Nginx
1.Jenkins一、tomcat安装1、下载JDK和Tomcat//通过wget下载wgethttp://mirrors.tuna.tsinghua.edu.cn/apache/tomcat/tomcat8/v8.5.4/bin/apachetomcat8.5.4.ta
Stella981 Stella981
3年前
Hello ZeroMQ
HelloZeroMQWorld!安装gitclonedepth1https://github.com/imatix/zguide.git./configuremakemakeinstallCProject添加库gcc
Stella981 Stella981
3年前
Git下载和安装
Git下载和安装WindowsGit下载(https://www.oschina.net/action/GoToLink?urlhttps%3A%2F%2Fnpm.taobao.org%2Fmirrors%2Fgitforwindows%2F)
Wesley13 Wesley13
3年前
Thinkphp 3.2.1 集成支付宝双接口
1、申请支付宝接口2、下载osgit上面的代码进行改造,地址http://git.oschina.net/smilease/ThinkPay(http://git.oschina.net/smilease/ThinkPay)   首先是要改成合适自己项目的路径,要注意文件的名字要符合tp的规范,比如XxController.class.php
小万哥 小万哥
1年前
Git 教程:解密 .gitignore 文件、合并分支、解决冲突、及 Git 帮助
Git帮助如果你忘记了命令或命令的选项,你可以使用Git帮助。在命令行中,有几种不同的使用帮助命令的方式:gitcommandhelp查看特定命令的所有可用选项githelpall查看所有可能的命令让我们看看不同的命令。Githelp查看特定命令的选项任何