码迷,mamicode.com
首页 >  
搜索关键字:kafka 源码阅读 idea    ( 16514个结果
Intellij Idea/Webstorm/Phpstorm 的高效快捷键
1. shift + F6可以理解为F2的豪华重量版,不但可以重命名文件名,而且可以命名函数名,函数名可以搜索引用的文件,还可以重命名局部变量。还可以重命名标签名。在sublime text中有个类似的快捷键:ctrl+shift+d。1. search in comments and string...
分类:Web程序   时间:2014-10-20 00:37:04    阅读次数:404
深入理解java虚拟机(十四)正确利用 JVM 的方法内联
在IntelliJ IDEA里面Ctrl+Alt+M用来拆分方法。选中一段代码,敲下这个组合,非常简单。Eclipse也用类似的快捷键,使用 Alt+Shift+M。我讨厌长的方法,提起这个下面这个方法我就觉得太长了:...
分类:编程语言   时间:2014-10-19 21:25:02    阅读次数:393
cluster by fast search and find of density peaks
This paper proposed a new cluster idea. The idea is that the cluster center is characterrized by a higher density than their neighbors and by a relati...
分类:其他好文   时间:2014-10-19 11:25:21    阅读次数:172
[Python]Use Flask-Admin with PostgreSQL
This code recipe gives you an idea of how to use Flask-Admin with postgresql database....
分类:数据库   时间:2014-10-18 17:00:11    阅读次数:276
对称加密和非对称加密
1.对称加密----密钥加密 DES IDEA AES特点:算法公开,计算量小,加密速度快,加密效率高,不足:不安全原理:在对称加密算法中,使用的密钥只有一个,发收信双方都使用这个密钥对数据进行加密和解密,这就要求解密方事先必须知道加密密钥。2.不对称加密----公钥和私钥 RSA DSA原理:收发...
分类:其他好文   时间:2014-10-17 23:10:33    阅读次数:325
js webstorm用法
js webstorm用法一.什么是webstorm?WebStorm 是jetbrains公司旗下一款JavaScript 开发工具。被广大中国JS开发者誉为“Web前端开发神器”、“最强大的HTML5编辑器”、“最智能的JavaScript IDE”等。与IntelliJ IDEA同源,继承了I...
分类:Web程序   时间:2014-10-17 18:40:50    阅读次数:273
2、Libgdx配置你的开发环境(Eclipse,Intellij IDEA,NetBeans)
(原文:http://www.libgdx.cn/topic/13/2-libgdx%E9%85%8D%E7%BD%AE%E4%BD%A0%E7%9A%84%E5%BC%80%E5%8F%91%E7%8E%AF%E5%A2%83-eclipse-intellij-idea-netbeans)Libg...
分类:Web程序   时间:2014-10-17 15:04:38    阅读次数:236
jenkins+testng+ant+webdriver持续集成测试
我的需求:1、webdriver代码放在svn上;2、hudson(jenkins)去执行构建,它从svn上下载代码,并利用testng.xml来执行我设置好的测试套件;3、接上,将结果放在指定位置;我的设备:开发工具:intellij idea自动化工具:webdriver(selenium2.0...
分类:Web程序   时间:2014-10-17 11:31:28    阅读次数:294
IDEA 修改Import 不是improt* 为单独import
IDEA 修改Import 不是improt* 为单独import...
分类:其他好文   时间:2014-10-17 10:16:59    阅读次数:119
Google2015校招在线测试题1----扫雷最少点击次数
Problem Minesweeper is a computer game that became popular in the 1980s, and is still included in some versions of the Microsoft Windows operating system. This problem has a similar idea, but it does...
分类:其他好文   时间:2014-10-16 13:26:02    阅读次数:255
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!