public class Thumbnail { private Image srcImage; private string srcFileName; /// <summary> /// 创建 /// </summary> /// <param name="FileName">原始图片路径</pa ...
分类:
Web程序 时间:
2016-06-22 01:45:55
阅读次数:
331
public class WaterMark { /// <summary> /// 图片水印 /// </summary> /// <param name="imgPath">服务器图片相对路径</param> /// <param name="filename">保存文件名</param> // ...
分类:
Web程序 时间:
2016-06-22 01:44:48
阅读次数:
230
public class UpLoad { int imgmaxheight = 0; int imgmaxwidth = 0; int thumbnailwidth = 200; int thumbnailheight = 200; int imgsize = 10240; int attachs ...
分类:
Web程序 时间:
2016-06-22 01:39:06
阅读次数:
193
public static class CacheHelper { static Cache _cache = HttpRuntime.Cache; /// <summary> /// 获取缓存 /// </summary> /// <param name="key"></param> /// <r ...
分类:
其他好文 时间:
2016-06-22 01:38:02
阅读次数:
152
主要介绍总结的Android开发中常用的工具类,大部分同样适用于Java。 目前包括 HttpUtils、DownloadManagerPro、Safe.ijiami、ShellUtils、PackageUtils、PreferencesUtils、JSONUtils、FileUtils、Resou ...
分类:
移动开发 时间:
2016-06-15 20:38:32
阅读次数:
273
Splitter:将字符串转为List<String> Joiner:拼接字符串 ...
分类:
编程语言 时间:
2016-06-07 20:36:34
阅读次数:
177