相同 Comparable和Comparator都是用来实现对象的比较、排序 要想对象比较、排序,都需要实现Comparable或Comparator接口 Comparable和Comparator都是Java的接口 区别 Comparator位于java.util包下,而Comparable位于j ...
分类:
编程语言 时间:
2017-04-08 19:36:00
阅读次数:
241
------------------siwuxie095 在 Eclipse 的 Package Explorer,右键->New->Other->Web->Dynamic Web Project Tomcat 使用默认安装的 Apache Tomcat v9.0 关于 Tomcat 的安装与环境变... ...
分类:
Web程序 时间:
2017-04-08 18:17:25
阅读次数:
812
环境:Centos 7.0 安装tmux之前需要先安装一些支持的组件: yum install libevent-devel ncurses-devel 接下来就是下载源码包进行安装了,这里要说明一点:到目前为止,tmux的最新版本是1.8,但进过我测试1.8在编译的时候会出现小小的问题,所以建议选 ...
分类:
其他好文 时间:
2017-04-08 14:52:34
阅读次数:
169
Beside other services, ACM helps companies to clearly state their “corporate identity”, which includes company logo but also other signs, like tradema ...
分类:
其他好文 时间:
2017-04-08 14:49:52
阅读次数:
216
转载的,不知道原作者是谁。list很好,但我没有全部测试和验证,部分内容或已失效,如有人找到原作者的更新或者最新的心得。请告知。 Cubieboard是一款ARM架构的开发板, 1GHz 的 All Winner A10 Cortex A8 CPU、Mali-400 GPU、1GB RAM、4GB ...
分类:
其他好文 时间:
2017-04-08 13:40:45
阅读次数:
229
解决myeclipse中乱码问题。 改变整个Eclipse工作空间的编码格式 window->preferences->General->workspace中 把text file encoding 改为 other UTF-8. 点击apply。ok 重启myeclipes,重新输入文字。 改变整 ...
分类:
系统相关 时间:
2017-04-08 10:59:01
阅读次数:
241
事务处理之父Jim Gray对事务隔离性的定义: Isolation: Concurrently executing transactions see the stored information as if they were running serially (one after another ...
分类:
其他好文 时间:
2017-04-08 10:52:09
阅读次数:
647
09-画板(小功能) 01-画板(图片处理) 02-画板(图片处理bug) ...
分类:
其他好文 时间:
2017-04-07 13:31:09
阅读次数:
268
A.Bear and Big Brother B.The Monster(暴力) 题意: 给定整数a,b,c,d(1<=a,b,c,d<=100),求是否有y满足 y=a*x1+b=c*x2+d。x1,x2为正整数。 思路: 我们考虑成两条直线在坐标系上,然后你想极端情况,两者相交使得y最大,是不是 ...
分类:
其他好文 时间:
2017-04-06 22:21:55
阅读次数:
283
Time Limit:2000MS Memory Limit:262144KB 64bit IO Format:%I64d & %I64u Description Little boy Igor wants to become a traveller. At first, he decided to... ...
分类:
其他好文 时间:
2017-04-06 21:01:30
阅读次数:
250