自定义博客皮肤VIP专享

*博客头图:

格式为PNG、JPG,宽度*高度大于1920*100像素,不超过2MB,主视觉建议放在右侧,请参照线上博客头图

请上传大于1920*100像素的图片!

博客底图:

图片格式为PNG、JPG,不超过1MB,可上下左右平铺至整个背景

栏目图:

图片格式为PNG、JPG,图片宽度*高度为300*38像素,不超过0.5MB

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

-+
  • 博客(6)
  • 资源 (23)
  • 收藏
  • 关注

原创 php验证码类

<?php/* * $Captcha = new Captcha(); * //exit($Captcha->get_checkcode()); * $Captcha->set_checkimage_wh(60, 20); * $Captcha->out_checkimage(); */class Captcha { private $mCheckMode = 'number';

2012-01-10 13:49:13 315

原创 php缓存类

<?phpfinal class Cache { private $expire = 3600; public function __construct() { $files = glob(DIR_CACHE . 'cache.*'); if ($files) { foreach ($files as $file) { $time = substr(st

2012-01-10 13:48:22 287

原创 php生成缩微图类

<?php /* * 图片微缩类 * author chendan 2011.09.01. */class Thumbnail { protected $_original; //原始宽度 protected $_originalwidth; //原始高度 protected $_originalheight; //缩微宽度 protected $_thumbwidth;

2012-01-10 13:46:32 372

原创 php文件上传类

<?php/* * 文件上传类 * author chendan at 2011.09.01.*/class Upload { protected $_uploaded = array(); protected $_destination; protected $_max = 51200; protected $_messages = array(); protected

2012-01-10 13:45:30 311

原创 PHP正则采集类,采集moviereleased.net站点,可以无限扩展

<?phpdefine('COOKIE_PATH',dirname(__FILE__).'/cookie.txt');class Collection { private $_url; private $_regex; private $_match_href = array(); private $_cookie_file = COOKIE_PATH; private $_log

2012-01-10 10:35:16 437

原创 学习JavaScript的书籍推荐

其实我觉得JavaScript是比较难学的了,你知道基本的语法,但是当你自己去写的时候,写不出什么了,所以我今天在这推荐几本书给大家,只要大家有耐心去照书上的例子去做,去改,我相信会有较大进步的第一本推荐书籍《JavaScript Dom编程艺术》算是很好的经典入门书了,贯穿一个实例,把JavaScript的优点表现的淋漓尽致,非常强大。《JavaScript高级程序设计》有一定JavaScrip

2008-06-25 09:11:00 6489 2

数据结构与算法:C#语言描述

Data Structures and Algorithms using c# 本书是C#数据结构与算法:C#语言描述 英文电子书

2010-05-24

pro android 2

■Chapter 1: Introducing the Android Computing Platform ........................................... 1

2010-05-24

beginning asp.net e-commerce:from novice to professional

采用asp.net 3.5 c# 2008 电子商务开发实战 visual studio 2008

2009-05-23

Pro asp.net 2.0 e-commerce

Apress pro asp.net 2.0 e-commerce

2009-04-02

Apress.PHP.5.Recipes.A.Problem.Solution.Approach.Sep.2005.pdf

Apress.PHP.5.Recipes.A.Problem.Solution.Approach.Sep.2005

2008-12-12

CSharp and dotNET Programming Books 2007\Expert Service-Oriented Architecture In CSharp 2005, 2nd Edition

CSharp and dotNET Programming Books 2007\Expert Service-Oriented Architecture In CSharp 2005, 2nd Edition

2008-03-21

ASP.NET 2.0 Cookbook 2nd Edition

ASP.NET 2.0 Cookbook, 2nd Edition

2008-03-21

\Learning CSharp 2005, 2nd Edition

\Learning CSharp 2005, 2nd Edition

2008-03-21

wrox:Beginning-XML

Beginning-XML 英文版

2008-03-21

ASP.NET2.0数据库高级编程

ASP.NET2.0数据库高级编程 wrox

2008-03-21

visual c++ 2005入门经典 英文pdf电子版

visual c++ 2005入门经典》 英文pdf电子版

2008-03-21

Beginning.Ajax.with.ASP.NET

Beginning.Ajax.with.ASP.NET

2008-03-21

《CSS权威指南》第三版

《CSS权威指南》第三版《CSS权威指南》第三版

2008-03-19

CSS网页设计师

CSS网页设计师 css

2008-03-19

css cookbook

css cookbook

2008-03-19

CoreC#and.NET

CoreC#and.NET

2008-03-19

ASP.NET安全性高级编程

ASP.NET安全性高级编程

2008-03-19

CSS - The Definitive Guide, 3rd Edition

CSS - The Definitive Guide, 3rd Edition

2008-03-19

Beginning.Ajax.wrox

Beginning.Ajax.wrox

2008-03-19

asp.net揭秘(第二版)

asp.net揭秘圣经级图书!

2008-03-19

asp完全手册

asp编程完全手册,非常实用!

2007-12-16

精品电脑书籍

经过压缩文件,非常小!

2007-12-16

空空如也

TA创建的收藏夹 TA关注的收藏夹

TA关注的人

提示
确定要删除当前文章?
取消 删除