1 IntelliJ IDEA是一款非常优秀的JAVA编辑器,是jetbrain开发的一个IDE,用于Java、Groovy、Scala等的开发,自称是当前最智能的Java开发环境(The most intelligent IDE for Java platform),相对于其他开发工具来说,其对于...
分类:
其他好文 时间:
2015-04-23 23:14:03
阅读次数:
260
git里面实现撤销commit这个据我目前所知,有至少4个途径可以做到1、git reset2、git revert3、git rm –cached4、git checkout这个可以参考这个https://www.atlassian.com/git/tutorials/resetting-chec...
分类:
其他好文 时间:
2015-04-22 20:33:04
阅读次数:
189
ctrl+shift+n:查找文件;1. IDEA内存优化先看看你机器本身的配置而配置.\IntelliJ IDEA 8\bin\idea.exe.vmoptions------------------------------------------Xms64m-Xmx256m-XX:MaxPerm...
分类:
其他好文 时间:
2015-04-22 13:21:08
阅读次数:
124
一、点击settings 二、选择Application Server,点击左上角的绿色加号,选择tomcat,找到tomcat目录OK即可 ? 三、点击OK后按Ctrl+Alt+Shift+S或者在File中选择Project structure,然后选择Artifacts,生成输出目...
分类:
其他好文 时间:
2015-04-21 14:58:02
阅读次数:
371
思维导图软件MindManager是一个可视化的工具,可以用在脑力风暴(brainstorm)和计划(plan)当中。提供给商务人士一个更有效的、电子化的手段来进行捕捉、组织和联系信息(information)和想法(idea)。很多人尝试安装思...
分类:
其他好文 时间:
2015-04-20 19:26:08
阅读次数:
112
快速修复alt+enter(modify/cast)代码提示alt+/ctr+G定位某一行Shift+F6重构-重命名Ctrl+R替换文本Ctrl+F查找文本Ctrl+E最近打开的文件Ctrl+J自动代码组织导入ctr+alt+O格式化代码ctr+alt+L大小写转化ctr+shift+UCtrl+Alt+O优化导入的类和包Alt+Insert生成代码(如get,set方法,构..
分类:
其他好文 时间:
2015-04-20 07:07:42
阅读次数:
145
题目:
Given a m x n matrix, if an element is 0, set its entire row and column to 0. Do it in place.
提示:
Did you use extra space?
A straight forward solution using O(mn) space is probably a bad idea....
分类:
其他好文 时间:
2015-04-19 22:52:07
阅读次数:
166
http://stackoverflow.com/questions/2391679/why-do-we-need-virtual-methods-in-cBasic idea: when mark a method as virtual in a parent class, the compile...
分类:
编程语言 时间:
2015-04-18 17:30:02
阅读次数:
179
1. shift + F6可以理解为F2的豪华重量版,不但可以重命名文件名,而且可以命名函数名,函数名可以搜索引用的文件,还可以重命名局部变量。还可以重命名标签名。在sublime text中有个类似的快捷键:ctrl+shift+d。
1. search in comments and strings
会搜索注释或变量内容。
2. search for text occurrences...
分类:
Web程序 时间:
2015-04-17 23:52:15
阅读次数:
394