码迷,mamicode.com
首页 >  
搜索关键字:dpkg status databas    ( 14112个结果
zookeeper不能正常启动问题(转)
[html] view plain copy [root@zookeeper1 zookeeper-3.4.5]# bin/zkServer.sh status JMX enabled by default Using config: /usr/local/zookeeper-3.4.5/bin/. ...
分类:其他好文   时间:2021-01-02 11:24:19    阅读次数:0
对pyqt5之menu和action的使用详解
更多python教程请到友情连接: 菜鸟教程www.piaodoo.com 人人影视www.sfkyty.com 飞卢小说网www.591319.com 韩剧网www.op-kg.com 兴化论坛www.yimoge.cn 星辰影院www.hhsos.net 如下所示: exitAct = QAct ...
分类:其他好文   时间:2021-01-02 11:02:54    阅读次数:0
linux文件批量重命名
参考:https://www.linuxprobe.com/linux-batch-rename.html rename 's/old/new/' this.old rename 's/report/review/' * rename -v 's/123/124/' * status.123 ren ...
分类:系统相关   时间:2021-01-01 12:31:37    阅读次数:0
Mysql常规维护操作
一、数据库状态查询 1.1、查看进程详情 show processlist; show full processlist; 1.2、数据库连接数 当前连接数 show status like '%threads_%'; 最大连接数 show variables like '%max_connecti ...
分类:数据库   时间:2021-01-01 12:06:29    阅读次数:0
apache安装
#yum -y install httpd apache安装完成后,默认为stop状态 httpd服务状态的查看、停止、启动、重启、开机启动 #systemctl status|start|stop|restart|enable httpd.service 浏览器-localhost可以查看是否安装 ...
分类:Web程序   时间:2021-01-01 12:02:31    阅读次数:0
MySQL主从GTID复制
一、GTID简介 GTID是对于一个已提交事务的唯一编号,并且是一个全局(主从复制)唯一的编号! GTID官方定义如下: GTID = source_id :transaction_id 7E11FA47-31CA-19E1-9E56-C43AA21293967:29 什么是sever_uuid,和 ...
分类:数据库   时间:2021-01-01 11:41:26    阅读次数:0
springboot 中 springsecurity 返回 403 Forbiddend的可能解决方法
微信小程序调用后端 返回了 {"timestamp":"2020-12-27T13:01:02.329+0800","status":403,"error":"Forbidden","message":"Forbidden","path":"/kmhaf/wx/user/wxcc8**24732dd ...
分类:编程语言   时间:2020-12-31 12:55:45    阅读次数:0
Linux 查看iptables状态-重启
iptables 所在目录 : /etc/sysconfig/iptables # service iptables status #查看iptables状态 # service iptables restart #iptables服务重启 # service iptables stop #ipta ...
分类:系统相关   时间:2020-12-30 11:29:45    阅读次数:0
Hive数组转成多行
原始数据如下: 转换后效果: 实现方式: -- 原数据 SELECT '[{"slot_seq":"1","status":"0","battery_sn":"K212EV14C3"},{"slot_seq":"10","status":"0","battery_sn":"K482GE13RT"}, ...
分类:编程语言   时间:2020-12-29 12:03:02    阅读次数:0
Solr:后台管理界面的使用(管理索引库、导入数据库数据、查询)
1、管理索引库 (1)添加 初始查询结果: { "responseHeader": { "status": 0, "QTime": 1, "params": { "q": "*:*", "indent": "true", "wt": "json", "_": "1608643748789" } }, ...
分类:数据库   时间:2020-12-29 11:44:33    阅读次数:0
14112条   上一页 1 ... 16 17 18 19 20 ... 1412 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!