import java.beans.Introspector;import
java.beans.PropertyDescriptor;import java.math.BigDecimal;import
java.math.BigInteger;import java.util.ArrayList...
分类:
Web程序 时间:
2014-05-28 04:39:42
阅读次数:
363
using System;using System.Collections.Generic;using
System.Text;using System.Windows;using System.Windows.Controls;using
System.Windows.Data;using Sys...
分类:
其他好文 时间:
2014-05-27 17:59:24
阅读次数:
272
earn essential techniques from data warehouse
legend Bill Inmon on how to build the reporting environment your business needs
now!Answers for many val...
分类:
其他好文 时间:
2014-05-27 17:47:41
阅读次数:
361
20140526-一个从pdf转换成图片的类,工作当中有用到 package
com.jako.database.model; import java.awt.Image; import java.awt.Rectangle;
import java.awt.image.BufferedImage;...
分类:
其他好文 时间:
2014-05-27 17:11:55
阅读次数:
368
使用TabHost能够在一个屏幕间进行不同版面的切换,而系统自带的tabhost界面较为朴素,我们应该怎样进行自己定义改动优化呢MainActivity的源码package
com.dream.ledong;import android.app.TabActivity;import android....
分类:
移动开发 时间:
2014-05-27 17:07:27
阅读次数:
290
用管理员身份运行CMD> cd C:\Program
Files\mongodb\bin> C:\Program Files\mongodb\bin>mongod --dbpath
"C:\Program Files\mongodb\data\db" --logpath "C:\Program Fi...
分类:
数据库 时间:
2014-05-27 16:12:25
阅读次数:
337
(1)Refers to the "actual data" in a packet or
file minus all headers attached for transport and minus all descriptive
meta-data. In a network packet, ...
分类:
其他好文 时间:
2014-05-27 15:39:17
阅读次数:
277
A Stack is a data-structure that You can only add
an element to the top of the Stack, andYou can only read or remove an element
also from the top.Plea...
分类:
编程语言 时间:
2014-05-26 17:10:21
阅读次数:
540
我们先看下滑动开关的效果图:我们先上代码:这里是自定义控件ToggleButton.java:package
com.fay.toggle;import android.content.Context;import
android.graphics.Bitmap;import android.gra...
分类:
移动开发 时间:
2014-05-26 17:05:36
阅读次数:
424
(1)DAO泛型设计:当二哥或多个类中有类似的方法时,可以将这些累死的方法提出到类中,形式一个泛型父类(2)反射反型:在泛型父类中获取子类的具体类型的过程,叫反射反型
1 package cn.itcast.web.generic; 2 3 import java.lang.reflect.Par....
分类:
其他好文 时间:
2014-05-26 17:03:41
阅读次数:
254