码迷,mamicode.com
首页 >  
搜索关键字:remove openjdk    ( 9972个结果
hibernate 的配置 cascade
在hibernate中删除一对多中的多方数据时报错:org.hibernate.ObjectDeletedException: deleted object would be re-saved by cascade (remove deleted object from associations):...
分类:系统相关   时间:2014-07-30 11:58:03    阅读次数:228
迭代器Iterator的底层实现原理
第一步:没有接口的迭代器简单实现原理 1 package com.bjsxt.xiaofei; 2 /** 3 * 迭代器底层原理 4 * 方法: 5 * hasNext() 6 * next() 7 * remove() 8 * @ClassName: MyAarryList 9 * ...
分类:其他好文   时间:2014-07-29 21:36:52    阅读次数:2598
Eclipse 项目更换jdk版本
选中项目按下Alt+Enter键 可以选中JRE点击Remove移除 点击Add Library 选择JRE System Library点击下一布,选择对应的JRE版本即可
分类:系统相关   时间:2014-07-29 16:07:19    阅读次数:291
[LeetCode 题解]: Remove Duplicates from Sorted List
Given a sorted linked list, delete all duplicates such that each element appear onlyonce.For example,Given1->1->2, return1->2.Given1->1->2->3->3, retu...
分类:其他好文   时间:2014-07-29 11:29:56    阅读次数:256
血泪史
记录iOS开发生涯中,因知识库不完备、知识点不清晰,导致的各种坑。 1.You cannot remove objects from array while fast-enumerating it: numeration is “safe”—the enumerator has a mutation guard so that...
分类:其他好文   时间:2014-07-28 16:55:24    阅读次数:247
学习hadoop
(1)为了操作方便,需获取root权限,否则每次sudo 然后输入密码,较为麻烦默认的root密码是随机的,设置新的root密码的方法: sudo passwd设置了新的密码后,su root 切换到root权限用户(2)haoop要求的是sun jdk, openjdk不可以
分类:其他好文   时间:2014-07-27 22:37:09    阅读次数:243
java数据结构整理(二)
一、List接口,有序的Collection接口,能够精确地控制每个元素插入的位置,允许有相同的元素1.链表,LinkedList实现了List接口,允许null元素,提供了get()、remove()、insert()方法,没有同步方法[java]view plaincopypublicvoida...
分类:编程语言   时间:2014-07-27 21:51:50    阅读次数:267
Remove Element leetcode java
题目:Given an array and a value, remove all instances of that value in place and return the new length.The order of elements can be changed. It doesn't....
分类:编程语言   时间:2014-07-27 21:28:05    阅读次数:228
Remove Duplicates from Sorted Array leetcode java
题目:Given a sorted array, remove the duplicates in place such that each element appear only once and return the new length.Do not allocate extra space....
分类:编程语言   时间:2014-07-27 21:26:35    阅读次数:267
centos5.8 安装tomcat7、solr4.9
先下载相应的软件 Tomcat7.0 点击下载 Solr4.9 点击下载 solr4.9需要jdk1.7所以要先升级java: 查看当前版本: yum search java | grep -i --color JDK 升级: yum install java-1.7.0-openjdk java-1.7.0-openjd...
分类:其他好文   时间:2014-07-27 12:15:52    阅读次数:371
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!