码迷,mamicode.com
首页 >  
搜索关键字:IDEA    ( 11348个结果
Linux File Systems
This is a beginner's course and one of the concepts that newcomers to Linux find different is the idea of a file system in Linux. That is to say, the way data is stored and managed in Linux. Most us...
分类:系统相关   时间:2014-11-30 18:47:46    阅读次数:180
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
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
生成heap dump
在查看内存泄露以及对内存问题中,要dump出当前内存堆存储快照,便于分析。有几种方法可以做,简介如下一、intellij IDEA 由于我用的是intellij IDEA,所以没有介绍Eclipse的配置,当然网上有很多种。1、run->E...
分类:其他好文   时间:2014-11-26 13:32:17    阅读次数:255
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!