码迷,mamicode.com
首页 >  
搜索关键字:other    ( 5856个结果
JAVA比较器:Comparable和Comparator
一、Comparable接口 1、public interface Comparable{ public int compareTo(Object other); } 2、当本对象小于、等于或大于other对象时,相应返回一个小于、等于或大于0的值。 3、若对象不可比较,抛出ClassCastExc...
分类:编程语言   时间:2015-08-30 17:11:37    阅读次数:207
swapniess and overcommit and other hadoop optimization
限制产生的文件大小,单位KBulimit -f 1 dd if=/dev/zero of=1g.txt bs=1023 count=1 可以 dd if=/dev/zero of=1g.txt bs=1024 count=1 可以 dd if=/dev/zero of=1g.txt bs=1025 count=1 不可以 ulimit -f ulimit限制cpu的使用时间ulimit -t...
分类:其他好文   时间:2015-08-30 06:34:18    阅读次数:273
山东省第六届ACM省赛 H---Square Number 【思考】
题目描述In mathematics, a square number is an integer that is the square of an integer. In other words, it is the product of some integer with itself. For...
分类:其他好文   时间:2015-08-29 18:44:44    阅读次数:147
NoSuchMethodError: android.os.Bundle.getString
game.multiplayer?=?bundle.getString("multiplayer"?,null); is giving the error: java.lang.NoSuchMethodError:?android.os.Bundle.getString Other methods like ?game.word.word?=?bundle.getStringA...
分类:移动开发   时间:2015-08-29 11:18:27    阅读次数:219
[LeetCode] 260 - Single Number III
Given an array of numbersnums, in which exactly two elements appear only once and all the other elements appear exactly twice. Find the two elements t...
分类:其他好文   时间:2015-08-28 23:06:19    阅读次数:126
poj 2441 Arrange the Bulls(状态压缩dp)
DescriptionFarmer Johnson's Bulls love playing basketball very much. But none of them would like to play basketball with the other bulls because they ...
分类:其他好文   时间:2015-08-28 21:12:17    阅读次数:167
CF 461B Appleman and Tree 树形DP
Appleman has a tree withnvertices. Some of the vertices (at least one) are colored black and other vertices are colored white.Consider a set consistin...
分类:移动开发   时间:2015-08-28 19:31:43    阅读次数:252
USACO 1.1 Friday the Thirteenth
Friday the ThirteenthIs Friday the 13th really an unusual event?That is, does the 13th of the month land on a Friday less often than on any other day ...
分类:其他好文   时间:2015-08-28 19:24:15    阅读次数:165
Idea编辑器快捷键整理
像Eclipse那样快速跳出括号(不管现在光标在哪个位置,直接新开一行) Keymap->Editor Actions->Complete Current Statement:默认是Ctrl+Shift+Enter;Shift+Enter 代码提示列表(Eclipse中的Content Assist,Alt+/) Keymap->Other->Class Name Completion:默认...
分类:其他好文   时间:2015-08-28 11:10:26    阅读次数:217
Error mounting: mount: wrong fs type, bad option, bad superblock on /dev/sdb1简单解决方法
使用CentOS连接U盘时,刚连接时,可能会报一下错误: Error mounting: mount: wrong fs type, bad option, bad superblock on /dev/sdb1,        missing codepage or helper program, or other error        In some cases useful inf...
分类:数据库   时间:2015-08-28 09:37:06    阅读次数:983
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!