Lingvisa
- 活动总数 141
- 最后的活动
- 成员加入日期
- 关注 0 名用户
- 关注者数 0 名用户
- 投票数 0
- 订阅数 52
-
创建于 Installed a package failed
It shows that it failed to install the library "records", however, I was able to install through "pip install records", which was already installed, but probably not in this environment. In PyCharm... -
创建于 Can't find the "keymap" in Intellij Enterprise edition?
已回答I used to be able to open a method or class declaration by double click a method or class name. Why can't I find the keymap setting in IntelliJ now? -
创建于 How to fix "the URI is not registered" issue?
已回答Please see the attached. I pasted the troubling URI to the setting, but it didn't fix the issue. Thanks. -
创建于 Why do these jar files occur in my 'Unvefrsioned Files'?
已回答I have been using the community version, and just switched to the enterprise version for a try. Why do these jar files occur in my unversioned files? Should I add the /lib directory to my .gitigno... -
创建于 Can't IntelliJ recognize my project?
已回答I have a Maven project which I can compile well with "mvn clean install" at command line. There is no any error message. However, after I import it into IntelliJ by selecting import from existing p... -
创建于 Does indexing is the same as synchronizing?
已回答My IntelliJ keeps "synchronizing file ..." message in the background. I think I already excluded big folders that I don't want to index. How to disable 'synchronizing file...'? It really slows down... -
创建于 What does the different colors mean in the project tree?
已回答I am attaching a screen shot of my project tree. What does the orange, blue and gray represent? -
创建于 How to move some files from push list?
已回答I was pushing a set of files to repository, and then realized that some data directory contains large files so I added : src/main/resources/ngrams to my .gitignore file, so that I want this direct... -
创建于 Why do ignored files still appear as 'unversioned files'?
已回答I just added a data/ directory in my .ignored file, but in VCS, they still appear as "un-versioned files". I don't want to add all these individual files in .ignored files. I have another data ... -
创建于 Why doesn't my package (.jar) contain my data/ directory?
已回答In IntelliJ, I "view", "tools window", "Maven project", and then I use "package" to create a *.jar-with-dependencies.jar file for my project. I specified my main class in the pom.xml. When I run it...