package com.jronline.dao;import
java.sql.ResultSet;import java.sql.SQLException;import java.sql.Statement;import
java.util.List;import org.hibernate.H...
分类:
系统相关 时间:
2014-06-11 11:24:01
阅读次数:
510
dojo函数1.检索 dojo.byid2.创建 dojo.creat()
参数:节点名,节点的属性,可选的父节点或者兄弟节点,可选的父节点和兄弟节点的相对位置。demo:var
list=dojo.byId("list")dojo.create("li",{innerHTML:"seven";},...
分类:
其他好文 时间:
2014-06-11 10:16:31
阅读次数:
236
Java中的HashCode(1)之hash算法基本原理2012-11-16 14:58:59
我来说两句 作者:woshixuye 收藏 我要投稿一、为什么要有Hash算法Java中
的集合有两类,一类是List,一类是Set。List内的元素是有序的,元素可以重复。Set元素无序,但元素不可.....
分类:
编程语言 时间:
2014-06-11 09:21:59
阅读次数:
294
集合框架的工具类:collecttionsCollections 的方法全是静态的
List没有排序功能,所以java定义了Collections工具类。 比较器无法传给list,只能传给Set.但是集合工具类有此方法1.排序:
comparable: sort(List list) 根据元素的自然...
分类:
其他好文 时间:
2014-06-11 08:54:10
阅读次数:
218
distribute-list分发列表 (2013-07-07
10:46:09)转载▼标签:distribute-list分发列表分类:Routing一、工具概述distribute-list分发列表是用于控制路由更新的一个工具,只能过滤路由信息,不能过滤LSA。如上图,R1、R2、R3运行RIP...
分类:
其他好文 时间:
2014-06-11 07:52:09
阅读次数:
323
Given a singly linked list where elements are
sorted in ascending order, convert it to a height balanced BST.public class
Solution { /** Convert th...
分类:
其他好文 时间:
2014-06-10 00:22:44
阅读次数:
259
链接:http://acm.zju.edu.cn/onlinejudge/showProblem.do?problemId=151For each list
of words, output a line with each word reversed without changing the or...
分类:
其他好文 时间:
2014-06-10 00:14:19
阅读次数:
300
CVPR 2013 关于图像/场景分类(classification)的文章paper
list八14by小军这个搜罗了cvpr2013有关于classification的相关文章,自己得mark下来好好看看,好快啊,都快研二了,但是还是一点头绪都没!好好看看,争取每篇文章写点思想。Oral:1、R...
分类:
其他好文 时间:
2014-06-09 23:52:33
阅读次数:
1136
Given a linked list, remove thenthnode from the
end of list and return its head.For example, Given linked list:
1->2->3->4->5, and n = 2. After re...
分类:
其他好文 时间:
2014-06-07 16:54:26
阅读次数:
221