码迷,mamicode.com
首页 >  
搜索关键字:idea tomcat路径    ( 11423个结果
JavaScript Patterns 7.1 Singleton
The idea of the singleton pattern is to have only one instance of a specific class. This means that the second time you use the same class to create a...
分类:编程语言   时间:2014-07-24 05:01:38    阅读次数:422
统计信息的备份恢复导入导出
Question:I want to understand when to export and import by dbms_stats statistics and learn when it is a good idea to export and import statistics.Answ...
分类:其他好文   时间:2014-07-23 22:29:17    阅读次数:322
十二个常用的IntelliJ快捷键+一个隐藏快捷键
快捷键能够明显提高编码效率,然而不同的IDE快捷键都不相同,如果你以前是一个Eclipse的程序员,你很有可能会选择在IntelliJ中使用Eclipse的快捷键(在File-Settings-Keymap中可以选择Eclipse快捷键)。诚然这会让你暗爽一阵子,但是长远角度讲,还是推荐学习一下IntelliJ的快..
分类:其他好文   时间:2014-07-23 21:30:16    阅读次数:311
[原] Intellij IDEA开发Android,祝还在使用eclipse的早日脱离苦海
本文适合初次使用Intellij IDEA开发Android的开发人员包括:首次插件安装,SVN基本使用,项目配置,JAR包配置,Android lib工程配置,运行调试,最基本和最常用的功能说明,开发工具转换成本为零如果你在使用eclipse,习惯了快捷键,IDEA有个一键转eclipse快捷键如...
分类:移动开发   时间:2014-07-23 15:07:46    阅读次数:276
java远程调试(idea)
遇见一个怪异问题,无奈线上数据库有限制,只能远程调试下代码。突然发现,远程调试代码真的好简单,简单记录下操作步骤。 ??? 1、在idea里创建一个Remote,远程连接的入口。 找到?Edit Conf...
分类:编程语言   时间:2014-07-23 00:33:27    阅读次数:255
Idea maven jetty jrebel 实现热部署
最近改用Idea但是热部署成了一个问题,在网上搜索需要jrebel实现热部署,下面就是实现热部署的步骤,亲测无误。①idea安装jrebel插件这个在settings-->plugins中如图所示,然后搜索jrebel就能安装好插件。注:这个插件是收费的,所以想用的话还是要出钱的,貌似也不便宜,当..
分类:其他好文   时间:2014-07-22 18:19:12    阅读次数:433
【DataStructure】 Five methods to init the List in java
Do you know how to init list in other way except for new object? The following will give you serveral tips. If having other great idea, you are welcome to share.  import java.util.ArrayList; import j...
分类:编程语言   时间:2014-07-22 14:37:43    阅读次数:211
Intellij IDEA 自动生成 serialVersionUID
使用 Eclipse 或 MyEclipse 的同学可能知道,如果 implements Serializable 接口时,会提示你生成 serialVersionUID。 但 Intellij IDEA 默认没启用这个功能。 Setting->Inspections->Serialization issues->Seri...
分类:其他好文   时间:2014-07-22 09:00:06    阅读次数:230
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
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!