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

黑客渗透

黑客渗透

冰的原点 / 齐鲁电子音像出版社 / 2009-4 / 22.00元

菜鸟起飞,从这里开始!本笔记将透露:渗透、术语、脚本、内网、溢出各种攻击相关的手段和名词,总结、技巧、细节、亮点,不断变化的攻击思想。 ASP、PHP、JSP等不同类型的脚本漏洞,ACCESS、MYSQL、MSSQL、ORACLE等不同类型的数据库缺陷,国内、国外已知和末知的渗透工具······一起来看看 《黑客渗透》 这本书的介绍吧!

SHA 加密
SHA 加密

SHA 加密工具

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

RGB CMYK 互转工具

HEX CMYK 转换工具
HEX CMYK 转换工具

HEX CMYK 互转工具