freepeople性欧美熟妇, 色戒完整版无删减158分钟hd, 无码精品国产vα在线观看DVD, 丰满少妇伦精品无码专区在线观看,艾栗栗与纹身男宾馆3p50分钟,国产AV片在线观看,黑人与美女高潮,18岁女RAPPERDISSSUBS,国产手机在机看影片

正文內(nèi)容

java和internet計算機(jī)專業(yè)畢業(yè)設(shè)計外文翻譯-預(yù)覽頁

2025-02-09 03:01 上一頁面

下一頁面
 

【正文】 on tells CGI what to do with it. The most mon action is to run a program located on the server in a directory that’s typically called “cgibin.” (If you watch the address window at the top of your browser when you push a button on a Web page, you can sometimes see “cgibin” within all the gobbledygook there.) These programs can be written in most languages. Perl has been a mon choice because it is designed for text manipulation and is interpreted, so it can be installed on any server regardless of processor or operating system. However, Python (my favorite—see ) has been making inroads because of its greater power and simplicity.Many powerful Web sites today are built strictly on CGI, and you can in fact do nearly anything with CGI. However, Web sites built on CGI programs can rapidly bee overly plicated to maintain, and there is also the problem of response time. The response of a CGI program depends on how much data must be sent, as well as the load on both the server and the Internet. (On top of this, starting a CGI program tends to be slow.) The initial designers of the Web did not foresee how rapidly this bandwidth would be exhausted for the kinds of applications people developed. For example, any sort of dynamic graphing is nearly impossible to perform with consistency because a Graphics Interchange Format (GIF) file must be created and moved from the server to the client for each version of the graph. And you’ve no doubt had direct experience with something as simple as validating the data on an input form. You press the submit button on a page。 you must then back up a page and try again. Not only is this slow, it’s inelegant.The solution is clientside programming. Most machines that run Web browsers are powerful engines capable of doing vast work, and with the original static HTML approach they are sitting there, just idly waiting for the server to dish up the next page. Clientside programming means that the Web browser is harnessed to do whatever work it can, and the result for the user is a much speedier and more interactive experience at your Web site.The problem with discussions of clientside programming is that they aren’t very different from discussions of programming in general. The parameters are almost the same, but the platform is different。原文來源:(美)Bruce Ecket. Thinking in JAVA第三版. 2003Web就什么?剛開始的時候,Web看上去很神秘,大家都江堰市在談沖浪、在線、主頁什么的??蛻?服務(wù)器系統(tǒng)客戶機(jī)/服務(wù)器系統(tǒng)的主要思想是,你有一個中央信息庫———通常是保存在數(shù)據(jù)庫中的一些信息———要根據(jù)需要,把它們分配給某些人或機(jī)器。這被除數(shù)稱為客戶。此外,通常系統(tǒng)還允許客戶往服務(wù)器里插入新的數(shù)據(jù)。最后還有一個最重要的性能問題:服務(wù)器可能會同時響應(yīng)成百上千個客戶,所以再小的耽擱都是很要命的。但還有更重要的:大約有一半的開發(fā)項目都是基于客戶/服務(wù)器架構(gòu)的??蛻?服務(wù)器架構(gòu)這個問題必須要能在總體上解決。最初這只是個關(guān)向過程。這些就是我們在Web的發(fā)展歷程中親眼目睹的變化。有時可能會花幾秒鐘,甚至是幾分鐘,才會發(fā)現(xiàn)提交的請求里面有一個拼寫錯誤。開始是升級圖形超標(biāo)準(zhǔn),讓瀏覽器能顯示效果更佳的動畫和視頻??蛻舳司幊蘔eb最初的服務(wù)器——瀏覽器設(shè)計提供了互動內(nèi)容,但是這種互動性是完全建立在服務(wù)器之上的。這些文本會告訴CGI該做些什么。Perl是最常用的,因為它設(shè)計的目的就是為了處理和解釋文本,所以不論服務(wù)器用的是那種處理器,或是那種操作系統(tǒng),都能安裝Perl。CGI程序的相應(yīng)時間取決于它要發(fā)送多少數(shù)據(jù),以及服務(wù)器端各Internet的負(fù)載。而且,毫無疑問你肯定做過像填寫表格這種簡單的事。絕大多數(shù)運(yùn)行Web瀏覽器的機(jī)器都有強(qiáng)大的引擎,能作很多工作,而且在原告靜態(tài)的HTML方法下,大多數(shù)時間,它們都是在傻等著服務(wù)器發(fā)送下一個頁面。最后,你還得寫程序,還要解決一串讓人眼花繚亂的問題,還是提供客戶端編程的解決方案。它要求用戶從網(wǎng)上下載插件程序,然后把它集成到瀏覽器里。插件對于客戶端編程的價值在于,它能讓專家級的程序員開發(fā)一種新的語言,并且不經(jīng)開發(fā)商的同意,就把這種語言加進(jìn)瀏覽器里。腳本語言應(yīng)該比較簡單,而且作為HTML頁面的一個部分,它們都是簡單的文本,所以會隨頁面一起獲取,而且裝載也很快。然而,腳本語言也許能解決百分之十的客戶端編程的問題。JavaScript可能是人氣最旺的。此外講JavaScript的書可能要比其它語言的都多,而且有些工具還能自動生成包括JavaScript程序的
點(diǎn)擊復(fù)制文檔內(nèi)容
教學(xué)課件相關(guān)推薦
文庫吧 www.dybbs8.com
備案圖鄂ICP備17016276號-1