会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
love_best
博客园
首页
新随笔
联系
管理
订阅
上一页
1
2
3
4
5
6
7
8
9
下一页
2023年5月11日
docker 部署kafka,listeners配置
摘要: 先看如何配置 ############################# Socket Server Settings ############################# # The address the socket server listens on. If not configure
阅读全文
posted @ 2023-05-11 15:56 我的天啊~
阅读(1838)
评论(0)
推荐(0)
2023年5月8日
docker 安装centos8
摘要: 1、安装基础镜像 # docker search centos //查询镜像列表 # docker pull centos:centos8 //拉取要安装的镜像 # docker images //查询已下在的镜像 # docker run -d -p 5022:22 --name centos8
阅读全文
posted @ 2023-05-08 15:24 我的天啊~
阅读(1576)
评论(0)
推荐(0)
2023年4月24日
docker 常用命令
摘要: docker 常用命令 docker ps 查看当前运行中的容器docker images 查看镜像列表docker rm container-id 删除指定 id 的容器docker stop/start container-id 停止/启动指定 id 的容器docker rmi image-id
阅读全文
posted @ 2023-04-24 18:34 我的天啊~
阅读(73)
评论(0)
推荐(0)
gradle基础知识
摘要: 帮助命令 :gradle --help 查看版本: gradle -v 清空所有编译: gradle clean 构建:gradle build 跳过测试构建构建: gradle build -x test 第三⽅插件 https://plugins.gradle.org/ 核⼼插件 https:/
阅读全文
posted @ 2023-04-24 14:36 我的天啊~
阅读(21)
评论(0)
推荐(0)
2023年3月28日
linux静态网页访问/var/www/html
摘要: 说明 linux目录下有个目录:/var/www/html,把“静态网页”放到这个目录下就可以通过IP很方便的访问 好处:不用配置tomcat等等,直接上传即用! 如果要访问 /var/www/html/1.html 我在浏览器地址栏输入 http://[ip]/1.html 就行了。 但是 这个便
阅读全文
posted @ 2023-03-28 16:30 我的天啊~
阅读(2956)
评论(0)
推荐(0)
2023年3月17日
mysql-information_schema 数据库
摘要: 1概述 information_schema 数据库跟 performance_schema 一样,都是 MySQL 自带的信息数据库。其中 performance_schema 用于性能分析,而 information_schema 用于存储数据库元数据(关于数据的数据),例如数据库名、表名、列的
阅读全文
posted @ 2023-03-17 17:43 我的天啊~
阅读(146)
评论(0)
推荐(0)
mysql-performance_schema
摘要: |目 录 1、什么是performance_schema 2、performance_schema使用快速入门 2.1. 检查当前数据库版本是否支持 2.2. 启用performance_schema 2.3. performance_schema表的分类 2.4. performance_sche
阅读全文
posted @ 2023-03-17 16:02 我的天啊~
阅读(196)
评论(0)
推荐(0)
2023年3月14日
网络分析工具:nc/tcpdump/wireshark
摘要: nc Linux nc命令用于设置路由器 nc [-hlnruz][-g<网关...>][-G<指向器数目>][-i<延迟秒数>][-o<输出文件>][-p<通信端口>][-s<来源位址>][-v...][-w<超时秒数>][主机名称][通信端口...] 参数说明: -g<网关> 设置路由器跃程通信
阅读全文
posted @ 2023-03-14 14:23 我的天啊~
阅读(515)
评论(0)
推荐(0)
2023年2月13日
mysql查询语句case/if及时间操作
摘要: 1、 获取系统当前时间戳 SELECT unix_timestamp(now())*1000 -- 乘以1000,为了得到毫秒时间戳 2、时间戳转年月日 SELECT FROM_UNIXTIME( 1676280033000/1000, '%Y%m%d' ) SELECT FROM_UNIXTIME
阅读全文
posted @ 2023-02-13 17:53 我的天啊~
阅读(170)
评论(0)
推荐(0)
2022年11月21日
elk报警alert设置
摘要: 设置alert # Alert when the rate of events exceeds a threshold # (Optional) # Elasticsearch host es_host: elasticsearch.hostname1 # (Optional) # Elastics
阅读全文
posted @ 2022-11-21 09:48 我的天啊~
阅读(260)
评论(0)
推荐(0)
上一页
1
2
3
4
5
6
7
8
9
下一页
公告