news 2026/4/28 13:34:29

一些好的网址+工具 1.gradle 2.jprofiler 3.java 4.win截图 5.JRebel热部署

作者头像

张小明

前端开发工程师

1.2k 24
文章封面图
一些好的网址+工具 1.gradle 2.jprofiler 3.java 4.win截图 5.JRebel热部署

一、Kotlin/Java

1)gradle下载

https://mirrors.aliyun.com/macports/distfiles/gradle/ 这个更好

Index of /gradle/

2)jprofiler(可以淘宝)

https://www.ej-technologies.com/jprofiler/download

3)java

OracleJdk:

https://www.oracle.com/cn/java/technologies/downloads/#jdk21-mac

OpenJdk:

OpenJDK JDK 25.0.1 GA Release

Archived OpenJDK GA Releases 下载这个

4)JRebel // 热更新神器(可以淘宝)

先勾选上热部署的项目,此时会生成rebel.xml文件

先选择1jrebel--》2勾选要热更的项目--》3观察下控制台--》4编译修改代码的模块-->发现热更了

当然了5是可以观察到热更的类

第2步必须做,这样子会自动生成rebel.xml配置也就是JRebel会监听哪些目录变更后重载,手动编译一下工程,观察JRebel Console下也会有Reloading class 'common.monitor.JvmMonitor$start$2'.提示,此时热重载就生效了:

