jqSajax

码农软件 · 软件分类 · 其他jQuery插件 · 2020-01-11 06:57:32

软件介绍

jqSajax is PHP Class to build jQuery Plugin. You can export PHP Function, your personal function, your method, or your PHP Class and call it from Javascript directly with Ajax.You can get the result directly without reloading it.

var result=$.x_phpfunction(var1,var2);
or you can call like:
var result=$.x_object_method(var1,var2);
Example: to call helloworld($var1,$var2) function in PHP , you can write input button like this:
<input type="button" onclick="alert($.x_helloworld('jhon','28'))" />

jQuery Ajax return a page (data type is XML,JSON,text,script,html,etc), jqSajax return the result of PHP function/method you call. the variable type is the same the variable type in PHP. you can pass all variable types: array,string,number,boolean from javascript to PHP and vice versa. with jqSajax you can pass and get array (from javascript to PHP and vice versa) easier.
Please see the demo at http://satoewarna.com/jqsajax

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

算法导论(原书第2版)

算法导论(原书第2版)

[美] Thomas H.Cormen、Charles E.Leiserson、Ronald L.Rivest、Clifford Stein / 潘金贵 等 / 机械工业出版社 / 2006-9 / 85.00元

这本书深入浅出,全面地介绍了计算机算法。对每一个算法的分析既易于理解又十分有趣,并保持了数学严谨性。本书的设计目标全面,适用于多种用途。涵盖的内容有:算法在计算中的作用,概率分析和随机算法的介绍。书中专门讨论了线性规划,介绍了动态规划的两个应用,随机化和线性规划技术的近似算法等,还有有关递归求解、快速排序中用到的划分方法与期望线性时间顺序统计算法,以及对贪心算法元素的讨论。此书还介绍了对强连通子图......一起来看看 《算法导论(原书第2版)》 这本书的介绍吧!

在线进制转换器
在线进制转换器

各进制数互转换器

XML 在线格式化
XML 在线格式化

在线 XML 格式化压缩工具

RGB HSV 转换
RGB HSV 转换

RGB HSV 互转工具