为了个人兴趣,和今后出路,开始学JAVA了。仔细想想,其实没有系统学过编程课。都是自己看文章学的。在网上找来一个《黑马程序员毕向东Java视频教程》来学学试试。心得:1.包含关系JDK>JRE>JVM2.Java有3中注释方式,单行//,多行/**/,文档/**...*/文档是特有的。注释可以..
分类:
编程语言 时间:
2014-05-27 03:40:38
阅读次数:
229
Find number which appears more than half times
of array length.
分类:
移动开发 时间:
2014-05-27 00:16:48
阅读次数:
339
1.下载simsun.ttc(宋体)。http://download.csdn.net/detail/lazy_p/4436971
2.linux中跳转到JDK安装目录 ..../jre/lib/fonts
3.sudo mkdir fallback 然后将Windows所拷贝的字体放到fallback中
相关解决网址
http://...
分类:
编程语言 时间:
2014-05-23 02:17:04
阅读次数:
291
RMAN恢复报错,RMAN-06556: datafile 5 must be restoredfrom backup older than SCN 1519297,由于RMAN备份规则设置了EXCLUDE,导致不完全恢复报错。...
分类:
数据库 时间:
2014-05-23 01:57:44
阅读次数:
431
There are N children standing in a line. Each child is assigned a rating value.
You are giving candies to these children subjected to the following requirements:
Each child must have at least one candy.
Children with a higher rating get more candies than...
分类:
其他好文 时间:
2014-05-22 11:00:49
阅读次数:
285
在下载,安装前先说下下面几个概念JDK,SDK,JRE,JVM
◆JDK Java Develop Kit (Java 开发包)
◆SDK Software Develop kit, 以前JDK叫做Java software develop kit,后来出了1.2版本后就改名叫JDK了,省时省力, 节约成本。
◆JRE Java runtime environment 我们的最简单的Hell...
分类:
其他好文 时间:
2014-05-22 10:25:23
阅读次数:
387
ExpeditionTime Limit: 1000MSMemory Limit: 65536KDescriptionA group of cows grabbed a truck and ventured on an expedition deep into the jungle. Being rather poor drivers, the cows unfortunately manag...
分类:
其他好文 时间:
2014-05-22 06:16:01
阅读次数:
423
前几天重新了下系统,所以JDK也要重新安装,顺带温故了安装及配置的过程,记录下来。(安装的版本是JDK1.7.0)
后面基本都是点下一步(i第一步选:开发工具),路径我改为E:/java/jdk 1.7.0,后面JRE的路径也是E:/java/jre7
然后一直继续就可以完成安装,剩下的就是...
分类:
其他好文 时间:
2014-05-22 04:31:55
阅读次数:
293
Given a linked list and a valuex, partition it
such that all nodes less thanxcome before nodes greater than or equal tox.You
should preserve the origi...
分类:
其他好文 时间:
2014-05-22 03:53:29
阅读次数:
313
Subset
Time Limit: 30000MS
Memory Limit: 65536K
Total Submissions: 1562
Accepted: 261
Description
Given a list of N integers with absolute values no larger than 1015,...
分类:
其他好文 时间:
2014-05-21 07:16:37
阅读次数:
409