码迷,mamicode.com
首页 >  
搜索关键字:cloud service    ( 28884个结果
Kafka集群搭建
Kafka集群搭建 Zookeeper简介 ZooKeeper 是一个开源的分布式框架,提供了协调分布式应用的基本服务。它向外部应用 暴露一组通用服务——分布式同步(Distributed Synchronization)、命名服务(Naming Service)、集群维护(Group Mainte ...
分类:其他好文   时间:2021-04-12 11:49:15    阅读次数:0
Mysql重启报pid文件丢失
安装的mysql每次重启后报错 ################################################### Redirecting to /bin/systemctl start mysql.service Job for mysqld.service failed be ...
分类:数据库   时间:2021-04-10 12:57:00    阅读次数:0
Spring各种注解的含义及用法(持续更新)
1.基础(SpringMVC和SpringBoot都有在用) @Controller 通常用于标注在控制层类上。 @Service 通常用于标注在业务层实现类上。可以设置自定义service类的别名,在控制层引入时就需要根据设置的别名进行引入。 @Mapper 不需要在启动类上配置扫描,会在运行时通 ...
分类:编程语言   时间:2021-04-09 13:04:25    阅读次数:0
git拉取代码报错:Please make sure you have the correct access rights and the repository exists
参考链接:https://cloud.tencent.com/developer/article/1572090 目的:使用git工具、通过命令行拉取gitee远程仓库代码到本地。 报错信息:Please make sure you have the correct access rights an ...
分类:数据库   时间:2021-04-09 12:51:18    阅读次数:0
apt-get update 升级错误
W: GPG error: http://mirrors.cloud.aliyuncs.com/ubuntu xenial-backports InRelease: Could not execute 'apt-key' to verify signature (is gnupg installed ...
分类:其他好文   时间:2021-04-08 13:43:02    阅读次数:0
mysql5.7报错: Expression #2 of SELECT list is not in GROUP BY clause and contains nonaggregated...
今天,公司新购买了云服务器,要部署测试环境,测试时发现开发环境没问题,但测试环境却报错了,打开日志分析错误原因,原来时mysql5.7版本的sql_model默认配置了ONLY_FULL_GROUP_BY的原因。 完整错误日志如下: ### Error querying database. Caus ...
分类:数据库   时间:2021-04-08 13:20:36    阅读次数:0
Python小恐龙快跑小游戏源代码及素材
该游戏是仿谷歌浏览器小恐龙游戏,程序运行入口Game7.py,配置文件:cfg.py,完整程序包及资源包请在本文文末下载,先上程序运行截图: Game7.py ''' Function: 仿谷歌浏览器小恐龙游戏 微信公众号: 学创英才 ''' import cfg import sys import ...
分类:编程语言   时间:2021-04-08 13:06:25    阅读次数:0
linux 防火墙查看
一、iptables防火墙 1、基本操作 # 查看防火墙状态 service iptables status # 停止防火墙 service iptables stop # 启动防火墙 service iptables start # 重启防火墙 service iptables restart # ...
分类:系统相关   时间:2021-04-07 11:31:55    阅读次数:0
eureka服务发现过慢的优化
低版本 版本信息: spring boot 1.5.3 spring-cloud-dependencies:Edgware.SR3 #writeRead缓存定时同步到ReadOnly的缓存 eureka.server.responseCacheUpdateIntervalMs =30000 #拉取服 ...
分类:其他好文   时间:2021-04-07 11:02:29    阅读次数:0
CVE-2017-12636 Couchdb 任意命令执行漏洞复现
CVE-2017-12636 Couchdb 任意命令执行漏洞 0x01.环境搭建 利用vulhub搭建漏洞环境 service docker start docker-compose up -d 查看开启的端口号 docker-compose ps 启动完成后,访问http://target_ip ...
分类:数据库   时间:2021-04-07 10:53:36    阅读次数:0
28884条   上一页 1 ... 23 24 25 26 27 ... 2889 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!