`
文章列表

svn插件Subclipse

http://www.eclipse.org/subversive/latest-releases.php Eclipse 3.2/Callisto, 3.3/Europa, 3.4/Ganymede, 3.5/Galileo, 3.6/Helios, 3.7/Indigo, + Subclipse 1.8.5 and 1.6.18 and 1.4.8 are now available for Eclipse 3.2+! See the changelog for details. Existing Subclipse users should read the upgrade i ...
火狐浏览器: http://firefox.com.cn/download/ 小企鹅输入法:http://www.fcitx.org/main/?q=node/9 PE工具箱:http://www.xiazaiba.com/html/166.html java报表:http://sourceforge.net/projects/jasperreports/files/jasperreports/ putty:http://www.chiark.greenend.org.uk/~sgtatham/putty/download.html ActionScript3.0:http://help.ado ...

red hat 9 常用命令

切换到字符界面 Shift+Ctrl+Alt+F1/F6 切换到图形界面 Alt+F7 重启 reboot 开机直接进入字符界面: [root@localhost root] # vi /etc/inittab id:5:initdefault: 把其中的“id:5”改成“id:3” tar.gz/tar.bz2文件安装: 改权限:chmod 777 文件名 解压包:tar -zxvf/jxvf 文件名 进入目录:cd 安装目录名 linux如何安装.bin文件 1、打开一个SHELL,即终端 2、用CD 命令进入源代码压缩包所在的目录 3、给文件加上可执行属性:chm ...
1.DIV透明度 <div style="filter: alpha(opacity=70);"></div>
1.公网IP服务器 2.乱码问题
<style type="text/css"> .changeColor { font-size: 14px; color:#FFF; background-color: #09C; text-decoration: underline; } .original { font-size: 14px; color: #09C; text-decoration: underline; } </style> <script language="javascript"> functi ...

JS数据验证

1.文本纯数字验证 onkeyup="value=value.replace(/[^\d]/g,'')"
基础配置类 package com.alipay.config; /* * *类名:AlipayConfig *功能:基础配置类 *详细:设置帐户有关信息及返回路径 *版本:3.2 *日期:2011-03-17 *说明: *以下代码只是为了方便商户测试而提供的样例代码,商户可以根据 ...
返回页面(return_url文件)工作原理 即:商户系统请求/支付宝响应交互模式 1、 构造请求数据 商户通过提供的接口代码示例,通过代码示例的规则,程序构造与运算得到sign加密结果以及构造后的请求给支付宝的数据集合。G ...
<% /* * *功能:即时到帐接口接入页 *版本:3.2 *日期:2011-03-17 *说明: *以下代码只是为了方便商户测试而提供的样例代码,商户可以根据自己网站的需要,按照技术文档编写,并非一定要使用该代码。 *该代码仅供学习和研究支付宝接口使用,只是提供一个参考。 *************************注意***************** *如果您在接口集成过程中遇到问题,可以按照下面的途径来解决 *1、商户服务中心(https://b.alipay.com/support/helperApply.htm?action= ...

struts1.x标签库

HTML Tags:用来创建html页面的动态元素,对html进行了封装; <%@ taglib uri="http://struts.spache.org/targs-html" prefix=""%> <%@ taglib uri="WEB-INF/struts-html.tld" prefix="html"%> 未完待续...
       XMLHttpRequest可以提供不重新加载页面的情况下更新网页,在页面加载后在客户端向服务器请求数据,在页面加载后在服务器端接受数据,在后台向客户端发送数据。XMLHttpRequest 对象提供了对 HTTP 协议的完全的访问,包括做出 POST 和 HEAD 请求以及普通的 GET 请求的能力。XMLHttpRequest 可以同步或异步返回 Web 服务器的响应,并且能以文本或者一个 DOM 文档形式返回内容。尽管名为 XMLHttpRequest,它并不限于和 XML 文档一起使用:它可以接收任何形式的文本文档。XMLHttpRequest 对象是名为 AJAX 的 W ...
1.全国公交IC卡网上充值平台https://application.dodopal.com:9998/fapayf/chargeCard.action <script type="text/javascript"> var xmlHttp; function createXMLHttpRequest() { if(window.XMLHttpRequest) //非IE浏览器及IE7(7.0及以上版本),用xmlhttprequest对象创建 { xmlHttp=new XMLHttpRequest(); } else if(window.Act ...

Ajax案例(1)

1.简单的级联下拉框 <?xml version="1.0" encoding="UTF-8"?> <web-app xmlns="http://java.sun.com/xml/ns/javaee" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" version="2.5" xsi:schemaLocation="http://java.sun.com/xml/ns/javaee http://java ...
源码
Global site tag (gtag.js) - Google Analytics