自定义博客皮肤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的专栏

用心追求

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

原创 TurboDbAdmin - AJAX MySQL 数据库管理工具

一种新的MYSQL管理工具有关介绍:http://www.turboajax.com/turbodbadmin.html下载地址:http://www.turboajax.com/tda_download.html

2006-01-14 13:44:00 1003

原创 [转载]如何在PHP中使用数组

在 PHP 里要使用数组时,只要将变量进行「初始化」数组时的程序即可。 范例: $names[0] = "Jollen" $names[1] = "Jordan" $names[2] = "Kitty" $names["howmany"] = 3; scalar array 与 associative array 在上面的例子中,我们看到: $names[3] = "Kitty" 是以 3 这个数

2006-01-10 16:53:00 1012

原创 Visual Studio 2005 Express Editions 免费下载

   从现在开始到2006年11月7日内只要你下载了下列文件就可以享受终身免费的待遇,速度还可以哦!下面的每个文件中都有SQL server 2005!如下你下载了任意一个就没有必要再去下载SQL了下面赶紧去下吧!!!!Visual Web Developer 2005 Express Edition (449,848 KB)http://download.microsoft.com/downlo

2006-01-05 13:30:00 2362

原创 如何制作显示桌面文件

如何制作显示桌面文件  打开记事本,然后在里面输入以下代码[Shell]Command=2IconFile=explorer.exe,3[Taskbar]Command=ToggleDesktop将其保存为".scf"的后缀名即可!我们可以将其拖放到快速启动栏中!

2006-01-04 17:45:00 1435

深入浅出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关注的人

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