WEB

 

CGI

(common   gataway interface)

客户端编程,提交动作通过所有的Web服务器都提供的通用网关接口(CGI)传递; 

提交的内容会告诉CGI应该如何处理它,最常见动作就是运行一个在服务器中常被命名为“cgi-bin”的目录下的一个程序。

几乎所有的语言都可编写这些程序。例如:

perl 

可以被设计成用来处理文本,并且是解释性语言,不在乎是什么服务器处理器和操作系统如何选择。

Python

解释性语言,对Perl的一种打击,因为他十分的强大;

Note:

Python  can run  in multiple system  ,for instance ,Linux ,Windows and so on.Not  only it is Open source ,free,but alse it is Explanatory language.In recent years,it is quickly developing.What`s more,TIOBE programming language already up to fourth on the charts.However,Best ranking is No.1 on the IEEE Spectrun programming language in 2017.Why?On the one hand,it is extensive applitions,such as Web ,Graphic processing,Hack programming ,BigData processing,Web crawler,scientific calculations and so forth.

HTML

超文本标记语言(HyperText Markup Language)

GIF

(graphic interchange format ,GIF)图形交互格式

plug-in

插件

scripting language

脚本语言 

 

JS

JavaScript

 

GUI

(graphic user interface)交互性的图形化用户界面

WEB

上一篇:DNS部署(四)之lvs+keepalived+bind架构高可用负载均衡DNS系统


下一篇:接口测试基础-json.loads-json数据格式转换成字典格式