DChild
- 活动总数 109
- 最后的活动
- 成员加入日期
- 关注 0 名用户
- 关注者数 0 名用户
- 投票数 2
- 订阅数 28
-
创建于 In "Add Locales" what type of 'locale codes' are they referring to?
已回答Hi, I've create the Resource Bundle name, and now have the Add Locales dialog. It's asking me to input locale codes. But I don't know what code represents English. What type of code are they as... -
创建于 Unknown command "1.8.0_301" in StartGroovy.bat
Hi, Are we allowed to ask Groovy scripting questions here? Or is there a single official forum for Groovy? I looked on their github page, and don't see any 'Issues' tab. When I run Groovy.bat (v... -
已编辑于 How to generate a callable library from the Jexer master repository
已回答Hi, I loaded this library https://gitlab.com/AutumnMeowMeow/jexer/-/tree/master into Intellij Ultimate, and imported with the Maven option (Eclipse was another option). After building, it di... -
创建于 java.lang.reflect.invocationtargetexception during the intellij build
已回答Hi, I pulled up a Groovy app from 2015. It generates a CSV file, from an Oracle query that's specified in an external file and fed to the app. The imports are import com.opencsv.CSVWriterimport g... -
创建于 How to run Intellij without the initial Project screen
已回答Hi, I think years ago I used to be able to get right into the IDE, and from there start a New Project or open an existing one. But now, it pops up a gateway screen, not the IDE, and forces you ... -
已编辑于 Cannot change colors and fonts in Ultimate
已回答Hi, According to the tip that pops up, all I have to do is Ctrl-Shift-A, Jump to Colors and Fonts and follow the instructions there. Sometimes when I Jump to Colors and Fonts, there's a temporary... -
创建于 Grails 3 Getting Started for 2016, "Cannot determine Grails SDK version
已回答Hi, The instructions at https://www.jetbrains.com/help/idea/2016.1/getting-started-with-grails-3.html?origin=old_help aren't working for the version of Grails I just downloaded, htt... -
已编辑于 Error when writing to java.nio.file.Path, but not in the IDE
已回答Hi, When the following code is run from Intelli 15.0.3, Path newFile = Paths.get( "output.txt" ) newFile.write( "What the...?" ) System.exit(0) , it populates output.txt as expected. Bu... -
创建于 The Community Forum - how can I get my Profile Name to remain the same?
Hi, Every time I log in, I change my profile name, to a preferred one. But the preferred one, never sticks, and the next login shows the original name. Is there a way to make my profile name p... -
创建于 PHPStorm seems to be treating php.ini as a script
Hi, I'm playing with PHPStorm for the first time, using the php.ini-development config file, that comes with the 5.x download. When I try to run anything, it interprets an 'and' inside comments...