Stella981 Stella981
3年前
Git fetch & pull 详解
个人博客地址:Gitfetch&pull详解(https://www.oschina.net/action/GoToLink?urlhttp%3A%2F%2Fkmknkk.xin%2F2017%2F12%2F26%2Fgitfetch%25E5%2592%258Cpull%2F)1、简单概括先用一张图来理一下git
Stella981 Stella981
3年前
SkyWalking 动态配置
版本:7.0.0描述SkyWalking的配置大多数是通过config/application.yml和环境变量来实现。但是其中有一部分支持通过配置中心动态配置。目前动态配置的有:配置key描述示例receivertrace.default.slowDBAccessThreshold慢SQ
Easter79 Easter79
3年前
SpringBoot之普通类获取Spring容器中的bean
packagecom.geostar.geostack.git_branch_manager.common;importorg.springframework.beans.BeansException;importorg.springframework.context.ApplicationContext;
Stella981 Stella981
3年前
CentOS7配置Nginx支持HTTPS访问
1.安装git和bc  yumyinstallgitbc2.安装Nginx  1.准备:    yuminstallygcccpcrepcredevelzlibzlibdevelopensslopenssldevel  2.下载:   
Wesley13 Wesley13
3年前
GIT 检查、撤销修改简明教程
说明:本教程的所有操作都在master分支上,且仅用于个人代码仓库管理,操作的实用性有待研究。4个区!(http://uploadimages.jianshu.io/upload_images/264059158dffa2b008d361a.jpg?imageMogr2/autoorient/strip%7CimageView2
Stella981 Stella981
3年前
Jenkins git访问拒绝
问题一Failedtoconnecttorepository:Command"gitlsremotehgit@xxxxx.com:xxx/dev\_test.gitHEAD"returnedstatuscode128:stdout:stderr:Permissiondenied,pleasetryagai
Wesley13 Wesley13
3年前
GIT的使用流程
GIT的使用流程1github注册流程1进入github官网:https://github.com/2注册一个自己的github账号3右上角选择Newrepository4进入createanewrepository选择你的仓库名填入:Repositoryname
Wesley13 Wesley13
3年前
Unitils 的 fork 版本发布 4.0.0
由于Unitils项目在sourceforge上长期未维护,在GitHub上面fork了一个新项目(https://github.com/tweea/unitils)基于3.4分支发布了4.0.0版本,更新内容包括:1、日志框架改为SLF4J2、升级依赖commonslang3、commonstext、common
Stella981 Stella981
3年前
SpringBoot之普通类获取Spring容器中的bean
packagecom.geostar.geostack.git_branch_manager.common;importorg.springframework.beans.BeansException;importorg.springframework.context.ApplicationContext;
Stella981 Stella981
3年前
Git 多人协作开发的过程
Git可以完成两件事情:1\.版本控制2.多人协作开发如今的项目,规模越来越大,功能越来越多,需要有一个团队进行开发。如果有多个开发人员共同开发一个项目,如何进行协作的呢。Git提供了一个非常好的解决方案多人协作开发。1.多人协作原理典型的做法是,首先创建一个git服务器,被多个人所