码迷,mamicode.com
首页 >  
搜索关键字:gradle idea    ( 14730个结果
Intellij IDEA 自动生成 serialVersionUID
使用 Eclipse 或 MyEclipse 的同学可能知道,如果 implements Serializable 接口时,会提示你生成 serialVersionUID。 但 Intellij IDEA 默认没启用这个功能。 Setting->Inspections->Serialization issues->Seri...
分类:其他好文   时间:2014-07-22 09:00:06    阅读次数:230
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
LeetCode "Merge Sorted Array"
My first reaction: move all A elements back by n positions, and start everything from A[0] and B[0]. But a smarter idea is to start everything from th...
分类:其他好文   时间:2014-07-22 00:35:36    阅读次数:189
A simple libgdx game (一个简单的游戏)
在深入钻研libGDX提供的api之前,让我们创建一个简单的小游戏来初步接触一个每个模块。这里将会主要介绍一些设计思想,而非细节。 我们将会看到如下内容: 1.主要的文件操作 2.清屏 3.绘制图片 4.使用相机 5.主要的输入处理 6.播放声音效果 工程的创建就不在赘述了。 The Game (游戏) 游戏的idea很简单: 1.用桶抓住雨滴 2.桶在屏幕的下方 3.雨...
分类:其他好文   时间:2014-07-20 21:30:19    阅读次数:321
Apache Spark源码走读之18 -- 使用Intellij idea调试Spark源码
上篇博文讲述了如何通过修改源码来查看调用堆栈,尽管也很实用,但每修改一次都需要编译,花费的时间不少,效率不高,而且属于侵入性的修改,不优雅。本篇讲述如何使用intellij idea来跟踪调试spark源码。
分类:其他好文   时间:2014-07-18 17:13:03    阅读次数:210
Android Gradle Plugin指南(六)——高级构建定制
原文地址:http://tools.android.com/tech-docs/new-build-system/user-guide#TOC-Advanced-Build-Customization 7、 Advanced Build Customization(高级构建定制) 7.1 Build options(构建选项) 7.1.1 Java Compilation o...
分类:移动开发   时间:2014-07-18 15:09:58    阅读次数:335
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
Android Gradle Plugin指南(五)——Build Variants(构建变种版本)
原文地址:http://tools.android.com/tech-docs/new-build-system/user-guide#TOC-Build-Variants 6、 Build Variants(构建变种版本) 新构建系统的一个目标就是允许为同一个应用创建不同的版本。 这里有两个主要的使用情景:     1、同一个应用的不同版本。例如一个免费的版本和一个收...
分类:移动开发   时间:2014-07-17 19:30:09    阅读次数:285
尺取法
问题 方法的思想 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
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!