自定义博客皮肤VIP专享

*博客头图:

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

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

博客底图:

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

栏目图:

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

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

-+

hfly2005的专栏

用心追求

  • 博客(7)
  • 资源 (11)
  • 收藏
  • 关注

转载 PHP实现文件安全下载

       你一定会笑我"下载文件"如此简单都值得说?当然并不是想象那么简单。例如你希望客户要填完一份表格,才可以下载某一文件,你第一个想法一定是用"Redirect"的方法,先检查表格是否已经填写完毕和完整,然后就将网址指到该文件,这样客户才能下载,但如果你想做一个关于"网上购物"的电子商务网站,考虑安全问题,你不想用户直接复制网址下载该文件,笔者建议你使用PHP直接读取该实际文件然后下载的方

2006-04-21 10:27:00 1221

转载 PHP一个发送邮件的类

现在很多主机空间都是IIS上执行PHP程序,大多不能直接用mail()发送邮件,有了这个类只要你有注册过邮箱,就可以随意的发送邮件,速度也不慢哦。//******************************// smtp.php文件////******************************class smtp{    /* Public Variables */    var $sm

2006-04-21 10:25:00 1137

转载 收pop3邮件的PHP类

pop3.php class pop3_class { var $hostname=""; var $port=110; var $connection=0; var $state="DISCONNECTED"; var $greeting=""; var $must_update=0; var $debug=0; Function OutputDebug($message) { echo $me

2006-04-19 21:47:00 1893

转载 感动中国的图书馆学

                                                           感动中国的图书馆学                                                                                    若素    年终岁末,中央电视台都会评选感动中国的十大人物,带动观众感受一年来社会良心的跳动,迎

2006-04-08 10:21:00 1305

转载 剖析AJAX成为“时尚”的十大主要理由

 现在说AJAX是目下最时髦的技术一点不假,当然也有人认为其中有很多炒作的成分;估计两边谁也不能说服谁。因此让我们一起分析为什么AJAX在这个时候出现,以及它为什么会继续成长并且仍将徘徊一段时间。简言之,我把它归结为下面列举的十个最主要的理由。  按数字顺序是:  1. XAML,XUL,XForms...还未结束  2. 服务器技术不可知论者  3. Web 2.0  4. 业界领导们强烈支持采

2006-04-07 19:18:00 1248

转载 什么是CMS

CMS是Content Management System 的简写 简单的说:CMS是一个内容管理系统 一个内容管理系统是把一个网站的内容(文字,图片,等等)与网站的组件分离开来,可以将各个页面连接到一起,可以控制页面的显示。通过这个系统,可以方便的管理,发布,维护网站的内容,而不再需要硬性的写HTML代码或手工建立每一个页面。CMS有什么优点?可以应用在什么地方?在CMS领域,在各个层面都有

2006-04-03 21:39:00 2107

转载 javascript 中的window.open()函数用法

经常上网的朋友可能会到过这样一些网站,一进入首页立刻会弹出一个窗口, 或者按一个连接或按钮弹出,通常在这个窗口里会显示一些注意事项、版权信息 、警告、欢迎光顾之类的话或者作者想要特别提示的信息。其实制作这样的页面 效果非常的容易,只要往该页面的HTML里加入几段Javascript代码即可实现。下 面俺就带您剖析它的奥秘。 【1、最基本的弹出窗口代码】 其实代码非常简单: window.open

2006-04-01 19:55:00 1705

深入浅出Android --Google 手持设备应用程式设计

入门 1. 初探Android 2. 安装Android 开发工具 3. 开启现有专案 4. 操作Android 模拟器(Emulator) 5. 建立一个Android 程式(BMI0)

2011-03-25

Android开发指南中文版

本文是对Android SDK1.5版的英文开发资料Android Development Guide一文应用程序框架部分的翻译,覆盖了Android应用开发所有主要的概念。部分内容整理自网络。本文仅用于技术学习,请勿用于商业用途。

2011-03-25

AndroidUI设计技巧.rar

AndroidUI设计技巧AndroidUI设计技巧

2011-03-25

Android创建和使用数据库详细指南.doc

摘要:每个应用程序都要使用数据,Android应用程序也不例外,Android使用开源的、与操作系统无关的SQL数据库--SQLite,本文介绍的就是如何为你的Android应用程序创建和操作SQLite数据库。

2011-03-25

TrueBug PHP Encoder

PHP,加密工具!不需要任何其它附加环境?!!

2011-03-25

LIBRARY OF CONGRESS CLASSIFICATION OUTLINE

Subclass P Philology. Linguistics Subclass PA Greek language and literature. Latin language and literature Subclass PB Modern languages. Celtic languages Subclass PC Romanic languages Subclass PD Germanic languages. Scandinavian languages

2011-03-25

Android_2.2_API_中文文档.pdf

AndroidAPI_中文文档 一、TextView的API 中文文档     1.1  结构       java.lang.Object         ↳ android.view.View           ↳ android.widget.TextView       直接子类:         Button, CheckedTextView, Chronometer, DigitalClock, EditText       间接子类:         AutoCompleteTextView, CheckBox, CompoundButton, ExtractEditText,MultiAutoCompleteTextView, RadioButton, ToggleButton       1.2  API

2011-03-25

PowerBuilder与数据库

数据库画板 创建ASA数据库 连接数据库 表的创建与编辑 表中数据的编辑

2011-03-25

div+css 布局大全

div+css 布局大全

2008-07-24

ajax and php building responsive web applications

What This Book Covers<br>Chapter 1: AJAX and the Future of Web Applications is an initial incursion into the world of AJAX and the vast possibilities it opens up for web developers and companies, to offer a better experience to their users. In this chapter you'll also build your first AJAX-enabled web page, which will give you a first look of the component technologies.<br>Chapter 2: Client-Side Techniques with Smarter JavaScript will guide you through the technologies you'll use to build AJAX web clients, using JavaScript, the DOM, the XMLHttpRequest object, and XML. While not being a complete tutorial for these technologies, you'll be put on the right track for using them together to build a solid foundation for your future applications.<br>Chapter 3: Server-Side Techniques with PHP and MySQL completes the theoretical foundation by presenting how to create smart servers to interact with your AJAX client. You'll learn various techniques for implementing common tasks, including handling basic JavaScript security and error-handling problems.<br>Chapter 4: AJAX Form Validation guides you through creating a modern, responsive, and secure form validation system that implements both real-time AJAX validation and server-side validation on form submission.<br>Chapter 5: AJAX Chat presents a simple online chat that works exclusively using AJAX code, without using Java applets, Flash code, or other specialized libraries as most chat applications do these days.<br>Chapter 6: AJAX Suggest and Autocomplete builds a Google Suggest-like feature, that helps you quickly find PHP functions, and forwards you to the official help page for the chosen function.<br>Chapter 7: AJAX Real-Time Charting with SVG teaches you how to implement a real-time charting solution with AJAX and SVG. SVG (Scalable Vector Graphics) is a text-based graphics language that can be used to draw shapes and text.<br>Chapter 8: AJAX Grid teaches you how to build powerful AJAX-enabled data grids. You'll learn how to parse XML documents using XSLT to generate the output of your grid.<br>Chapter 9: AJAX RSS Reader uses the SimpleXML PHP library, XML, and XSLT to build a simple RSS aggregator.<br>Chapter 10: AJAX Drag and Drop is a demonstration of using the script.aculo.us framework to build a simple list of elements with drag-and-drop functionality.<br>Appendix A: Preparing Your Working Environment teaches you how to install and configure the required software: Apache, PHP, MySQL, phpMyAdmin. The examples in this book assume that you have set up your environment and sample database as shown here.

2007-08-08

空空如也

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

TA关注的人

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