下载,解压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
docker 安装 yum install -y yum-utils device-mapper-persistent-data lvm2 yum-config-manager --add-repo http://mirrors.aliyun.com/docker-ce/linux/centos/d ...
分类:
其他好文 时间:
2021-06-02 14:49:47
阅读次数:
0
class ImgSpider(scrapy.Spider): name = 'img' # allowed_domains = ['https://sc.chinaz.com/tupian/'] start_urls = ['https://sc.chinaz.com/tupian/'] def ...
分类:
编程语言 时间:
2021-06-02 14:49:06
阅读次数:
0
修改github的配置文件后, 服务端 ( http://localhost:3344/master/application-dev.yml )能刷新,客户端( http://localhost:3355/configInfo )不能刷新。 做法:cmd执行: curl -X POST http:/ ...
分类:
其他好文 时间:
2021-06-02 14:45:44
阅读次数:
0
原因:mysql不能在同一语句中先select出同一表中的某些值,再对这个表做修改 解决方法:添加临时表 参考:https://blog.csdn.net/baidu456356/article/details/101603359 DELETE FROM Person WHERE Id NOT IN ...
分类:
数据库 时间:
2021-06-02 14:44:55
阅读次数:
0
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
1. kubeconfig配置文件 kubectl使用kubeconfig认证文件连接K8s集群,使用kubectl config指令生成kubeconfig文件。 2. kubectl管理命令概要 官方文档参考地址:https://kubernetes.io/zh/docs/reference/k ...
分类:
其他好文 时间:
2021-06-02 14:42:54
阅读次数:
0
水厂监控系统、巡检监控、数据分析、生产报表、工艺报表、设备监控、水厂加药、工艺监控、水质分析、电耗、阀门、供水、冲洗、原水、加氯、蓄水、加药、滤池、沉淀池、配水井、氯耗、压力、浊度日、流量日、故障巡检 水厂监控系统原型演示及下载地址:https://www.pmdaniu.com/storages/ ...
分类:
其他好文 时间:
2021-06-02 14:26:46
阅读次数:
0
安装方式 首选pip安装,pip安装失败选择自定义安装、文件安装,一般windows系统pip安装有时会失败 pip安装 pip -h 查看指令 自定义安装 路径: https://www.scipy.org/scipylib/download.html 文件安装路径: http://www.lfd ...
分类:
编程语言 时间:
2021-06-02 14:24:22
阅读次数:
0
引入依赖 <!-- https://mvnrepository.com/artifact/org.springframework.kafka/spring-kafka --> <dependency> <groupId>org.springframework.kafka</groupId> <art ...
分类:
编程语言 时间:
2021-06-02 14:22:43
阅读次数:
0