using System; using System.Collections.Generic; using System.Linq; using System.Text; using MySql.Data.MySqlClient; using System.Data; class MySqlHelper:IDisposable { private MySqlConnection m_conn =
ImageRotateUtil; /** * Created by pengkv on 15/12/2. * 图片压缩工具类 */ public class ImageCompressUtil { private static
IOException; /** * Created by pengkv on 15/12/2. * 图片旋转工具类 */ public class ImageRotateUtil { /** * 读取图片的旋转的角度
import net.sf.json.JSONObject; /** * Struts2工具类 * * @author 杨尚川 */ public class Struts2Utils
PermutationProcessor
1. Carrot2聚类工具简介 ——崔弘扬 2009.04.16 教育信息技术工程研究中心1 2. ContentsCarrot2体系结构 Carrot2聚类算法 Lingo & STC Carrot2
JReloader 是一个用来重新加载class文件而无需重启JVM的工具。 项目主页: http://www.open-open.com/lib/view/home/1333869693155
项目中需要画饼图,在此将工具类添出来: h文件: #import
/** * 此JS文件是格式化JS中日期时间的工具类,其中包含了传入日期对象Date,格式化成想要的格式,
* 或者传入字符串格式的时间个,次字符串日期对应的格式可以转换为相应的日期对象,
android 图片处理工具类封装,包含保存图片、 写文件到SD卡,文件转Bitmap、缩放,给图片加倒影等强大功能 import java.io.BufferedOutputStream; import
Java日期操作工具类
C#操作xml工具类
一个工具类的集合,它有助于使Android的开发速度更快(更安全!)。具体如下: Class Description ActivityUtils Utility methods for common Activity
涵盖加密,日期处理,验证,网络,字符串处理,配置,文件处理,异常等工具类。 项目主页: http://www.open-open.com/lib/view/home/1414508552903
= new StatFs(path.getPath());// 一个模拟linux的df命令的一个类,获得SD卡和手机内存的使用情况 long blockSize = stat.getBlockSize();//
/// <summary> /// List转成json /// </summary> /// <typeparam name="T"></typeparam> /// <param name="jsonName"></param> /// <param name="list"></param> /// <returns></returns> public static string ListTo
WritableSheet; import jxl.write.WritableWorkbook; /** * 注意:此工具类只支持解析excel2003,不支持解析高版本的excel,如果解析高版本excel会报如下错误:
java md5工具类 import java.security.MessageDigest; import java.security.NoSuchAlgorithmException; import
CountDownLatch 是一个通用同步工具,它有很多用途。将计数 1 初始化的 CountDownLatch 用作一个简单的开/关锁存器,或入口:在通过调用 countDown() 的线程打开入口前,所有调用
将Drawable转为Bitmap public static Bitmap drawableToBitmap(Drawable drawable) { Bitmap bitmap = Bitmap .createBitmap( drawable.getIntrinsicWidth(), drawable.getIntrinsicHeight(), drawable.getOpacity() !=