Stella981 Stella981
4年前
Cent Os 上 练习安装 mysql
1:卸载:整体删除:rpmenodepsmysql查看安装的mysql安装:rpmp|grepmysql单个删除:rpmenodeps包名2:挂载redhat5碟中findname\msyql\找到以下几个包拷贝到你自己的目录下 cp目标文件 目地路径mysql
Stella981 Stella981
4年前
Kafka Shell基本命令(包括topic的增删改查)
创建kafkatopic(https://www.oschina.net/action/GoToLink?urlhttps%3A%2F%2Fwww.cnblogs.com%2Fxiaodf%2Fp%2F6093261.html%231)查看所有topic列表(https://www.oschina.net/action/GoTo
Stella981 Stella981
4年前
Elastic Stack之Elasticsearch 5.6.12 集群部署实战
ElasticStack之Elasticsearch5.6.12集群部署实战作者:尹正杰版权声明:原创作品,谢绝转载!否则将追究法律责任。一.下载ElasticSearch1.查看ElasticSearch的发型版本(https://www.elastic.co/
Easter79 Easter79
4年前
SpringBoot整合Redis乱码原因及解决方案
问题描述:springboot使用springdataredis存储数据时乱码rediskey/value出现\\xAC\\xED\\x00\\x05t\\x00\\x05问题分析:查看RedisTemplate类!(https://oscimg.oschina.net/oscnet/0a85565fa
Easter79 Easter79
4年前
Sql Server 优化技巧
1.查看执行时间和cpu占用时间setstatisticstimeonselect\fromdbo.Productsetstatisticstimeoff打开你查询之后的消息里面就能看到啦。!wpscb7e.tmp(https://oscimg.oschina.net/oscnet/b05997d8479
Stella981 Stella981
4年前
Docker学习笔记03_容器的简单应用
执行dockerpulltraining/webapp下载一个简单的web应用镜像,并执行dockerimages查看!(https://oscimg.oschina.net/oscnet/6c73f1cacb42cf7546883e10ea2aeb02707.png)执行dockerrundPtraining/webapp
Stella981 Stella981
4年前
Python 连接 hive 查询数据
<!lang:shellJpsjdk1.5时引入的一个工具,可以用来查看当前主机所有java进程的ID的一个命令行工具。root@PROC_141httjps966CassandraDaemon22070NameNode2471Jps2221
Wesley13 Wesley13
4年前
VMware nat 模式 配置Linux 系统 上网
vmare网络配置!(https://oscimg.oschina.net/oscnet/upc49a967029f306ae519f77453b818dd7cc2.png)查看到NAT的网关!(https://oscimg.oschina.net/oscnet/upca6684f1
Wesley13 Wesley13
4年前
C# 软件开机启动
如果需要查看更多文章,请微信搜索公众号csharp编程大全,需要进C交流群群请加微信z438679770,备注进群,我邀请你进群!!!usingSystem;usingSystem.Collections.Generic;usingSystem.ComponentMod
Wesley13 Wesley13
4年前
MySQL 用户管理
不要直接使用root用户管理应用数据添加用户以root用户登录数据库,运行以下命令:createuserzhangsanidentifiedby'zhangsan';上面的命令创建了用户zhangsan,密码是zhangsan.在mysql.user表里可以查看到