Chengt
- 活动总数 10
- 最后的活动
- 成员加入日期
- 关注 0 名用户
- 关注者数 0 名用户
- 投票数 0
- 订阅数 4
-
创建于 Equals and HashCode live template
This has been discussed before but I couldn't find any answers.Is there a way to create a template that iterates all the variables of a class?This would be helpful to create custom equals/hashcode ... -
创建于 Why not make 64 bit default?
I'm curious why x86_64 option isn't moved up in JVMArchs and LSArchitecturePriority.As it is now, 32 bit will always be selected unless you move them up manually (correct me if I'm wrong here).Why... -
创建于 Idea X maven support doesn't interpolate dependencies
I have a dependency configured as: <dependency> <groupId>${project.groupId}</groupId> <artifactId>core-configuration</artifactId> </dependency>Intellij X can't seem ...