Ghedeon

- 活动总数 21
- 最后的活动
- 成员加入日期
- 关注 0 名用户
- 关注者数 0 名用户
- 投票数 3
- 订阅数 6
-
-
-
Ghedeon 创建了一个帖子, [Android] How to get XML file behind the corresponding resource ID?
How would you get the XML resource file linked to something like R.layout.activity_main in your kotlin/java code? I believe I can search for "activity_main" using the FilenameIndex.getFilesByName b... -
Ghedeon 创建了一个帖子, 已回答Using GUI designer with Kotlin
Is it possible to bind IntelliJ Form to a kotlin class? I created a simple dialog in GUI Designer and converted the generated java file to kotlin. Fields are not being initialized anymore. -
-
-
Ghedeon 创建了一个帖子, GeneralCommandLine: Quotes
Hi, For some reason, behavior of this class confuses me all the time. Let say I'd like to get host mashine's IP on WiFi interface. The following command is used (with quotes escaped): cmd /c "for /... -
Ghedeon 进行了评论, -
Ghedeon 创建了一个帖子, 已回答GeneralCommandLine piping?
Is it possible to pipe commands by using GeneralCommandLine class? Right now, when I'm trying new GeneralCommandLine("cmd1", "|", "cmd2") it results into 'cmd "|" cmd2', meaning that pipe sign is ... -
Ghedeon 创建了一个帖子, 已回答Any kind of NetworkUtils?
Is there by any chance a network utility in Open API that allows me to check which network interface is being used, machine's IP address on that interface, etc? The plugin is going to run a websock...