Lingvisa
- 活动总数 141
- 最后的活动
- 成员加入日期
- 关注 0 名用户
- 关注者数 0 名用户
- 投票数 0
- 订阅数 52
-
创建于 Dependencies exist but Pycharm shows unresolved reference
For example: from cymem.cymem cimport Pool The cymen has actually been installed the environment in which this project is running. Why does PyCharm still display an error? -
创建于 How to type the special character line beginning in regex mode?
已回答In Pycharm, I need to run the 'replace' operation, and I want to type the regex character to represent the line beginning (I don't know how to type from the keyboard). For example, the line ending... -
创建于 How to go back and forth in debugging mode?
已回答In debugging, I often found it useful to be able to go back to some point before the current cursor and re-debug a block of code that I already debugged once, because I need to debug multiple times... -
创建于 How to a block of code selected to the left Pycharm?
已回答For example, if i have selected a block of text in my editor of PyCharm, by pressing tab I can move them to the right together, which is nice. How to move them to the left after selecting them? -
创建于 How to recover keymap setting?
Hello, I want to navigate to the class or function definition by double click on an element in the source code, so I modified the keymap setting of "declaration". I removed the original settings, a... -
创建于 Why I can't delete of selected block of code?
已回答I am working on MacPro, and I can delete character-by-character by pressing the 'delete' button, but if I select a block of code, and then press the 'delete' button, it doesn't delete. As I consta... -
创建于 My PyCharm debugging suddenly crashed!!!
It's on my mac high sierra. Debugging in PyCharm has been good. Today I found it didn't work any more, and gave the message below. I identified the problem was due to the import statement: " from m... -
创建于 Does IntelliJ come with a Tomcat container with it?
已回答Hello, I have a maven project with a Web application using spring-boot framework. I can start my Web application on my localhost in IntelliJ, but not at command line. In command line, I should be a... -
创建于 How to go back to the original console?
已回答I often have such a problem: When my application is running, which may take quite a while, I can see all the log messages through the console. While I am waiting for the application to complete, I... -
创建于 IntelliJ can't find library but it works fine when compiling at terminal
已回答I used 'mvn clean install' and can't compile a project without any issue. But when working within IntelliJ, it reports it can't find a dependency. What's the issue? Please see the two attachment....