05 2012 档案
摘要:1.openflashchart是一种比较实用的图标呈现插件,而且是开源的,网址http://teethgrinder.co.uk/open-flash-chart/2.FlashChart类FlashChart Class Codeclass FlashChart{ private $id; private $height; private $width; private $path; function __construct($path="",$width=300,$height=500,$id="myChart") { global $f...
阅读全文
摘要:$deskey = "12345678";//Encrypt Function (编码)function encrypt($encrypt) {global $deskey;$iv = mcrypt_create_iv(mcrypt_get_iv_size(MCRYPT_RIJNDAEL_256, MCRYPT_MODE_ECB), MCRYPT_RAND);$passcrypt = mcrypt_encrypt(MCRYPT_RIJNDAEL_256, $deskey, $encrypt, MCRYPT_MODE_ECB, $iv);$encode = base64_en
阅读全文