客户SIde&服务器端 [英] Client SIde & Server Side

查看:82
本文介绍了客户SIde&服务器端的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

大家好,



任何人都可以区分客户端和服务器端吗?



as我听说过关于客户端编程和服务器端编程/脚本等的日志。



编程新手......如果这个问题看起来很愚蠢,请好好理解。

dont wana google it .. coz想用专家的意见和简单的语言学习。



:)

Hi All,

Can anybody differentiate between client side & server side??

as i heard a log about client side programming & server side programming/scripting etc.

New to programming.. so kindly ignore if this question seems stupid.
dont wana google it.. coz want to learn with the experts opinions and in simple words.

:)

推荐答案

客户端是指正在查看服务器提供的网页的浏览器。这是 HTML Javascript ,也许 Shockwave flash ,也许 Silverlight



服务器端是指应用程序在提供网页内容的网络服务器上。



简要说明:



服务器方:创建并提供HTML和Javascript



客户端:请求页面,从服务器接收页面,然后显示HTML并处理Javascript。



检查这个

http://www.virtualshowrooms.co.za/articlepage.php?cp=101 [ ^ ]

http://www.geekinterview.com/question_details/15802 [ ^ ]

http:/ /www.eggheadcafe.com/PrintSearchContent.asp?LINKID=569 [ ^ ]
Client side refers to the browser which is viewing the web page delivered by the server. This is HTML and Javascript, maybe Shockwave flash, maybe Silverlight.

Server side refers to the application on the web server which delivers the web page content.

In brief:

Server side: Create and deliver the HTML and Javascript

Client side: Request the page, receive the page from the server, then display the HTML and process the Javascript.

check this
http://www.virtualshowrooms.co.za/articlepage.php?cp=101[^]
http://www.geekinterview.com/question_details/15802[^]
http://www.eggheadcafe.com/PrintSearchContent.asp?LINKID=569[^]


客户端是指访问该网站的用户。

客户端脚本/编程

表示,脚本在客户端编译/执行,即在Web浏览器中。(例如 - > Javasript)

您可以在浏览器的控制台上看到客户端脚本的错误。



服务器脚本/编程是在Web服务器中编译/执行的程序(如IIS,Apache等)。(例如,> php,java,c#)



客户端脚本比服务器脚本快得多
Client means the user , who is accessing the website.
Client Script/Programming
means , the script gets compiles/executed on client side , ie , in web browser.(eg ->Javasript)
You can see the errors of a client script on console of the browser.

Server Script/Programming is the program that compiles/executed in Web Server (like IIS,Apache etc) .(eg->php, java,c#)

Client Script is much faster than a server script


客户端是在Web上的浏览器(客户端)执行的代码应用程序,如javascript。



服务器端是代码whi ch在Web应用程序(如Aspx(ASP.Net))的Web服务器(IIS)上执行。



让我知道以获得进一步的解释。
Client side is a code which get executed at browser (client) in web applications, like javascript.

Server side is a code which get executed at web server (IIS) in web applications, like Aspx (ASP.Net).

Let me know for further explanation.


这篇关于客户SIde&服务器端的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