Zemian Deng
- 活动总数 26
- 最后的活动
- 成员加入日期
- 关注 0 名用户
- 关注者数 0 名用户
- 投票数 1
- 订阅数 7
-
创建于 Why I get Tomcat Server Already Exists error when trying to configure a Jetty Server?
已回答Hi, I have a web application and try to configure a Jetty server configuration to run it. But I keep getting this error that says “Tomcat Server Already Exists” and not letting me to save/create th... -
创建于 What does the bracket numbers mean next to the Debugger Frame mean?
已回答Hi, when I place a breakpoint in my code, I noticed there is a [number] within a bracket on some of the stackframes in the Debugger window. I can't find docs on what does this number mean. Can anyo... -
创建于 How to prevent "Select Opened File" icon not to change to "Open Files" project selection view?
已回答Hi, whenever I use "Select Opened File" icon, it locates the file in the Project tree panel on left, however, it always switch to the "Open Files" view under Project, even if I am already in anothe... -
创建于 PhpStorm keep crashing since 2022.1 on a MacOS 12.3 Monterey
Hi, my PhpStorm IDE was working fine before the upgrade to 2022.1 (Build #PS-221.5080.224, built on April 13, 2022) recently. After this upgrade, the IDE has crashed several times while just editin... -
创建于 preparing workspace takes long time
已回答Hi, every time I open a Python project in PyCharm the first time, it takes couple mins to "preparing workspace" (A dialog that loads the project). What can I do to speed this up? My env: PY-213.677... -
创建于 How to close "Changed files pane" in Git's Log window?
Hi, when opening Git's Log window tab, I see a "Changed files panel" on the bottom that's taking up space. I just want to browser Git log history without seeing all the diff. How can I close this p... -
创建于 Intellij Git Log does not display the parent Merge commits?
已回答Hi, When I do "git show <commit>" command in a terminal with a "merge commit", I can see the parent commits such as: bash> git show bf1700 commit bf1700664618ead15178fb042522962340af4900Merge: f45d...