JComponentPack 是一个基于Java Swing的GUI类库 (非开源) , 一系列可视化的JavaBeans集合,它基于Swing的MVC架构,是100%的纯Java类库,它包括20多个Swing 所没有的控件,
SqlBuilder 是一个Java的类库,它试图帮你避免在Java程序内直接书写SQL查询的痛苦。你只需要使用 SqlBuilder 的方法,它就可以帮你生成对应的 SQL 数据库查询语句,例如下面一个SQL语句:
一个通用的BaseDao,简化开发。包括增删查改以及分页。
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更简洁。
1. 集合框架类 2. (本页无文本内容) 3. (本页无文本内容) 4. (本页无文本内容) 5. (本页无文本内容) 6. Bijiaoqi.java 7. (本页无文本内容) 8. (本页无文本内容)
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 *
RSAPublicKey; import javax.crypto.Cipher; /** * RSA加密类 * */ public class RSAEncrypt { public static void
import java.io.ByteArrayInputStream; import java.io.ByteArrayOutputStream; import java.io.InputStream; import android.graphics.Bitmap; import android.graphics.BitmapFactory; import android.graphics.dr
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