1.JDK安装
直接运行下载的JDK安装文件jdk-8u5-windows-i586.exe,按照提示指引进行安装。其中中途有选择JRE的安装,也一并安装了。2.JDK与JRE的关系
JDK是Java的开发平台,在编写Java程序时,需要JDK进行编译处理; JRE是J...
分类:
编程语言 时间:
2014-05-20 02:45:18
阅读次数:
543
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-19 11:38:43
阅读次数:
246
matlab linux 中文显示问题解决办法2011-09-26 17:07:06|分类: 默认分类
|标签: |举报 |字号大中小订阅下面的方法你试试看哈!
由于Linux下Matlab的图形界面是用Java写的,所以只要搞定Java的中文显示就行了。1、我Matlab2007a的JRE目录为:...
分类:
系统相关 时间:
2014-05-17 21:22:28
阅读次数:
400
EAFP:Easier to ask for forgiveness than permission
获得事后原理总是比事先得到许可要容易的多。这个EAFP在python中表现的比较多。EAFP,This common Python coding style
assumes the existenc...
分类:
其他好文 时间:
2014-05-16 00:47:39
阅读次数:
511
原因:eclipse的版本与jre或者jdk版本不一致对策:要么两者都安装64位的,要么都安装32位的,不能一个是32位一个是64位。这种错误的原因可能性比较大,不排除其他因素
分类:
系统相关 时间:
2014-05-15 13:52:20
阅读次数:
448
【题目】
A sequence of N positive integers (10 N , each of them less than or equal 10000, and a positive integer S (S <
100 000 000) are given. Write a program to find the minimal length of the subse...
分类:
其他好文 时间:
2014-05-15 07:58:17
阅读次数:
329
LeetCode-001 Two Sum
Given an array of integers, find two numbers such that they add up to a specific target number.
The function twoSum should return indices of the two numbers such that they add up to the target, where index1 must be less than index2...
分类:
其他好文 时间:
2014-05-15 04:34:50
阅读次数:
293
Java Web项目结构(一般)
1、Java src
2、JRE System Library
3、Java EE 6 Libraries
4、Web App Libraries
5、WebRoot...
分类:
编程语言 时间:
2014-05-15 00:03:29
阅读次数:
310
java001
JVM
在安装的时候,有几个小的插曲,什么呢?
1.在安装JDK后会再要求你重新安装JRE,其实这是没有必要的,因为JDK中已经包含JRE。
你可以通过查看JDK的JRE目录你会发现这个两个目录的包含的目录是一样的。
2.其实JDK的安装就是一个解压和复制的过程,所以可以把安装的文件目录拷到别的机器上...
分类:
其他好文 时间:
2014-05-14 14:56:36
阅读次数:
240
mysql5.6.14配置my.cnf多实例,mysql_install_db初始化不读取my.cnf配置文件
[ERROR] InnoDB: auto-extending data file ./ibdata1 is of a differentsize 768 pages (rounded down to MB) than specified in the .cnf file: initial65536 pages, max 0 (relevant if non-zero) pages!
2014-0...
分类:
数据库 时间:
2014-05-14 14:20:48
阅读次数:
412