码迷,mamicode.com
首页 >  
搜索关键字:intellij idea    ( 11767个结果
IntelliJ IDEA 13.1.3 SVN无法正常使用问题
最新升级IDEA12到13版本,升级后发现IDEA中SVN无法正常使用,但文件夹下能够正常使用。 并且报错:svn: E204899: Cannot run program "svn" (in directory "G:\code\langchao\.idea"): CreateProcess error=2, ?...
分类:其他好文   时间:2014-07-22 08:19:34    阅读次数:227
Apache Spark源码走读之18 -- 使用Intellij idea调试Spark源码
上篇博文讲述了如何通过修改源码来查看调用堆栈,尽管也很实用,但每修改一次都需要编译,花费的时间不少,效率不高,而且属于侵入性的修改,不优雅。本篇讲述如何使用intellij idea来跟踪调试spark源码。
分类:其他好文   时间:2014-07-18 17:13:03    阅读次数:210
Design Patterns Uncovered: The Chain Of Responsibility Pattern
Chain of Responsibility in the Real WorldThe idea of the Chain Of Responsibility is that it avoids coupling the sender of the request to the receiver,...
分类:其他好文   时间:2014-07-18 08:36:38    阅读次数:294
尺取法
问题 方法的思想 The idea is to check elements in a way that’s reminiscent of movements of a caterpillar. The caterpillar crawls through the array. We remember the front and back positions of the caterp...
分类:其他好文   时间:2014-07-17 19:22:33    阅读次数:322
grails Domian对象转JSON去class以及自定义字段的最佳方式
grails:2.4.x IDE:Intellij IDEA 13.x grails的Domain对象之间如果存在环形引用,直接使用as JSON只会输出关联对象的id,并且如果使用deep也会报错且deep并不支持层级输出设置。达不到一些程序的使用需求。 所以自己在网上翻了很多资料,最终测试出一个比较简单可靠的方案: 1、在config.groovy中添加一句针对JSON转换的配置 g...
分类:Web程序   时间:2014-07-17 11:04:38    阅读次数:353
thikpad 中eclipse/idea 无法获取鼠标
从上次键盘被洒水后,不知道是主板哪里坏了 还是什么原因;eclipse和idea 显示鼠标在页面,但是鼠标无法点击进入;idea重启也不行;eclipse则需要alt+tab切换出去后再切换近来才可编辑,但是却不可以在两个页面之间,或者页面和导航菜单树之间切换,也必须切出在回来才可以。 后来发现是触...
分类:系统相关   时间:2014-07-16 20:10:35    阅读次数:255
Partition an array around an interger
Partition an array of integers around a value such taht all elements less than x come before elements greater than or equal to x.Idea: Just use of sub...
分类:其他好文   时间:2014-07-15 22:52:15    阅读次数:239
IDEA 导入cordova3.5工程目录注意事项
IDEA导入cordova3.5工程目录注意事项1eclipse很不稳定,有很多小问题。平时我自己用idea,但是当用cordova3.5创建好工程目录是,用eclipse导入时没有问题的。但是idea就不行了,idea直接编译运行报错,但是eclipse就没有报错。我周末花了时间研究一下做成了pd...
分类:其他好文   时间:2014-07-15 00:07:58    阅读次数:169
ubuntu+idea intellij配置android开发环境
最近对移动开发产生兴趣,决定在未来几年内利用空余时间开发一些app或游戏什么的,鉴于ios开发成本较高,且自身对java相对熟悉,因此选择了学习android。都说android市场不很很好,收益较难,但是仍觉得只要功夫深,产品好,总会有人用。不扯了,去网上搜了一下都是大部分android开发都是基...
分类:移动开发   时间:2014-07-14 08:28:10    阅读次数:333
Intellij IDEA常用快捷键整理
ps:使用Intellij IDEA编辑器有蛮长一段时间了。哈哈。整合一下常用的快捷、避免自己以后还要再找。顺序大概就是从上到下的Alt + ENTER : 自动修正,提示Alt + Insert : 超级插入 新建等等善用 Alt + 数字键 => 切换面板Ctrl + H : 类层次查看...
分类:其他好文   时间:2014-07-13 20:06:24    阅读次数:246
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!