Android下载封装类
simple-curl 是一个简单的把 curl 操作的类,封装了常用的 curl 操作功能,让你以更加 OO 的方式来使用 php 的 curl。php 的 curl 本身依赖以 libcurl,本质上来时
UILabel Copyable 是一个简单的 UILabel 类,它能将某些功能复制在 UILabel 上。 特性: Supports Interface Builder Supports long
SwiftColorArt 是一款极为简洁且易用的图片类库,它最大的特点就是能够根据图片色系决定所在界面背景色及字体显示颜色。 SwiftColorArt 使用简单: var swiftColorArt:SwiftColorArt
这个JS库的唯一目的就是让使用WebGL的API更简洁。
PHPLOT 是一个用来创建图表的PHP图形类,需要 PHP5 的支持。PHPLot使用PHP的GD扩展来生成 PNG/GIF/JPEG 格式图片。
FileManager.h文件: #import <Foundation/Foundation.h> @interface FileManager : NSObject +(BOOL)fileExistsAtPath:(NSString *)path; +(NSString *)getDocumentsPath; +(BOOL)createDirectoryWithPath:(NSString *
import java.io.ByteArrayInputStream; import java.io.ByteArrayOutputStream; import java.io.InputStream;
Context; import android.util.TypedValue; /** * 常用单位转换的辅助类 * * * */ public class DensityUtils { private DensityUtils()
/** * http请求处理类(基于CURL进行封装) * * @author Xiwei Ye * @version $Id$ */ class cls_http_request { /** * get方式请求(curl)
<?php // cookieClass // Copyright (C) 2005 JRSofty Programming. // http://jrsofty1.stinkbugonline.com // Licensed under GNU/GPL class cookieClass{ var $cName = ''; var $cTime = ''; var $cSerialize = f
<?php class calendar{ private $year; private $month; private $day_week; function __construct(){ $this->year=isset($_GET['year']) ? $_GET['year'] : date("Y"); $this->month=isset($_GET['month']) ? $_GET
<?php define("CSV_Start", 0); define("CSV_Quoted", 1); define("CSV_Quoted2", 2); define("CSV_Unquoted", 3); function readCSV($fh, $len, $delimiter = ',', $enclosure = '"') { $data = Array(); $fildNr =
using System; using System.Collections.Generic; using System.Text; using System.Windows.Forms; using System.Data; using System.Text.RegularExpressions; /// using MySql.Data.MySqlClient; namespace Name
<?php /** * Redis 操作,支持 Master/Slave 的负载集群 * * @author jackluo */ class RedisCluster{ // 是否使用 M/S 的读写集群方案 private $_isUseCluster = false; // Slave 句柄标记 private $_sn = 0; // 服务器连接句柄 private $_linkHandl
需要mysql.data.dll c#代码 using System; using System.Collections.Generic; using System.Text; using System.Windows.Forms; using System.Data; using System.Text.RegularExpressions; /// using MySql.Data.MySql
Modello 是一个小型的JavaScript的类框架,其本身也提供了一个ajax框架。 Modello 还具有以下特性: 更少的概念,更方便的使用方法 小巧,只有两百行左右的代码
DotMSN是一款独立的开源类库,它不需要和官方的MSN Messenger交互,因此不必安装MSN Messenger就可以使用DotMSN和MSN Messenger服务通信.DotMSN是C#编写的
IOS图片压缩的类
图表库 下面的类库可以让你很简单就能创建复杂的图表和图片。当然,它们需要GD库的支持。 pChart - 一个可以创建统计图的库。 Libchart - 这也是一个简单的统计图库。 JpGraph