码迷,mamicode.com
首页 >  
搜索关键字:data import    ( 128077个结果
Bean、List、Map、Array、String与JSON字符串的相互转换
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
Building the Unstructured Data Warehouse: Architecture, Analysis, and Design
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转换成图片的类,工作当中有用到
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
Android开发之自己定义TabHost文字及背景(源码分享)
使用TabHost能够在一个屏幕间进行不同版面的切换,而系统自带的tabhost界面较为朴素,我们应该怎样进行自己定义改动优化呢MainActivity的源码package com.dream.ledong;import android.app.TabActivity;import android....
分类:移动开发   时间:2014-05-27 17:07:27    阅读次数:290
安装MongoDB 到服务器
用管理员身份运行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
Definition of:payload
(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
c++堆栈实现
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
Android滑动开关-ToggleButton
我们先看下滑动开关的效果图:我们先上代码:这里是自定义控件ToggleButton.java:package com.fay.toggle;import android.content.Context;import android.graphics.Bitmap;import android.gra...
分类:移动开发   时间:2014-05-26 17:05:36    阅读次数:424
Dao泛型设计和反射反型
(1)DAO泛型设计:当二哥或多个类中有类似的方法时,可以将这些累死的方法提出到类中,形式一个泛型父类(2)反射反型:在泛型父类中获取子类的具体类型的过程,叫反射反型 1 package cn.itcast.web.generic; 2 3 import java.lang.reflect.Par....
分类:其他好文   时间:2014-05-26 17:03:41    阅读次数:254
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!