最近在看jdk1.7的时候,发现LinkedList
和1.6中的变化。首先,简单介绍一下LinkedList:LinkedList是List接口的双向链表实现。由于是链表结构,所以长度没有限制;而且添加/删除元素的时候,只需要改变指针的指向(把链表断开,插入/删除元素,再把链表连起来)即可,非常方...
分类:
其他好文 时间:
2014-04-30 00:28:44
阅读次数:
442
The gray code is a binary numeral system where
two successive values differ in only one bit.Given a non-negative
integernrepresenting the total number...
分类:
其他好文 时间:
2014-04-30 00:21:32
阅读次数:
536
Java Exception : Fatal Error. Unable to initialize
DatabaseMetaData class.Non SQL Error : Could not load class
com.mysql.jdbc.D在powerdesigner里连接数据库,出现...
分类:
数据库 时间:
2014-04-30 00:20:26
阅读次数:
2116
【获取iPod library中的媒体文件】 The Media Player
framework provides facilities for playing movie, music, audio podcast, and audio
book files. This framework a....
分类:
其他好文 时间:
2014-04-30 00:15:17
阅读次数:
591
--###################################################################################/*
缩写:DDL(Database Definition Language): 数据库定义语言DML(Database Mani...
分类:
数据库 时间:
2014-04-30 00:14:15
阅读次数:
970
public class Factory2 { /** * @param args 工厂模式
*/ public static void main(String[] args) { // TODO Auto-generated method stub
//工厂模式 Ifactory if...
分类:
其他好文 时间:
2014-04-30 00:13:13
阅读次数:
512
package com.szy.service;import
android.app.Service;import android.content.Intent;import
android.os.IBinder;import android.util.Log;public class Exampl...
分类:
其他好文 时间:
2014-04-30 00:10:08
阅读次数:
510
久仰cocos2dx的大名想要研习一下一直苦于没有时间,最近不是很忙想起这茬,准备恶补一番,先上网大致查了下资料,发现cocos2dx开发环境的搭建貌似还挺麻烦的(可能与多平台支持有关),在官网下载了最新的cocos2dx
3.0 rc 版,配置方式参考了这篇文章http://blog.csdn.....
分类:
其他好文 时间:
2014-04-30 00:09:07
阅读次数:
693
Jad是一个Java的一个反编译工
具,是用命令行执行,和通常JDK自带的java,javac命令是一样的。不过因为是控制台运行,所以用起来不太方便。不过幸好有一个eclipse的
插件JadClipse,二者结合可以方便的在eclipse中查看class文件的源代码。1 下载Eclipse反编译工...
分类:
系统相关 时间:
2014-04-30 00:08:08
阅读次数:
779
原来是用OleDb.4.0组件读取Excel,但是放到服务器后 傻了,服务器没装Excel
,而且领导说不可以装没办法,只好自己重新找下代码在CodeProject找到一个开源的dll,一阵欢喜啊,虽然是winform项目,但是主要是用他的类库所以提取一下后自己研究后重新封装了一个类,运行
耶! 完...
分类:
其他好文 时间:
2014-04-30 00:03:06
阅读次数:
578