摘要:(我使用的jdk为:jdk1.5.0_01,环境变量java_home=d:\jdk1.5.0_01,
path=d:\jdk1.5.0_01\bin;%systemroot%\system32;%systemroot%;%systemroot%\system32\wbem;)
1.下载:http://www.caucho.com/download/resin-3.0.10.zip
解压到d......
摘要:tiger核心库简介
本文作者: 大阿福 (toafu2002@yahoo.com.cn )
摘要:java之所以得到很多程序员的亲睐,除了她的严谨的面向对象特性外,还有一个不容轻视的因素,那就是她强大的类库。一门语言如果没有库,功能将会大打折扣,在jdk5.0版本中,其核心库也有了诸多的改进,本文将就其新特性进行简介。
1. 访问环境变量和调用子进程
1.1 访问环境变量
......
JSF Fundamental
common terms in jsf (excerpt from javaserver faces in action)a stateful component, which maintained on the server, that provides spcific functions for interacting with an end user. ui components are java beans with properties, methods, and events. they are organized as a view, which is a tree of components usually displayed as a page. 【程序编程相关:
Tomcat安全域设置大全
】uicomponent 【推荐阅读:
从一道测试题分析java中的方法重载(o】responsible for displaying the ui component and translating the users input into components value. renderers can be designed to work with one or more components, and one component can be associated with many different renderers. 【扩展信息:
我的java开发环境配置
】renderervalidatorresponsible for ensuring that the value entered by the end user is acceptable. one or more validators can be associated with a single ui component.backing beanspeci...
下一页 摘要:从sp提供给cp的接口看sp的实力我们是一家cp(内容提供商),其间也跟几家sp合作过包括一些全网的,一些各省市当地的sp,还有小灵通的提供商。其实,跟sp的接口主要就是短信息的收发,一方面,我们通过接口能够实时把信息下发到用户的手机上一方面,当用户把信息发到sp那里之后,我们又能够及时得到用户的信息并作相应的处理。按照难度和复杂度,我把sp提供的接口分为三种:第一种,也是最容易的,完全通过htt......