上一页 1 2 3 4 5 6 7 ··· 202 下一页
摘要: 需要安装jdk、zk;然后才是kafka kafka版本:kafka_2.13-3.2.3.tgz [root@iZf8zi6zcbssmm6c2nrhapZ /]# ls -alt total 84 drwxrwxrwt. 9 root root 4096 Apr 9 14:42 tmp drwx 阅读全文
posted @ 2024-04-09 15:13 小白龙白龙马 阅读(1) 评论(0) 推荐(0) 编辑
摘要: zk版本:zookeeper-3.4.14.tar.gz # The number of milliseconds of each tick tickTime=2000 # The number of ticks that the initial # synchronization phase ca 阅读全文
posted @ 2024-04-09 13:36 小白龙白龙马 阅读(4) 评论(0) 推荐(0) 编辑
摘要: redis版本:redis-7.0.5.tar.gz Session stopped - Press <Return> to exit tab - Press R to restart session - Press S to save terminal output to file ┌────── 阅读全文
posted @ 2024-04-09 11:24 小白龙白龙马 阅读(38) 评论(0) 推荐(0) 编辑
摘要: B站地址:https://www.bilibili.com/video/BV1qS4y1h77S/?spm_id_from=333.337.search-card.all.click&vd_source=79bbd5b76bfd74c2ef1501653cee29d6 Welcome to Alib 阅读全文
posted @ 2024-04-08 19:43 小白龙白龙马 阅读(9) 评论(0) 推荐(0) 编辑
摘要: 性能测试复习准备——linux环境下——常用命令简记 性能测试复习准备——linux环境下安装nginx-1.24.0.tar.gz 性能测试复习准备——linux环境下安装nacos-server-2.3.0.tar.gz 性能测试复习准备——linux环境下安装kafka_2.13-3.2.3. 阅读全文
posted @ 2024-04-08 09:25 小白龙白龙马 阅读(1) 评论(0) 推荐(0) 编辑
摘要: 官方文档:https://testng.org/ 之前复习整理:https://www.cnblogs.com/xiaobaibailongma/category/1956756.html java——testNG——工作复习——xml详解 java——testNG——工作复习——常用注解和属性汇总 阅读全文
posted @ 2024-04-08 08:14 小白龙白龙马 阅读(5) 评论(0) 推荐(0) 编辑
摘要: 之前复习整理: 模块1:https://www.cnblogs.com/xiaobaibailongma/category/1634188.html?page=3 模块2:https://www.cnblogs.com/xiaobaibailongma/category/1643583.html?p 阅读全文
posted @ 2024-04-05 13:03 小白龙白龙马 阅读(3) 评论(0) 推荐(0) 编辑
摘要: pytest 官方API文档:https://docs.pytest.org/en/8.0.x/reference/reference.html#config-cache 之前复习整理:https://www.cnblogs.com/xiaobaibailongma/category/1947423 阅读全文
posted @ 2024-04-03 19:42 小白龙白龙马 阅读(4) 评论(0) 推荐(0) 编辑
摘要: 面向对象: #!/usr/bin/python # -*- coding: UTF-8 -*- class Employee: '所有员工的基类' empCount = 0 def __init__(self, name, salary): self.name = name self.salary 阅读全文
posted @ 2024-04-03 16:10 小白龙白龙马 阅读(4) 评论(0) 推荐(0) 编辑
摘要: ''' 字符串的格式化方法一,示例 ''' name="张三" money=102 desc="今天收到{}的学费{}元" string=desc.format(name,money) print(string) #今天收到张三的学费102元 ''' 字符串的格式化方法一,示例 ''' str = 阅读全文
posted @ 2024-04-02 17:14 小白龙白龙马 阅读(4) 评论(0) 推荐(0) 编辑
上一页 1 2 3 4 5 6 7 ··· 202 下一页