该文所有问题转自:http://www.cnblogs.com/hpboy/p/3307371.html一.算法,数据结构1.排序算法2.查找算法3.二叉树4.广度,深度算法;二.java基础1.集合Collection,List,Map等常用方法,特点,关系;2.线程的同步,中断方式有几种,线程池...
分类:
移动开发 时间:
2014-06-11 23:58:59
阅读次数:
456
Merge two sorted linked lists and return it as
a new list. The new list should be made by splicing together the nodes of the
first two lists./** * Def...
分类:
其他好文 时间:
2014-06-11 22:56:31
阅读次数:
257
原题地址:https://oj.leetcode.com/problems/merge-k-sorted-lists/题意:Mergeksorted
linked lists and return it as one sorted list. Analyze and describe its com...
分类:
编程语言 时间:
2014-06-11 21:57:07
阅读次数:
399
有两种方式:1.布局文件activity_mian.xml需要添加一个ListView控件,且id为list,不然不能运行,应该是由于PreferenceActivity是一个List。
2..直接在activity中在Activity中的onCreate添加setContentVie...
分类:
移动开发 时间:
2014-06-11 21:45:21
阅读次数:
298
css3-rotate实现超炫环形旋转特效,css3特效,环形旋转,圆形旋转,css3-rotate实现超炫环形旋转特效是一款采用css3
rotate实现的蓝色环形旋转特效代码.http://www.huiyi8.com/css3/
分类:
Web程序 时间:
2014-06-11 12:58:15
阅读次数:
245
一。重要方法1.translate2.scale3.rotate二。注意1.明确顺序canvas.rotate(45);canvas.drawRect(new
Rect(50, 50, 100, 100), paint);如果顺序调换,则没有旋转的效果2.转换的时候,需要把转换的中心点移到shape...
分类:
移动开发 时间:
2014-06-11 12:48:30
阅读次数:
379
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
原题地址:https://oj.leetcode.com/problems/rotate-image/题意:You
are given annxn2D matrix representing an image.Rotate the image by 90 degrees
(clockwise).Fo...
分类:
编程语言 时间:
2014-06-11 09:43:59
阅读次数:
1264