Adam Bickford
- 活动总数 6
- 最后的活动
- 成员加入日期
- 关注 0 名用户
- 关注者数 0 名用户
- 投票数 1
- 订阅数 2
-
创建于 Groovy auto complete closures with {} vs ()
已回答By default methods that accept closures (such as [].findAll) auto complete with (), but I'd far prefer {}. ([].findAll{} vs [].findAll({})) Is there a way to do this in the configs? I couldn't fin... -
创建于 Set JDBC Driver Class
已回答I'm trying to connect to a CacheDB instance and IDEA doesn't seem to have support out of the box. My issue is that when trying to create a new driver they only choice in the drop down is "java.sql...