Jhermansen
- 活动总数 6
- 最后的活动
- 成员加入日期
- 关注 0 名用户
- 关注者数 0 名用户
- 投票数 0
- 订阅数 2
-
已编辑于 How to make Oracle SQL syntax with variables work in IntelliJ database query console
已回答Query console do not understand Oracle SQL dialect. How do you make syntax like this: variable personname varchar2; variable mobilenumber number; BEGIN :personname := 'John'; ... -
已编辑于 Creating jar from javaFX gradle project
已回答New to Gradle, and trying to make a executable jar so I can run my project on a raspberry PI. It builds and runs succesfully, and after building jar with the gradle panel on the right in intellij, ...