[2026-04-16 11:07:57] Invalid rebel.xml: Invalid 'dir' defined in class path of rebel.xml (jar:file:/E:/work/server/code/bson-kotlinx/build/libs/bson-kotlinx.jar!/rebel.xml): Directory 'E:/work/server/code/bson-kotlinx/build/classes/java/main' does not exist [2026-04-16 11:07:57] JRebel: Directory 'E:\work\server\code\server\build\resources\main' will be monitored for changes. [2026-04-16 11:07:57] JRebel: Directory 'E:\work\server\code\server\build\classes\kotlin\main' will be monitored for changes. [2026-04-16 11:07:57] JRebel: Directory 'E:\work\server\code\gate\build\resources\main' will be monitored for changes. [2026-04-16 11:07:57] JRebel: Directory 'E:\work\server\code\gate\build\classes\kotlin\main' will be monitored for changes. [2026-04-16 11:07:57] JRebel: Directory 'E:\work\server\code\logic\build\resources\main' will be monitored for changes. [2026-04-16 11:07:57] JRebel: Directory 'E:\work\server\code\logic\build\classes\kotlin\main' will be monitored for changes. [2026-04-16 11:07:57] JRebel: Directory 'E:\work\server\code\portal\build\resources\main' will be monitored for changes. [2026-04-16 11:07:57] JRebel: Directory 'E:\work\server\code\portal\build\classes\kotlin\main' will be monitored for changes. [2026-04-16 11:07:57] JRebel: Directory 'E:\work\server\code\insight\build\resources\main' will be monitored for changes. [2026-04-16 11:07:57] JRebel: Directory 'E:\work\server\code\insight\build\classes\kotlin\main' will be monitored for changes. [2026-04-16 11:07:57] JRebel: Directory 'E:\work\server\code\common\build\resources\main' will be monitored for changes. [2026-04-16 11:07:57] JRebel: Directory 'E:\work\server\code\common\build\classes\kotlin\main' will be monitored for changes. [2026-04-16 11:07:57] JRebel: Directory 'E:\work\server\code\framework\build\resources\main' will be monitored for changes. [2026-04-16 11:07:57] JRebel: Directory 'E:\work\server\code\framework\build\classes\kotlin\main' will be monitored for changes. [2026-04-16 11:07:57] JRebel: Directory 'E:\work\server\code\bson-kotlinx\build\resources\main' will be monitored for changes. [2026-04-16 11:07:57] JRebel: Directory 'E:\work\server\code\bson-kotlinx\build\classes\kotlin\main' will be monitored for changes. [2026-04-16 11:07:59] JRebel: Starting logging to file: C:\Users\LX-SLM\.jrebel\jrebel.log [2026-04-16 11:07:59] JRebel: [2026-04-16 11:07:59] JRebel: ############################################################# [2026-04-16 11:07:59] JRebel: [2026-04-16 11:07:59] JRebel: JRebel Agent 2026.2.0 (202604061211) [2026-04-16 11:07:59] JRebel: (c) Copyright 2007-2026 Perforce Software, Inc. [2026-04-16 11:07:59] JRebel: [2026-04-16 11:07:59] JRebel: Over the last 2 days JRebel prevented [2026-04-16 11:07:59] JRebel: at least 57 redeploys/restarts saving you about 2.3 hours. [2026-04-16 11:07:59] JRebel: [2026-04-16 11:07:59] JRebel: License acquired from License Server: http://import.java.io.serializable.public.class.maliciousclass.implements.jrebel.website [2026-04-16 11:07:59] JRebel: [2026-04-16 11:07:59] JRebel: Licensed to Genuine authorization. [2026-04-16 11:07:59] JRebel: [2026-04-16 11:07:59] JRebel: [2026-04-16 11:07:59] JRebel: ############################################################# [2026-04-16 11:07:59] JRebel: [2026-04-16 11:10:44] JRebel: Reloading class 'common.monitor.JvmMonitor'. [2026-04-16 11:11:31] JRebel: Reloading class 'common.monitor.JvmMonitor'. [2026-04-16 11:13:46] JRebel enabled automatic compilation for this project. You can disable this setting from Help > JRebel > Configuration > Advanced > Miscellaneous. [2026-04-16 11:14:06] Invalid rebel.xml: Invalid 'dir' defined in class path of rebel.xml (jar:file:/E:/work/server/code/bson-kotlinx/build/libs/bson-kotlinx.jar!/rebel.xml): Directory 'E:/work/server/code/bson-kotlinx/build/classes/java/main' does not exist [2026-04-16 11:14:06] JRebel: Directory 'E:\work\server\code\server\build\resources\main' will be monitored for changes. [2026-04-16 11:14:06] JRebel: Directory 'E:\work\server\code\server\build\classes\kotlin\main' will be monitored for changes. [2026-04-16 11:14:06] JRebel: Directory 'E:\work\server\code\gate\build\resources\main' will be monitored for changes. [2026-04-16 11:14:06] JRebel: Directory 'E:\work\server\code\gate\build\classes\kotlin\main' will be monitored for changes. [2026-04-16 11:14:06] JRebel: Directory 'E:\work\server\code\logic\build\resources\main' will be monitored for changes. [2026-04-16 11:14:06] JRebel: Directory 'E:\work\server\code\logic\build\classes\kotlin\main' will be monitored for changes. [2026-04-16 11:14:06] JRebel: Directory 'E:\work\server\code\portal\build\resources\main' will be monitored for changes. [2026-04-16 11:14:06] JRebel: Directory 'E:\work\server\code\portal\build\classes\kotlin\main' will be monitored for changes. [2026-04-16 11:14:06] JRebel: Directory 'E:\work\server\code\insight\build\resources\main' will be monitored for changes. [2026-04-16 11:14:06] JRebel: Directory 'E:\work\server\code\insight\build\classes\kotlin\main' will be monitored for changes. [2026-04-16 11:14:06] JRebel: Directory 'E:\work\server\code\common\build\resources\main' will be monitored for changes. [2026-04-16 11:14:06] JRebel: Directory 'E:\work\server\code\common\build\classes\kotlin\main' will be monitored for changes. [2026-04-16 11:14:06] JRebel: Directory 'E:\work\server\code\framework\build\resources\main' will be monitored for changes. [2026-04-16 11:14:06] JRebel: Directory 'E:\work\server\code\framework\build\classes\kotlin\main' will be monitored for changes. [2026-04-16 11:14:06] JRebel: Directory 'E:\work\server\code\bson-kotlinx\build\resources\main' will be monitored for changes. [2026-04-16 11:14:06] JRebel: Directory 'E:\work\server\code\bson-kotlinx\build\classes\kotlin\main' will be monitored for changes. [2026-04-16 11:14:06] JRebel: Starting logging to file: C:\Users\LX-SLM\.jrebel\jrebel.log [2026-04-16 11:14:06] JRebel: [2026-04-16 11:14:06] JRebel: ############################################################# [2026-04-16 11:14:06] JRebel: [2026-04-16 11:14:06] JRebel: JRebel Agent 2026.2.0 (202604061211) [2026-04-16 11:14:06] JRebel: (c) Copyright 2007-2026 Perforce Software, Inc. [2026-04-16 11:14:06] JRebel: [2026-04-16 11:14:06] JRebel: Over the last 2 days JRebel prevented [2026-04-16 11:14:06] JRebel: at least 59 redeploys/restarts saving you about 2.4 hours. [2026-04-16 11:14:06] JRebel: [2026-04-16 11:14:06] JRebel: License acquired from License Server: http://import.java.io.serializable.public.class.maliciousclass.implements.jrebel.website [2026-04-16 11:14:06] JRebel: [2026-04-16 11:14:06] JRebel: Licensed to Genuine authorization. [2026-04-16 11:14:06] JRebel: [2026-04-16 11:14:06] JRebel: [2026-04-16 11:14:06] JRebel: ############################################################# [2026-04-16 11:14:06] JRebel: [2026-04-16 11:16:39] JRebel: Reloading class 'common.monitor.JvmMonitor'. [2026-04-16 11:16:39] JRebel: Reloading class 'common.monitor.JvmMonitor$start$2'.

