发布时间:2023-07-17
浏览次数:0
每日英语
什么? 今天,还有一天,你说intellij idea找不到图标,又是一天。
有哪些坚持? 只要三天,再三天,你告诉自己,再三天。
每日一句真心话
不要沉溺于过去,不要害怕未来、过去。 不管你赢还是输,不管你赢还是输,不管你高兴还是沮丧,都结束了。 你只能怀念,却不能回家。
主编:乐乐|来源:blog.csdn.net////
往期回顾:
文本
你好,我是小乐.环境下载下载(IDEA)插件
表格1:
直接在IDEA上下载——
搜索并点击按钮安装,然后启动IDEA工具
当看到下图时说明安装完成
方法二:
从官网下载插件并自动安装
打开主页,中间可以看到最新版本,包括历史版本的下载链接。 在本教程中,我们选择版本 17.1.3。 点击下载。
将下载的压缩包中解压的文件夹复制到IDEA自定义插件目录下,默认路径:C:\\Users\\..2\\\\
如果启动IDEA看到右侧图标intellij idea找不到图标,则说明安装成功:
安装并安装监控软件
官方下载地址
右上角可以选择您要下载的版本
注:本教程选择的版本是9.2
下载后双击运行,选择自定义目录安装,点击下一步
选择安装路径,建议选择没有英文、文件名没有空格的路径,因为如果改成自动启动,空格就无法识别了。 仍然点击下一步
配置IDEA运行环境
–工具––选择安装可执行文件。 (如果系统只安装了一个版本,启动IDEA时会默认选择)保存
选择您想要分析的项目,然后单击图标启动它。
启动完成后,会手动弹出一个窗口,您可以在其中监控自己的代码性能。
至此,IDEA中配置的性能分析就完成了!
扩展配置并发运行
有些人在IDEA中配置了热部署。 如果要同时运行,就必须改为自动管理。
表格1:
通过点击启动脚本
在要分析的启动脚本 .bat 中降低一行。
set CATALINA_OPTS=-agentpath:D:\\service\\jprofiler9\\bin\\windows-x64\\jprofilerti.dll=port=8849,nowait,id=80,config=C:\\Users\\Administrator\\.jprofiler9\\config.xml %CATALINA_OPTS%
表格2:
从想法开始
在 /Debug 窗口 Debug 中配置属性。
CATALINA_OPTS=-agentpath:D:\\service\\jprofiler9\\bin\\windows-x64\\jprofilerti.dll\\=port\\=8849,nowait,id\\=81,config\\=C:\\Users\\Administrator\\.jprofiler9\\config.xml
启动
当控制台看到如下信息时,说明说明和软件都已启动。
JProfiler> Protocol version 55
JProfiler> Using JVMTI
JProfiler> JVMTI version 1.1 detected.
JProfiler> Don't wait for frontend to connect.
JProfiler> 64-bit library
JProfiler> Using config file C:\\Users\\Administrator\\.jprofiler9\\config.xml (id: 80)
JProfiler> Listening on port: 8849.
JProfiler> Instrumenting native methods.
JProfiler> Can retransform classes.
JProfiler> Can retransform any class.
JProfiler> Native library initialized
2018-02-05 17:55:02 JRebel:
2018-02-05 17:55:02 JRebel: A newer version '7.1.5' is available for download
2018-02-05 17:55:02 JRebel: from http://zeroturnaround.com/software/jrebel/download/
2018-02-05 17:55:02 JRebel:
Connected to the target VM, address: '127.0.0.1:61805', transport: 'socket'
JProfiler> VM initialized
2018-02-05 17:55:02 JRebel: Contacting myJRebel server ..
JProfiler> Using dynamic instrumentation
JProfiler> Time measurement: elapsed time
JProfiler> CPU profiling enabled
二月 05, 2018 5:55:04 下午 org.apache.catalina.startup.VersionLoggerListener log
信息: Server version: Apache Tomcat/7.0.64
二月 05, 2018 5:55:04 下午 org.apache.catalina.startup.VersionLoggerListener log
信息: Server built: Aug 19 2015 17:18:06 UTC
二月 05, 2018 5:55:04 下午 org.apache.catalina.startup.VersionLoggerListener log
信息: Server number: 7.0.64.0
二月 05, 2018 5:55:04 下午 org.apache.catalina.startup.VersionLoggerListener log
信息: OS Name: Windows 7
二月 05, 2018 5:55:04 下午 org.apache.catalina.startup.VersionLoggerListener log
信息: OS Version: 6.1
二月 05, 2018 5:55:04 下午 org.apache.catalina.startup.VersionLoggerListener log
信息: Architecture: amd64
二月 05, 2018 5:55:04 下午 org.apache.catalina.startup.VersionLoggerListener log
信息: Java Home: D:\\service\\Java\\jdk1.8.0_101\\jre
二月 05, 2018 5:55:04 下午 org.apache.catalina.startup.VersionLoggerListener log
信息: JVM Version: 1.8.0_101-b13
二月 05, 2018 5:55:04 下午 org.apache.catalina.startup.VersionLoggerListener log
信息: JVM Vendor: Oracle Corporation
二月 05, 2018 5:55:04 下午 org.apache.catalina.startup.VersionLoggerListener log
信息: CATALINA_BASE: C:\\Users\\Administrator\\.IntelliJIdea2017.2\\system\\tomcat\\Unnamed_Service-ALL_7
二月 05, 2018 5:55:04 下午 org.apache.catalina.startup.VersionLoggerListener log
信息: CATALINA_HOME: D:\\service\\tomcat\\Service-tomcat-7.0.64
二月 05, 2018 5:55:04 下午 org.apache.catalina.startup.VersionLoggerListener log
信息: Command line argument: -Drebel.base=C:\\Users\\Administrator\\.jrebel
二月 05, 2018 5:55:04 下午 org.apache.catalina.startup.VersionLoggerListener log
信息: Command line argument: -Drebel.env.ide.plugin.version=7.1.4
二月 05, 2018 5:55:04 下午 org.apache.catalina.startup.VersionLoggerListener log
信息: Command line argument: -Drebel.env.ide.version=2017.2.5
二月 05, 2018 5:55:04 下午 org.apache.catalina.startup.VersionLoggerListener log
信息: Command line argument: -Drebel.env.ide.product=IU
二月 05, 2018 5:55:04 下午 org.apache.catalina.startup.VersionLoggerListener log
信息: Command line argument: -Drebel.env.ide=intellij
二月 05, 2018 5:55:04 下午 org.apache.catalina.startup.VersionLoggerListener log
信息: Command line argument: -Drebel.notification.url=http://localhost:17434
二月 05, 2018 5:55:04 下午 org.apache.catalina.startup.VersionLoggerListener log
信息: Command line argument: -agentpath:C:\\Users\\Administrator\\.IntelliJIdea2017.2\\config\\plugins\\jr-ide-idea\\lib\\jrebel6\\lib\\jrebel64.dll
二月 05, 2018 5:55:04 下午 org.apache.catalina.startup.VersionLoggerListener log
信息: Command line argument: -agentlib:jdwp=transport=dt_socket,address=127.0.0.1:61805,suspend=y,server=n
二月 05, 2018 5:55:04 下午 org.apache.catalina.startup.VersionLoggerListener log
信息: Command line argument: -Dfile.encoding=UTF-8
二月 05, 2018 5:55:04 下午 org.apache.catalina.startup.VersionLoggerListener log
信息: Command line argument: -Dcom.sun.management.jmxremote=
二月 05, 2018 5:55:04 下午 org.apache.catalina.startup.VersionLoggerListener log
信息: Command line argument: -Dcom.sun.management.jmxremote.port=1099
二月 05, 2018 5:55:04 下午 org.apache.catalina.startup.VersionLoggerListener log
信息: Command line argument: -Dcom.sun.management.jmxremote.ssl=false
二月 05, 2018 5:55:04 下午 org.apache.catalina.startup.VersionLoggerListener log
信息: Command line argument: -Dcom.sun.management.jmxremote.authenticate=false
二月 05, 2018 5:55:04 下午 org.apache.catalina.startup.VersionLoggerListener log
信息: Command line argument: -Djava.rmi.server.hostname=127.0.0.1
二月 05, 2018 5:55:04 下午 org.apache.catalina.startup.VersionLoggerListener log
信息: Command line argument: -Djava.util.logging.config.file=C:\\Users\\Administrator\\.IntelliJIdea2017.2\\system\\tomcat\\Unnamed_Service-ALL_7\\conf\\logging.properties
二月 05, 2018 5:55:04 下午 org.apache.catalina.startup.VersionLoggerListener log
信息: Command line argument: -Djava.util.logging.manager=org.apache.juli.ClassLoaderLogManager
二月 05, 2018 5:55:04 下午 org.apache.catalina.startup.VersionLoggerListener log
信息: Command line argument: -agentpath:D:\\service\\jprofiler9\\bin\\windows-x64\\jprofilerti.dll=port=8849,nowait,id=80,config=C:\\Users\\Administrator\\.jprofiler9\\config.xml
二月 05, 2018 5:55:04 下午 org.apache.catalina.startup.VersionLoggerListener log
信息: Command line argument: -Djava.endorsed.dirs=D:\\service\\tomcat\\Service-tomcat-7.0.64\\endorsed
二月 05, 2018 5:55:04 下午 org.apache.catalina.startup.VersionLoggerListener log
信息: Command line argument: -Dcatalina.base=C:\\Users\\Administrator\\.IntelliJIdea2017.2\\system\\tomcat\\Unnamed_Service-ALL_7
二月 05, 2018 5:55:04 下午 org.apache.catalina.startup.VersionLoggerListener log
信息: Command line argument: -Dcatalina.home=D:\\service\\tomcat\\Service-tomcat-7.0.64
二月 05, 2018 5:55:04 下午 org.apache.catalina.startup.VersionLoggerListener log
信息: Command line argument: -Djava.io.tmpdir=D:\\service\\tomcat\\Service-tomcat-7.0.64\\temp
二月 05, 2018 5:55:04 下午 org.apache.catalina.core.AprLifecycleListener lifecycleEvent
信息: Loaded APR based Apache Tomcat Native library 1.1.33 using APR version 1.5.1.
二月 05, 2018 5:55:04 下午 org.apache.catalina.core.AprLifecycleListener lifecycleEvent
信息: APR capabilities: IPv6 [true], sendfile [true], accept filters [false], random [true].
2018-02-05 17:55:06 JRebel: Starting logging to file: C:\\Users\\Administrator\\.jrebel\\jrebel.log
2018-02-05 17:55:06 JRebel:
2018-02-05 17:55:06 JRebel: #############################################################
2018-02-05 17:55:06 JRebel:
2018-02-05 17:55:06 JRebel: JRebel Agent 7.1.4 (201712200830)
2018-02-05 17:55:06 JRebel: (c) Copyright ZeroTurnaround AS, Estonia, Tartu.
2018-02-05 17:55:06 JRebel:
2018-02-05 17:55:06 JRebel: Over the last 16 days JRebel prevented
2018-02-05 17:55:06 JRebel: at least 117 redeploys/restarts saving you about 0 hours.
2018-02-05 17:55:06 JRebel:
2018-02-05 17:55:06 JRebel: Licensed to wenyuan hou (using myJRebel).
2018-02-05 17:55:06 JRebel:
2018-02-05 17:55:06 JRebel:
2018-02-05 17:55:06 JRebel: #############################################################
2018-02-05 17:55:06 JRebel:
单击.exe
执行菜单 – 化 – 新
选择容器版本(7.X)
选择是本地测试还是远程测试(此处为本地)
选择虚拟机类型
选择是否与Web容器一起运行(我们使用,所以选择第二个)另外,搜索公众号Linux,学习如何在后台回复“猴子”即可获得惊喜礼包。
选择启动脚本
默认选择终端口号即可
之后还是Next,终于成功了。
结束!
为了跟上AI时代我干了一件事儿,我创建了一个知识星球社群:ChartGPT与副业。想带着大家一起探索ChatGPT和新的AI时代。
有很多小伙伴搞不定ChatGPT账号,于是我们决定,凡是这三天之内加入ChatPGT的小伙伴,我们直接送一个正常可用的永久ChatGPT独立账户。
不光是增长速度最快,我们的星球品质也绝对经得起考验,短短一个月时间,我们的课程团队发布了8个专栏、18个副业项目:
简要描述一下这个星球可以为您提供什么:
1、不断分享如何使用它完成各种任务,让你更高效地使用它,以及副业思考、实现思路、创业案例、实战案例分享。
2.如何分享,最新资讯,商业价值。
3. 讨论未来机会,共同成长。
4、帮助您解决遇到的问题。
5、提供全年售后服务,并兼营副业
地球的好处:
1、加入星球4天后,赠送独立账号。
2.邀请您加入会员交流群。
3、赠送完整指南和66个副业赚钱指南。
其他福利还在筹划中……不过,我可以向大家保证,加入星球后,收获的价值将远远低于明天加入套餐的成本!
本星球第一期原价399,目前试运营。 早鸟价139,每满50人减10元。 地球很快就会大幅降价。 如果你还在犹豫,你最终可能会得到更高的价格。 加入了。 。
长期以来,这一直是一个优势。 建议您尽快加入,价格实惠!
欢迎有需要的朋友尝试一下。 如果这篇文章对您有帮助,请点赞并观看! ❤️
您还有什么要补充的吗?
PS:欢迎在留言区留下你的观点,一起讨论提高。如果今天的文章让你有新的启发,欢迎转发分享给更多人。
如有侵权请联系删除!
Copyright © 2023 江苏优软数字科技有限公司 All Rights Reserved.正版sublime text、Codejock、IntelliJ IDEA、sketch、Mestrenova、DNAstar服务提供商
13262879759
微信二维码