版權說明:本文檔由用戶提供并上傳,收益歸屬內容提供方,若內容存在侵權,請進行舉報或認領
文檔簡介
Web開發基礎基礎知識Web開發基礎基礎知識Web開發基礎基礎知識本期上課實驗時間表(2015年9月9日周三)13:20-17:35機房4,6如果沒做完機房2,6晚上可用(2014年9月14日周一)13:20-17:35機房1,5(2014年9月21日周一)08:00-12:15機房1,2(2014年9月22日周二)08:00-12:15機房1,2(2014年9月24日周四)08:00-12:15機房1,2
9-79:50-12:15
1#203上課9-99:50-12:15
1#203上課9-149:50-12:15
1#203上課2021/4/132本課程內容摘要網站開發基礎知識網站環境構建管理和配置網站HTML&CSSJavaScriptAsp服務端編程數據庫連結及訪問2021/4/133網站開發基礎知識計算機網絡基礎網站的含義網站訪問的原理網頁的類型動態網站技術2021/4/134計算機網絡基礎InternetVsintranet計算機網絡的標準模型TCP/IP協議服務器和客戶機域名端口2021/4/135InternetVSIntranetTheInternetisaglobalsystemofinterconnectedcomputernetworksthatusethestandardInternetProtocolSuite(TCP/IP)toservebillionsofusersworldwideItisanetworkofnetworks
AnintranetisaprivatecomputernetworkthatusesInternetProtocoltechnologiestosecurelyshareanypartofanorganization'sinformationornetworkoperatingsystemwithinthatorganization.2021/4/1362021/4/137AndWWWWWW(亦作“Web”、“萬維網”、“W3”,英文全稱為“WorldWideWeb”)是一個由許多互相鏈接的超文本文檔組成的系統,通過互聯網訪問。萬維網聯盟(英語:WorldWideWebConsortium,簡稱W3C),又稱W3C理事會。1994年10月在麻省理工學院(MIT)計算機科學實驗室成立。萬維網聯盟的創建者是萬維網的發明者蒂姆·伯納斯-李。What'sthedifferencebetweentheInternetandtheWorldWideWeb(WWW)?WWW=HTML*+HTTP(S)*includingCSS,JavaScript,andotherbrowserenabledcontentWWW是Internet應用之一2021/4/138BriefHistorybeganasaUSDepartmentofDefensenetworkcalledARPANET(1960s-70s)initialservices:electronicmail,filetransferopenedtocommercialinterestsinlate80sWWWcreatedin1989-91byTimBerners-Lee
popularwebbrowsersreleased:Netscape1994,IE1995Aopensin1995;GoogleJanuary1996ChineseFirstConnectionwithInternet:ChineseAcademicsNet,byComputerApplyingTechnologyInstituteofBeijing1986,Firstemail,Sep.141987,fromCATIB,“AcrosstheGreatWallwecanreacheverycornerintheworld”ChineseFirstFullInternetConnection:NCFC(NationalComputingandNetworkingFacilityofChina)1994Baidu1999;Taobao20032021/4/139KeyaspectsoftheInternetInternetisforfreedomofinformationsubnetworkscanstandontheirowncomputerscandynamicallyjoinandleavethenetworkbuiltonopenstandards;anyonecancreateanewdevicelackofcentralizedcontrol(mostly)everyonecanuseitwithsimple,commonlyavailablesoftware2021/4/1310LayeredarchitectureTheinternetusesalayeredhardware/softwarearchitecture(OSImodel):physicallayer:devicessuchascoaxialcables,fiber-opticlines,modemsdatalinklayer:basichardwareprotocols(Ethernet,Wi-Fi,DSL,ATM,PPP)network/internetlayer:basicsoftwareprotocol(IP)transportlayer:addreliabilitytonetworklayer(TCP,UDP)applicationlayer:implementsspecificcommunicationforeachkindofprogram(HTTP,POP3/IMAP,SSH,FTP))2021/4/1311InternetProtocol(IP)theIPistheunderlyingsystemofcommunicationforalldata(packets)sentacrosstheinternet.eachdevicehasa32-bitIPaddressasfour8-bitnumbers(0-255)findoutyourinternetIPaddress:findoutyourlocalIPaddress:inaterminal,type:ipconfig(Windows)orifconfig(Mac/Linux)IPv4vs.IPv6(32-bvs.128-b)2021/4/1312TransmissionControlProtocol(TCP)addsmultiple,guaranteedmessagedeliveryontopofIPmultiplexing:multipleprogramsusingthesameIPaddressport:anumbergiventoeachprogramorservice80:Webbrowser(443forsecurebrowsing)25:email22:ssh21:ftpmorecommonportssomeprograms(QQ,games,streamingmediaprograms)usesimplerUDPprotocolinsteadofTCPfindoutportsused:inaterminal,usingnetstat(Windows)commandusingCurrPorts2021/4/1313WebserversandbrowsersWebserver:softwarethatlistensforWebpagerequestspartofWindows)C/SVsB/SmodelWebbrowser:fetches/displaysdocumentsfromWebserversMicrosoftInternetExplorer(IE)MozillaFirefoxAppleSafariGoogleChromeOpera2021/4/1314DomainNameSystem(DNS)asetofserversthatmapwrittennamestoIPaddressesExample:8usingWindowscommandnslookuptofindoutIPaddressmanysystemsmaintainalocalcachecalledahostfile
Windows:C:\Windows\system32\drivers\etc\hosts
Mac:/private/etc/hostsLinux:/etc/hosts2021/4/1315UniformResourceLocator(URL)anidentifierforthelocationofadocumentonawebsiteabasicURL:
/info/regesstepp/index.html
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
protocolhostpathuponenteringthisURLintothebrowser,itwould:asktheDNSserverfortheIPaddressofconnecttothatIPaddressatport80asktheservertoGET/info/regesstepp/index.htmldisplaytheresultingpageonthescreen2021/4/1316MoreadvancedURLsanchor:jumpstoagivensectionofawebpage
/download/index.html#downloads
fetchesindex.htmlthenjumpsdowntopartofthepagelabeleddownloadsport:forwebserversonportsotherthanthedefault80
:8080/querystring:asetofparameterspassedtoawebprogram
/search?q=miserable+failure&start=10
parameterqissetto"miserable+failure"parameterstartissetto102021/4/1317HypertextTransportProtocol(HTTP)HTTPisthefoundationofdatacommunicationforthe
WorldWideWeb.thesetofcommandsunderstoodbyawebserverandsentfromabrowsersomeHTTPcommands(yourbrowsersendstheseinternally):GET
filename:downloadPOSTfilename:sendawebformresponsePUT
filename:uploadDELETEfilename:removeentityHEADfilename:onlystatusinformation,notentirecontent…2021/4/1318HTTPerrorcodeswhensomethinggoeswrong,thewebserverreturnsaspecial"errorcode"numbertothebrowser,possiblyfollowedbyanHTMLdocumentcommonerrorcodes:200OK
301-303pagehasmoved(permanentlyortemporarily)
403youareforbiddentoaccessthispage404pagenotfound500internalservererror
completelist2021/4/1319TermsInternetServiceProviderenterprisesororganizationswhoprovideInternetaccesstoyou,who?pleaseidentifyyourISPsWebHostingprovideaplaceforconsumerstostorepagesdesignedtobeconsumedbytheWebsurfingpublicISPsoftenofferWebhostingservicesalongwiththeirstandardconnectivitypackages.Client/Servervs.Browser/Server2021/4/1320Web1.0vs.Web2.0Web1.0isaboutpublishingusersarelimitedtothepassiveviewingofinformationthatisprovidedtothemWeb2.0isaboutinteractionallowsitsuserstointeractwithotherusersortochangewebsitecontentinformationsharing,interoperability,user-centereddesignandcollaboration
hostedservices,webapplications,social-networkingsites,video-sharingsites,wikis,blogs2021/4/1321網站的含義網頁是網站的基本單位用標準的HTML語言將圖片、文字、多媒體信息組織起來的格式文檔一般意義上的網站Agroupofrelatedpages?Adedicateserver?Agroupofservers?2021/4/1322虛擬網站多個網站可以同時運行在一個單一服務器上利用不同的端口號利用不同的ip地址利用不同的域名
202
溫馨提示
- 1. 本站所有資源如無特殊說明,都需要本地電腦安裝OFFICE2007和PDF閱讀器。圖紙軟件為CAD,CAXA,PROE,UG,SolidWorks等.壓縮文件請下載最新的WinRAR軟件解壓。
- 2. 本站的文檔不包含任何第三方提供的附件圖紙等,如果需要附件,請聯系上傳者。文件的所有權益歸上傳用戶所有。
- 3. 本站RAR壓縮包中若帶圖紙,網頁內容里面會有圖紙預覽,若沒有圖紙預覽就沒有圖紙。
- 4. 未經權益所有人同意不得將文件中的內容挪作商業或盈利用途。
- 5. 人人文庫網僅提供信息存儲空間,僅對用戶上傳內容的表現方式做保護處理,對用戶上傳分享的文檔內容本身不做任何修改或編輯,并不能對任何下載內容負責。
- 6. 下載文件中如有侵權或不適當內容,請與我們聯系,我們立即糾正。
- 7. 本站不保證下載資源的準確性、安全性和完整性, 同時也不承擔用戶因使用這些下載資源對自己和他人造成任何形式的傷害或損失。
最新文檔
- 2026四川宜賓市三江新區增量政策性崗位招募60人筆試備考題庫及答案詳解
- 江銅產融(融資租賃)2026年度第七批次社會招聘筆試備考題庫及答案詳解
- 2026年瀾滄現代農業發展集團有限責任公司社會招聘(5人)筆試備考試題及答案詳解
- 2026年鄭州市管城回族區公開招聘公益性崗位人員65人考試備考試題及答案詳解
- 2026溫州堅強新能源發展有限公司招聘財務總監1人考試模擬試題及答案詳解
- 2026年阜陽市潁州區工會人員招聘考試備考題庫及答案詳解
- 2026年8月宜賓市興文縣增量政策性崗位公開招募37人筆試備考試題及答案詳解
- 2026年紹興市糧油質量檢測站有限公司招聘工作人員3人筆試模擬試題及答案詳解
- 2026年無錫市新吳區農村訂單定向培養醫學生招聘19人考試參考題庫及答案詳解
- 2026年庫車市招聘市屬國有企業工作人員(62人)筆試模擬試題及答案詳解
- DLT 5285-2018 輸變電工程架空導線(800mm以下)及地線液壓壓接工藝規程
- GB/T 34924-2024低壓電氣設備安全風險評估和風險降低指南
- 2024年航天科技集團一院18所招聘21人高頻考題難、易錯點模擬試題(共500題)附帶答案詳解
- 基藥培訓會議記錄(5篇)
- 現代控制理論課件東北大學
- 新人工影響天氣三七高炮
- 感染性疾病課件:新發傳染病
- 項目部生產駐地地質災害應對方案
- GB 18580-2001室內裝飾裝修材料人造板及其制品中甲醛釋放限量
- 蔬菜的貯藏方式與方法課件
- 各類工程施工進度計劃網絡圖 橫道圖11
評論
0/150
提交評論