zoukankan      html  css  js  c++  java
  • 《Thinking in Java》---Summary of Chapter 1

       最近本人在看Java方面的基础知识,《Thinking in Java》第一章的总结;其中包含一些基础的知识,想分享给大家。

     文中有English与Chinese两种语言,因为本人英语方面欠佳,所以想提高自己的英文翻译的水平;可能会出现错误,恳请读者批评指正;

      English: I`m reading books about basic Java ,summary of Chapter 1 of "Thinking in Java'';it contains some basic knowledge ,I want to share in with everyone;There are Englsih and Chinese in the text,because I am not good at English ,I want to improve my English traslation.Errors may occur , readers are urged to criticize and correct.

    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)交互性的图形化用户界面

    Servlet

    Chinese:小程序 ,基于Java的web服务器,它让你用Java编写被称为servlet的程序来实现服务器端的编程。

    English:Applet,java -based web server allows you to use Java to write programs called servlet to implement server-side programming.

    JSP

    Chinese:servlrt及其衍生物JSP(Java Server Page )Java 服务端网页(指是通过使用工作在服务器端的程序来控制网页内容的技术);

    English: Servlet and it`s Derivative JSP (Java Server Page) Javaside web page (refers to the use of server-side programs to control web content technology);

    UDF

    UHF Direction Finder 

    UHF

    UltraHigh Frequency  

    超高频,特高频

     声明:

     

      转发请注明出处: https://www.cnblogs.com/WLCYSYS/p/12939901.html

      moilbox:wu13213786609@outlook.com

  • 相关阅读:
    CentOS 7.4 发布下载,安全稳定的Linux发行版
    PHP缓存机制详解
    用FastDFS一步步搭建文件管理系统
    linux中mv命令使用详解
    linux grep命令详解
    音频放大器的设计
    C#学习笔记(九)——集合、比较和转换
    Kinect学习笔记(五)——更专业的深度图
    C#学习笔记(八)——定义类的成员
    kinect学习笔记(四)——各种数据流
  • 原文地址:https://www.cnblogs.com/WLCYSYS/p/12939901.html
Copyright © 2011-2022 走看看