码迷,mamicode.com
首页 >  
搜索关键字:idea intellij    ( 11767个结果
sicily 1388. Quicksum
DescriptionA checksum is an algorithm that scans a packet of data and returns a single number. The idea is that if the packet is changed, the checksum...
分类:其他好文   时间:2014-11-30 13:41:03    阅读次数:176
intellij IDEA 常用快捷键
一些技巧(Mac OS):在任何时候,按下alt键,界面上的菜单字符中有些会有下划线,这时用alt+下划线即是执行这个菜单功能的快捷键。可自定义一些快捷键,避免使用鼠标。IDEA支持宏,不过我用得不多,只用过那么一两次,使用起来也很简单。一、视图切换快捷键1、各视图区域的切换 cmd + 视图区域对...
分类:其他好文   时间:2014-11-29 20:11:25    阅读次数:156
OpenCASCADE Quaternion
Abstract. The quaternions are members of a noncommutative division algebra first invented by William Rowan Hamilton. The idea for quaternions occurred...
分类:其他好文   时间:2014-11-29 20:08:42    阅读次数:431
android官方技术文档翻译——Android Lint
Android Lint是在ADT 16(和 Tools 16)引入的一个新工具,可以扫描Android 项目源码中潜在的bug 。它可同时作为一个命令行工具,以及集??成在Eclipse(如下所述),和IntelliJ(详细信息)中。这个架构是有意独立于IDE的,因此它有希望与其他的IDE,其他的构建工具和持续集成系统集成。 以下是它进行扫描的一些错误类型的例子: 缺少翻译(和未使用的翻译) 布局性能问题(老的layoutopt工具会用于查找所有这样的问题,和除此之外更多的问题) 未使用的资源 不一致...
分类:移动开发   时间:2014-11-29 09:01:37    阅读次数:546
用开源中国(oschina)Git管理代码(整合IntelliJ 13.1.5)
简介开源中国提供了Git服务(地址:http://git.oschina.net/),在速度上比国外的github要快很多。使用了一段时间,感觉很不错。oschina git提供了演示平台,可以运行提交到git的代码(注意,如果是java项目,则需要项目是maven项目),如下图:支持的应用类型有本...
分类:其他好文   时间:2014-11-28 16:05:41    阅读次数:184
Circuit translates I2C voltages
This Design Idea explores level-shifting an I2C bus from 5V/ground (positive domain) to ground/–5V (negative domain). In multisupply systems, you some...
分类:其他好文   时间:2014-11-28 14:15:37    阅读次数:226
Dual-voltage regulator meets USB-power needs
This Design Idea stems from the limited availability of IC voltage regulators that can meet key USB-power specs, coupled with the need for turn-on seq...
分类:其他好文   时间:2014-11-28 14:04:34    阅读次数:162
Day8--------easyMaze
//----------使用前面所做的鼠标尾星完成迷宫类游戏,玩家需要在不断移动中找到出口,然而身体不能碰触到墙壁,否则游戏失败 //----没有完成的------没有完成整个游戏的绘制,只做了基本的游戏机制,觉得没什么趣味性,等有好的idea的时候再把它完成 1 2 3 4 5 easy...
分类:其他好文   时间:2014-11-28 08:44:38    阅读次数:259
今天被坑,记录一下
IntelliJ IDEA的终端JRE问题折腾了一下午,最终是被坑,怪自己没有经验,jianbing同学一看就帮我发现了猫腻,记录一下,作为前车之鉴。IntelliJ IDEA的terminal的JRE和机器本身JRE的关系,我今天编译完,运行一段代码,一直出错,说 amd 64bit。dll不能在...
分类:其他好文   时间:2014-11-27 22:00:13    阅读次数:191
IntelliJ IDEA 改变默认的签名 Administrator
/** * Created with IntelliJ IDEA. * User: Administrator * Date: 12-8-27 * Time: 下午11:29 * To change this template use File | Settings | File Templates...
分类:其他好文   时间:2014-11-27 20:04:26    阅读次数:397
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!