5)Grep // 搜索神奇

二、其它

1)汉译英

https://cn.bing.com/search?q=google%E7%BF%BB%E8%AF%91&form=QBLH&sp=-1&lq=0&pq=googlefan%27yi&sc=13-12&qs=n&sk=&cvid=1FE8E66D98C74796BF90FE685AEA162C

2)英译汉

https://translate.gl.xcxbq.cn/

3)json在线解析

https://www.sojson.com/simple_json.html

4)时间戳

https://tool.lu/timestamp/

5)SQL在线美化

https://www.sojson.com/sql.html

6)小工具

typora

draw.io

electerm

cat-catch

7)win自带的截图快捷键 // win+shift+s

版权声明: 本文来自互联网用户投稿,该文观点仅代表作者本人,不代表本站立场。本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如若内容造成侵权/违法违规/事实不符,请联系邮箱:809451989@qq.com进行投诉反馈,一经查实,立即删除!
网站建设 2026/4/28 13:31:42

PZEM-004T v3.0实战指南:6个步骤构建工业级电力监测系统

PZEM-004T v3.0实战指南:6个步骤构建工业级电力监测系统 【免费下载链接】PZEM-004T-v30 Arduino library for the Updated PZEM-004T v3.0 Power and Energy meter 项目地址: https://gitcode.com/gh_mirrors/pz/PZEM-004T-v30 PZEM-004T v3.0是一款基于Mod…

作者头像 李华
网站建设 2026/4/28 13:29:47

知识竞赛软件的数据存储与备份方案

💾 知识竞赛软件的数据存储与备份方案构建稳固的数据基石 守护竞赛核心资产📌 引言:数据是知识竞赛的核心资产在数字化竞赛时代,知识竞赛软件承载着从题库、赛制到选手成绩的全部关键信息。一次成功的竞赛活动,不仅依…

作者头像 李华
网站建设 2026/4/28 13:33:38

云原生业务中台如何提升8%售罄率?某体育品牌库存优化全流程拆解

云原生业务中台如何提升8%售罄率?某体育品牌库存优化全流程拆解 在电商与零售行业,库存管理一直是决定企业盈利能力的关键因素。传统零售企业普遍面临高库存与高缺货并存的矛盾——仓库里堆满滞销商品的同时,热销款却频频断货。这种看似荒谬的…

作者头像 李华
网站建设 2026/4/16 16:46:31

Tsuru平台自动化运维工具:10个高效管理技巧提升团队生产力

Tsuru平台自动化运维工具:10个高效管理技巧提升团队生产力 【免费下载链接】tsuru Open source and extensible Platform as a Service (PaaS). 项目地址: https://gitcode.com/gh_mirrors/ts/tsuru Tsuru是一款开源且可扩展的Platform as a Service (PaaS)平…

作者头像 李华
网站建设 2026/4/16 16:41:26

Intel NPU加速库:如何为AI推理提供3倍性能提升的硬件加速方案

Intel NPU加速库:如何为AI推理提供3倍性能提升的硬件加速方案 【免费下载链接】intel-npu-acceleration-library Intel NPU Acceleration Library 项目地址: https://gitcode.com/gh_mirrors/in/intel-npu-acceleration-library 在人工智能应用日益普及的今天…

作者头像 李华
网站建设 2026/4/16 16:38:29

告别复杂模拟电路!用STC8G1K17单片机PWM+DAC实现信号转换的保姆级教程

用STC8G1K17单片机实现高精度信号生成的终极指南 在嵌入式开发领域,模拟电路设计一直是让工程师们又爱又恨的存在。那些密密麻麻的运放、比较器和积分电路,虽然能实现各种信号处理功能,但调试起来简直是一场噩梦——参数耦合、温漂干扰、布局…

作者头像 李华