随笔分类 -  工具使用

一些开发工具使用方法等
摘要:1、官网:http://jmeter.apache.org/ 2、下载:http://jmeter.apache.org/download_jmeter.cgi 3、用户手册:http://jmeter.apache.org/usermanual/index.html 补:另外redis-bench 阅读全文
posted @ 2023-08-17 18:09 咔咔皮卡丘 阅读(8) 评论(0) 推荐(0) 编辑
摘要:1、添加依赖 <dependency> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-starter-amqp</artifactId> </dependency> 2、添加配置 官方配置https://doc 阅读全文
posted @ 2023-08-17 16:43 咔咔皮卡丘 阅读(7) 评论(0) 推荐(0) 编辑
摘要:1、配置类 @Configuration public class MQConfig { public static final String QUEUE = "queue"; public static final String TOPIC_QUEUE1 = "topic.queue1"; pub 阅读全文
posted @ 2023-08-17 16:40 咔咔皮卡丘 阅读(19) 评论(0) 推荐(0) 编辑
摘要:1.实例化 package com.imooc.miaosha.redis; import org.springframework.beans.factory.annotation.Autowired; import org.springframework.context.annotation.Be 阅读全文
posted @ 2023-08-17 16:11 咔咔皮卡丘 阅读(68) 评论(0) 推荐(0) 编辑
摘要:配置 #redis配置 redis: cluster: nodes: - 127.0.0.1:9000 - 127.0.0.1:9001 - 127.0.0.1:9002 - 127.0.0.1:9003 - 127.0.0.1:9004 - 127.0.0.1:9005 timeout: 6000 阅读全文
posted @ 2023-08-17 16:08 咔咔皮卡丘 阅读(72) 评论(0) 推荐(0) 编辑
摘要:第一步:安装一个redis,要能正常跑起来(其实只是为了证明你会安安装而已) 第二步:几个节点就创建几个目录(要求最少3个master,如果想有一个从节点的话,那就最少6个节点),然后将redis 目录下的redis-server 及 redis.windows.conf copy到这些目录并修改配 阅读全文
posted @ 2023-08-17 16:07 咔咔皮卡丘 阅读(55) 评论(0) 推荐(0) 编辑
摘要:正文 1、常用命令 - 还原到指定提交后的版本:git reset --hard 日志版本号 (-soft 软还原,本地的代码还是最新的,通常用于合并小的提交) - 还原后强制提交:git push origin master -f - 还原错误的commit: git reset --soft H 阅读全文
posted @ 2023-08-16 17:47 咔咔皮卡丘 阅读(9) 评论(0) 推荐(0) 编辑
摘要:参考文章,如有侵权,请告知删除 https://blog.csdn.net/shifangwannian/article/details/48713767 1.导出jar包 1.1 idea导出jar包不如eclipse方便,但是熟练了也很容易操作 1.2 File -> Project Setti 阅读全文
posted @ 2023-08-15 16:35 咔咔皮卡丘 阅读(131) 评论(0) 推荐(0) 编辑
摘要:参考以下文章并加上自己的自定义,如有侵权,请联系删除 https://blog.csdn.net/u014044812/article/details/76577479/ https://www.oschina.net/question/3949193_2285415 一、类注释: /** * * 阅读全文
posted @ 2023-08-15 15:32 咔咔皮卡丘 阅读(57) 评论(0) 推荐(0) 编辑
摘要:1.官网下载docker:https://hub.docker.com/editions/community/docker-ce-desktop-windows 2.安装docker:运行下载好的Docker for Windows Installer.exe 3.安装好后启动docker: 4.修 阅读全文
posted @ 2023-08-13 14:33 咔咔皮卡丘 阅读(208) 评论(0) 推荐(0) 编辑
摘要:一、安装 1、linux 安装(老师的方法:) https://blog.csdn.net/jeffleo/article/details/70904368 2、内核升级(CentOS6.X 升级内核 至 3.10) https://blog.csdn.net/jeffleo/article/det 阅读全文
posted @ 2023-08-13 14:25 咔咔皮卡丘 阅读(19) 评论(0) 推荐(0) 编辑
摘要:chfs简介 官网地址:http://iscute.cn/chfsCuteHttpFileServer/chfs是一个免费的、HTTP协议的文件共享服务器,使用浏览器可以快速访问。它具有以下特点: 单个文件,核心功能无需其他文件跨平台运行,支持主流平台:Windows,Linux和Mac界面简洁,简 阅读全文
posted @ 2023-08-13 14:18 咔咔皮卡丘 阅读(502) 评论(0) 推荐(0) 编辑
摘要:一.GsonFormat 简介:这是一个根据JSONObject格式的字符串,自动生成实体类参数. 安装步骤 1.进入:file>settings...>plugins>Marketplace 2.搜索:GsonFormat 3.安装重启Idea即可 使用方法 1.打开方式1:Code>genera 阅读全文
posted @ 2021-03-09 10:22 咔咔皮卡丘 阅读(94) 评论(0) 推荐(1) 编辑

点击右上角即可分享
微信分享提示