EUReCa : Easy, Unobstructive Remote Call

码农软件 · 软件分类 · 其他jQuery插件 · 2020-01-14 05:58:29

软件介绍

EUReCa is library that allows to call server side function (php, .Net ...etc) as javascript ones.

the first alpha release implements a php only version and shows a preview of some features.
a PHP and .Net callers will be maintained, other languages (python, ruby, ...etc) can be supported later.

the idea is simple
you keep your server side functions unchanged

<?php
function foo($stringVar, $intVar)
{
   
Do_Some_Server_Side_processing($stringVar);
   
Process_int_var($intVar);
    return
more_processing();
}
?>

you declare witch functions you want to export (see the demo for details)

then you call your function from javascrpt

    var eurecaObj = $.EUReCa({target : '#target'});    
    eurecaObj.foo('mystring', 55);  


Click here to download!

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

MySQL权威指南

MySQL权威指南

Randy Jay Yarger / 林琪、朱涛江 / 中国电力出版社 / 2003-11-1 / 49.00元

为一种开源数据库,MySQL已经成为最流行的服务器软件包之一。开发人员在其数据库引擎中提供了丰富的特性(只需很少的内存和CPU支持)。 因此,众多Linux和Unix服务器(以及一些Windows服务器)都采用MySQL作为其数据库引擎。由于MySQL作为Web站点后端时速度特别快而且相当方便,所有在目前流行的一个词LAMP(表示Linux、Apache、MySQL和Perl、Python或......一起来看看 《MySQL权威指南》 这本书的介绍吧!

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

各进制数互转换器

图片转BASE64编码
图片转BASE64编码

在线图片转Base64编码工具

RGB CMYK 转换工具
RGB CMYK 转换工具

RGB CMYK 互转工具