你好,歡迎進(jìn)入江蘇優(yōu)軟數(shù)字科技有限公司官網(wǎng)!
發(fā)布時(shí)間:2023-07-17
瀏覽次數(shù):0
每日英語
什么? 今天,還有一天,你說intellij idea找不到圖標(biāo),又是一天。
有哪些堅(jiān)持? 只要三天,再三天,你告訴自己,再三天。
每日一句真心話
不要沉溺于過去,不要害怕未來、過去。 不管你贏還是輸,不管你贏還是輸,不管你高興還是沮喪,都結(jié)束了。 你只能懷念,卻不能回家。
主編:樂樂|來源:blog.csdn.net////
往期回顧:
文本
你好,我是小樂.環(huán)境下載下載(IDEA)插件
表格1:
直接在IDEA上下載——
搜索并點(diǎn)擊按鈕安裝,然后啟動(dòng)IDEA工具
當(dāng)看到下圖時(shí)說明安裝完成
方法二:
從官網(wǎng)下載插件并自動(dòng)安裝
打開主頁,中間可以看到最新版本,包括歷史版本的下載鏈接。 在本教程中,我們選擇版本 17.1.3。 點(diǎn)擊下載。
將下載的壓縮包中解壓的文件夾復(fù)制到IDEA自定義插件目錄下,默認(rèn)路徑:C:\\Users\\..2\\\\
如果啟動(dòng)IDEA看到右側(cè)圖標(biāo)intellij idea找不到圖標(biāo),則說明安裝成功:
安裝并安裝監(jiān)控軟件
官方下載地址
右上角可以選擇您要下載的版本
注:本教程選擇的版本是9.2
下載后雙擊運(yùn)行,選擇自定義目錄安裝,點(diǎn)擊下一步
選擇安裝路徑,建議選擇沒有英文、文件名沒有空格的路徑,因?yàn)槿绻某勺詣?dòng)啟動(dòng),空格就無法識別了。 仍然點(diǎn)擊下一步
配置IDEA運(yùn)行環(huán)境
–工具––選擇安裝可執(zhí)行文件。 (如果系統(tǒng)只安裝了一個(gè)版本,啟動(dòng)IDEA時(shí)會(huì)默認(rèn)選擇)保存
選擇您想要分析的項(xiàng)目,然后單擊圖標(biāo)啟動(dòng)它。
啟動(dòng)完成后,會(huì)手動(dòng)彈出一個(gè)窗口,您可以在其中監(jiān)控自己的代碼性能。
至此,IDEA中配置的性能分析就完成了!
擴(kuò)展配置并發(fā)運(yùn)行
有些人在IDEA中配置了熱部署。 如果要同時(shí)運(yùn)行,就必須改為自動(dòng)管理。
表格1:
通過點(diǎn)擊啟動(dòng)腳本
在要分析的啟動(dòng)腳本 .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
啟動(dòng)
當(dāng)控制臺看到如下信息時(shí),說明說明和軟件都已啟動(dòng)。
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
執(zhí)行菜單 – 化 – 新
選擇容器版本(7.X)
選擇是本地測試還是遠(yuǎn)程測試(此處為本地)
選擇虛擬機(jī)類型
選擇是否與Web容器一起運(yùn)行(我們使用,所以選擇第二個(gè))另外,搜索公眾號Linux,學(xué)習(xí)如何在后臺回復(fù)“猴子”即可獲得驚喜禮包。
選擇啟動(dòng)腳本
默認(rèn)選擇終端口號即可
之后還是Next,終于成功了。
結(jié)束!
為了跟上AI時(shí)代我干了一件事兒,我創(chuàng)建了一個(gè)知識星球社群:ChartGPT與副業(yè)。想帶著大家一起探索ChatGPT和新的AI時(shí)代。
有很多小伙伴搞不定ChatGPT賬號,于是我們決定,凡是這三天之內(nèi)加入ChatPGT的小伙伴,我們直接送一個(gè)正??捎玫挠谰肅hatGPT獨(dú)立賬戶。
不光是增長速度最快,我們的星球品質(zhì)也絕對經(jīng)得起考驗(yàn),短短一個(gè)月時(shí)間,我們的課程團(tuán)隊(duì)發(fā)布了8個(gè)專欄、18個(gè)副業(yè)項(xiàng)目:
簡要描述一下這個(gè)星球可以為您提供什么:
1、不斷分享如何使用它完成各種任務(wù),讓你更高效地使用它,以及副業(yè)思考、實(shí)現(xiàn)思路、創(chuàng)業(yè)案例、實(shí)戰(zhàn)案例分享。
2.如何分享,最新資訊,商業(yè)價(jià)值。
3. 討論未來機(jī)會(huì),共同成長。
4、幫助您解決遇到的問題。
5、提供全年售后服務(wù),并兼營副業(yè)
地球的好處:
1、加入星球4天后,贈(zèng)送獨(dú)立賬號。
2.邀請您加入會(huì)員交流群。
3、贈(zèng)送完整指南和66個(gè)副業(yè)賺錢指南。
其他福利還在籌劃中……不過,我可以向大家保證,加入星球后,收獲的價(jià)值將遠(yuǎn)遠(yuǎn)低于明天加??入套餐的成本!
本星球第一期原價(jià)399,目前試運(yùn)營。 早鳥價(jià)139,每滿50人減10元。 地球很快就會(huì)大幅降價(jià)。 如果你還在猶豫,你最終可能會(huì)得到更高的價(jià)格。 加入了。 。
長期以來,這一直是一個(gè)優(yōu)勢。 建議您盡快加入,價(jià)格實(shí)惠!
歡迎有需要的朋友嘗試一下。 如果這篇文章對您有幫助,請點(diǎn)贊并觀看! ??
您還有什么要補(bǔ)充的嗎?
PS:歡迎在留言區(qū)留下你的觀點(diǎn),一起討論提高。如果今天的文章讓你有新的啟發(fā),歡迎轉(zhuǎn)發(fā)分享給更多人。
如有侵權(quán)請聯(lián)系刪除!
Copyright ? 2023 江蘇優(yōu)軟數(shù)字科技有限公司 All Rights Reserved.正版sublime text、Codejock、IntelliJ IDEA、sketch、Mestrenova、DNAstar服務(wù)提供商
13262879759
微信二維碼