11 2013 档案
摘要:废话不说,下面是代码:package com.windy.androidfont;import android.content.Context;import android.graphics.Typeface;import android.util.AttributeSet;import android.widget.TextView;public class FontTextView extends TextView { private Context mContext; private String TypefaceName = ""; public String ge
阅读全文
摘要:自己实现了Java的BeanUtils的部分功能,因为最近工作中用到了这个功能,以为.Net中也有类似Java的beanutils中的,网上找了半天没有找到相关的资源,记得以前实现过,可是使用中怕遇到了一些未知的问题,无耐之下自己动手实现了这个功能,下面是我实现,如有问题请指出:/** *@Author:wsx *@Date:2013-11-18 *@Des:.Net实现Java的beanutils类 */using System;using System.Collections.Generic;using System.Text;using System.Collections;using
阅读全文

浙公网安备 33010602011771号