码迷,mamicode.com
首页 >  
搜索关键字:github readme.md mar    ( 39176个结果
Github介绍
github是一个面向开源及私有软件项目的托管平台,github除了叫代码托管平台,还有一个名字叫版本控制系统(类似的版本控制系统还有TFS、SVN等)。所谓版本控制,就是说一个成品东西有多个版本,比如写小说时,写到某一章,会有多稿,在你发布之前这些稿都可能用到。而代码也是一样,在项目开发过程中,项 ...
分类:其他好文   时间:2021-06-02 17:55:29    阅读次数:0
go mod replace使用报错:Missing dependency
我想替换这个包,使用官方的。 然后 $ go get -u gorm.io/gorm go: downloading gorm.io/gorm v1.21.10 go: downloading github.com/jinzhu/now v1.1.2 go: downloading github.c ...
分类:其他好文   时间:2021-06-02 17:44:02    阅读次数:0
Java MinIO 集成
完整的项目在 GitHub-mlb 配置类 package com.seliote.mlb.fs.config; import com.seliote.mlb.common.config.PropertiesInjector; import io.minio.BucketExistsArgs; im ...
分类:编程语言   时间:2021-06-02 17:42:43    阅读次数:0
自定义进度条Android,kotlin
1:效果 一运行起来,红色是下载的部分,蓝色是为下载部分,下载完之后先缩成一个椭圆,在缩成一个圆 GitHub地址:https://github.com/luofangli/MyDrawProgress 详细代码: <?xml version="1.0" encoding="utf-8"?><and ...
分类:移动开发   时间:2021-06-02 16:08:01    阅读次数:0
docker-compose部署nacos单机版(简洁优化版)
docker-compose部署nacos单机版(简洁优化版) 预览# 初始化数据库# MySQL 文件: https://github.com/Gleans/SpringCloudPro/blob/master/docker/mysql-init/init.sql 放到可视化工具或者命令行执行以下 ...
分类:其他好文   时间:2021-06-02 16:07:42    阅读次数:0
Spring Cloud 升级之路 - 2020.0.x - 7. 使用 Spring Cloud LoadBalancer (2)
本项目代码地址:https://github.com/HashZhang/spring-cloud-scaffold/tree/master/spring-cloud-iiford 我们使用 Spring Cloud 官方推荐的 Spring Cloud LoadBalancer 作为我们的客户端负 ...
分类:数据库   时间:2021-06-02 15:36:48    阅读次数:0
php的rabbitmq扩展(未测试)
下载,解压rabbitmq-c源码 wget -c https://github.com/alanxz/rabbitmq-c/archive/v0.9.0.tar.gz tar -zxvf v0.9.0.tar.gz 配置,编译,安装 cd rabbitmq-c-0.9.0/ mkdir build ...
分类:Web程序   时间:2021-06-02 14:50:02    阅读次数:0
gateway动态刷新
修改github的配置文件后, 服务端 ( http://localhost:3344/master/application-dev.yml )能刷新,客户端( http://localhost:3355/configInfo )不能刷新。 做法:cmd执行: curl -X POST http:/ ...
分类:其他好文   时间:2021-06-02 14:45:44    阅读次数:0
'OPTS UTF8 ON': command not understood
背景 go 操作 ftp , 使用 github.com/jlaffaye/ftp这个库 问题复现 登录时报错,错误如题 解决方案 添加参数,禁用 utf8 ftp.Dial("ftp.example.com:21", ftp.DialWithTimeout(5*time.Second), ftp. ...
分类:其他好文   时间:2021-06-02 14:45:08    阅读次数:0
.NET Debugging Demos Lab 7: Memory Leak
https://www.tessferrandez.com/blog/2008/03/25/net-debugging-demos-lab-7.html This is the last debugging lab in the .NET Debugging Labs series. By now ...
分类:Web程序   时间:2021-06-02 14:43:49    阅读次数:0
39176条   上一页 1 ... 12 13 14 15 16 ... 3918 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!