Ajax框架 AjaxAnywhere

码农软件 · 软件分类 · AJAX框架/RIA · 2019-03-29 18:28:53

软件介绍

AjaxAnywhere 可以很迅速的在非ajax的java项目上增加上ajax功能。ajaxanywhere基本上不需要更改原有服务器端的代码。使用ajaxanywhere需要在jsp页面上使用它的tag定义出zone的区域,每一块zone,都是可以被动态更新的,比如

<aa:zone name="countriesList">
    <select size="10" name="country" > 
        <%@ include file="/locales_options_countries.jsp.jsp"%> 

    </select>
</aa:zone> 

本文地址:https://codercto.com/soft/d/2429.html

Text Algorithms

Text Algorithms

Maxime Crochemore、Wojciech Rytter / Oxford University Press / 1994

This much-needed book on the design of algorithms and data structures for text processing emphasizes both theoretical foundations and practical applications. It is intended to serve both as a textbook......一起来看看 《Text Algorithms》 这本书的介绍吧!

XML、JSON 在线转换
XML、JSON 在线转换

在线XML、JSON转换工具

RGB HSV 转换
RGB HSV 转换

RGB HSV 互转工具