码迷,mamicode.com
首页 >  
搜索关键字:centos7 github    ( 52863个结果
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
关于Centos7以上系统硬件的一些常用查看命令
关于Centos7以上系统硬件的一些常用查看命令 1. uname -a # 查看内核/操作系统/CPU信息的linux系统信息 2. head -n l /etc/issue # 查看操作系统版本 3. cat /proc/cpuinfo # 查看CPU信息 4. hostname # 查看计算机 ...
分类:其他好文   时间:2021-06-02 16:12:24    阅读次数: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
/etc/init.d/functions: No such file or directory报错问题
docker-centos7运行systemctl status jenkins, 出现/etc/rc.d/init.d/jenkins: line 59: /etc/init.d/functions: No such file or directory错误, yum安装即可 yum install ...
分类:其他好文   时间:2021-06-02 15:14:11    阅读次数: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
52863条   上一页 1 ... 18 19 20 21 22 ... 5287 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!