`
文章列表
未来的Web将是以服务为中心的Web,XML_RPC标准使得编写和应用服务变得非常简单。本文介绍XML_RPC标准及其PHP实现,并通过实例示范了如何在PHP中开发XML_RPC服务和客户程序。 一、服务式Web 从内容提供商所采用的简单方法到UDDI(Un ...
* 作者:heiyeluren* 时间:2006-03-05* 博客:http://blog.csdn.net/heiyeshuwu [  Web Service介绍 ] Web Service就是为了异构系统的通信而产生的,它基本的思想就是使用基于XML的HTTP的远程调用提供一种标准的机制,而省去建立一种新协议的需求。目前进行Web Service通信有两种协议标准,一种是XML-RPC,另外一种是SOAP。XML-RPC比较简单,出现时间比较早,SOAP比较复杂,主要是一些需要稳定、健壮、安全并且复杂交互的时候使用。 PHP中集成了XML-RPC和SOAP两种协议的访问,都是集中 ...
Introduced in J2SE 5.0, this long-awaited enhancement to the type system allows a type or method to operate on objects of various types while providing compile-time type safety. It adds compile-time type safety to the Collections Framework and eliminates the drudgery of casting.

Concurrency

    博客分类:
  • Java
  Computer users take it for granted that their systems can do more than one thing at a time. They assume that they can continue to work in a word processor, while other applications download files, manage the print queue, and stream audio. Even a single application is often expected to do more than ...

I/O

    博客分类:
  • Java
This lesson covers the Java platform classes used for basic I/O. It first focuses on I/O Streams, a powerful concept that greatly simplifies I/O operations. The lesson also looks at serialization, which lets a program write whole objects out to streams and read them back again. Then the lesson looks ...
document.body.scrollTop  返回和设置当前竖向滚动条的坐标值,须与函数配合, document.body.scrollLeft  返回和设置当前横向滚动务的坐标值,须与函数配合, window.status=defaultStatus  将状态栏设置默认显示 Obejct.innerHTML 对象Object标签中的html源代码 Obejct.outerHTML 对象Object的html源代码(包含标签本身)   Math.MAX_VALUE  JavaScript中数的最大可能值;最大为1.7976931348623157e+308 M ...
/*******************************************                        字符串函数扩充                                 *******************************************/ /*===========================================//去除左边的空格=========================================== */String.prototype.LTrim = function(){ ...

Collections

    博客分类:
  • Java
    Collections — Lessons on using and extending the Java Collections Framework.
Enterprise Architect 7.0入门教程 2008-09-12 15:05 by HeroBeast, 3754 visits, 收藏 , 编辑 一.            简介   生命周期软件设计方案 ——Enterprise Architect是以目标为导向的软件系统。它覆盖了系统开发的整个周期,除了开发类模型之外,还包括事务进程分析,使用案例需求,动态模型,组件和布局,系统管理,非功能需求,用户界面设计,测试和维护等。  为整个团队提供高级的UML 2.0建模工具。 EA为用户提供一 ...

Exceptions

    博客分类:
  • Java
explains the exception mechanism and how it is used to handle errors and other exceptional conditions. This lesson describes what an exception is, how to throw and catch exceptions, what to do with an exception once it has been caught, and how to use the exception class hierarchy.

Reflection

    博客分类:
  • Java
    JAVA中的反射机制详解   JAVA反射机制     JAVA反射机制是在运行状态中,对于任意一个类,都能够知道这个类的所有属性和方法;对于任意一个对象,都能够调用它的任意一个方法;这种动态获取的信息以及动态调 ...
Facebook API簡介 作者:黃彥傑 / 臺灣大學資訊網路與多媒體研究所碩士班 社群網路在近來快速崛起,包括台灣流行的Plurk[1]、美日的Twitter[2]和全世界的Facebook[3],在這兩年來皆有突破性的成長。將這些互動經驗與網站結合, ...
 Output Control 函数可以让你自由控制脚本中数据的输出。它非常地有用,特别是对于:当你想在数据已经输出后,再输出文件头的情况。输出控制函数不对使用 header() 或 setcookie(), 发送的文件头信息产生影响,只对那些类似于 echo() 和 PHP 代码的数据块有作用。   我们先举一个简单的例子,让大家对Output Control有一个大致的印象:   Example 1.         <?php  ob_start(); //打开缓冲区  echo "Hellon\"; //输出  header("location:in ...
Xajax中文手册(第一版) 原文:http://xajax.sourceforge.net/ 英文原版:Copyright © 2005 J. Max Wilson 简体中文翻译:HonestQiao(乔楚)/2005-12-7 17:23/(第一版) • 什么是xajax? • xajax如何工作? • 为什么我要使用xajax代替其他PHP的Ajax库? • 如何在我 ...
引用地址:http://blog.72ga.com/?action=show&id=8   最近要用xajax,从网上找到了HonestQiao(乔楚)翻译的xajax中文手册第一版(因为引用地方太多,最初出处不可考了- -b),发现对应当前的版本已经不是太合适了,所以参考着xajax的wiki对该文进行了一些修改和补充:补充xajaxResponse类中方法的说明、添加“如何创建Loading...信息?”、“如何改变xajax的编码设置?”两项,都不是完整的原文翻译,主要是在个人理解的基础上描述的。 原文:http://xajax.sourceforge.net/ 英文原版:Copy ...
Global site tag (gtag.js) - Google Analytics