摘要: 1 !defined('QY_JK_API_ROOT') && die('VOID'); 2 3 declare(ticks=1); 4 class thread{ 5 public $MaxTask = 5; //最大任务包数 6 public $TaskPackag = array(); //任务包列表 7 public $CurrentPackId = 0; //当前任务包Id 8 public $MaxProcesses = 25; //最大线程数 9 public $... 阅读全文
posted @ 2012-01-17 16:04 祥辉 阅读(338) 评论(0) 推荐(0) 编辑
摘要: <?php/** * @copyright 2011 * @description: 全局函数文件 * @file: global.function.php * @author: Huang Xiang * @charset: UTF-8 * @time: 2011-09-19 14:41:53 * @version 1.0**//** * @name: is_empty * @description: 检测变量是否为空 * @param: mixed 需要判断变量 * @return: boolean * @author: Huang Xiang * @create: 2011-09- 阅读全文
posted @ 2012-01-17 16:00 祥辉 阅读(229) 评论(0) 推荐(0) 编辑
摘要: <?phpclass C_Imap{ public $Fosck = null; public $Server = ''; public $Port = 143; public $Errno = null; public $Erron = null; public $TimeOut = 30; public $NextNum = 1; //执行编号 public $NumAnex = null; //执行编号前缀 public $ThisNum = null; //当前的编号 public $IsDeBug = 2; //debug等级 public $ThisMailB 阅读全文
posted @ 2012-01-17 15:58 祥辉 阅读(294) 评论(0) 推荐(0) 编辑
摘要: 1 <?php 2 3 error_reporting(E_all && ~E_notice); 4 5 class LDAP{ 6 public $Server = '192.168.1.87'; 7 public $Port = '389'; 8 public $UserName = 'huangxiang@adtest.qy'; 9 public $PassWord = 'ABC123abc'; 10 public $LdapConn = null; 11 12 //打开连接 13 public f.. 阅读全文
posted @ 2012-01-17 15:55 祥辉 阅读(304) 评论(0) 推荐(0) 编辑
摘要: CentOS 5.6 系统配置CentOS 5.6 系统配置======================================================================--Mysql5.5以后是通过Cmake来编译======================================================================安装Cmake下载:www.cmake.org (下载源码 cmake-2.8.4.tar.gz)解压: #tar zxf cmake-2.8.4.tar.gz#cd cmake-2.8.4#./configure 阅读全文
posted @ 2012-01-17 15:47 祥辉 阅读(430) 评论(0) 推荐(0) 编辑
摘要: 1 <?php 2 /************************************* 3 * ZIP处理---H_zip.php 4 * 创建人: huang_xiang 5 * 创建时间:2008-12-25 9:29 6 * 更新时间:2009-2-18 13:37 7 * Email:yin273642232@163.com QQ:273642232 8 *************************************/ 9 /************************************* 10 实例代码... 阅读全文
posted @ 2012-01-17 15:39 祥辉 阅读(414) 评论(0) 推荐(0) 编辑
摘要: 1 <?php 2 /************************************* 3 * XML处理---H_xml.php 4 * 创建人: huang_xiang 5 * 创建时间:2009-6-29 9:40 6 * 更新时间:2009-6-29 9:41 7 * Email:yin273642232@163.com QQ:273642232 8 *************************************/ 9 /************************************* 10 实例代码 1... 阅读全文
posted @ 2012-01-17 15:38 祥辉 阅读(279) 评论(0) 推荐(0) 编辑
摘要: <?php/************************************** WML处理---H_wml.php* 创建人: huang_xiang* 创建时间:2008-12-25 9:29* 更新时间:2009-2-18 13:38* Email:yin273642232@163.com QQ:273642232*************************************//*************************************实例代码 include_once("H_wml.php"); //引入文件 $H_wml 阅读全文
posted @ 2012-01-17 15:36 祥辉 阅读(244) 评论(0) 推荐(0) 编辑
摘要: <?php/************************************** SMTP邮件处理---H_smtp.php* 创建人: huang_xiang* 创建时间:2009-2-18 13:27* 更新时间:2009-2-18 13:36* Email:yin273642232@163.com QQ:273642232*************************************//*************************************实例代码 include_once("H_smtp.php"); //引入文件 $s 阅读全文
posted @ 2012-01-17 15:35 祥辉 阅读(308) 评论(0) 推荐(0) 编辑
摘要: <?php/************************************** 输出word EXCEL xml html处理---H_print.php* 创建人: huang_xiang* 创建时间:2008-12-25 9:29* 更新时间:2009-2-18 13:38* Email:yin273642232@163.com QQ:273642232*************************************//*************************************实例代码 include_once("H_print.php& 阅读全文
posted @ 2012-01-17 15:33 祥辉 阅读(278) 评论(0) 推荐(0) 编辑