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

正文內(nèi)容

aspnetandnetframework外文翻譯(已改無錯(cuò)字)

2022-12-16 05:31:14 本頁(yè)面
  

【正文】 ical aspect of this whole process is that it happens automatically in the background. All you have to do is create a text file with the source code for your page, and the .NET framework handles all the hard work of converting it into piled code for you. ASP CLASSIC NOTE What about VBScript? Before , VBScript was the most popular language for developing Active Server Pages. does not support VBScript, and this is good news. Visual Basic is a superset of VBScript, which means that Visual Basic has all the functionality of VBScript and more. So, you have a richer set of functions and statements with Visual Basic. Furthermore, unlike VBScript, Visual Basic is a piled language. This means that if you use Visual Basic to rewrite the same code that you wrote with VBScript, you can get better performance. If you have worked only with VBScript and not Visual Basic in the past, don39。t worry. Since VBScript is so closely related to Visual Basic, you39。ll find it easy to make the transition between the two languages. NOTE Microsoft includes an interesting tool named the IL Disassembler (ILDASM) with the .NET framework. You can use this tool to view the disassembled code for any of the classes in the Temporary Files directory. It lists all the methods and properties of the class and enables you to view the intermediatelevel code. This tool also works with all the controls discussed in this chapter. For example, you can use the IL Disassembler to view the intermediatelevel code for the TextBox control (located in a file named ). 和 .NET Framework 是微軟 .NET 框架總體戰(zhàn)略的一部分。它包含了一組滿足各種可以想象到的需求的類。在之后的兩個(gè)部分,你將會(huì)學(xué)到 是怎樣融合到 .NET 框架中去的,而且你將會(huì)學(xué)到可以在 頁(yè)面中使用到的語言。 .NET 框架類庫(kù) 假設(shè)你就是微軟,假設(shè)你必須支持多語言編程,例如 VB,JS,C++。這些語言的很多函數(shù)都重復(fù)了,比如對(duì)于每種語言,你都必須包含一些訪問文件系統(tǒng),與數(shù)據(jù)庫(kù)打交 道,以及處理字符串的函數(shù)。 而且這些語言都包含了相似的變成結(jié)構(gòu)。每種語言都有循環(huán)和條件語句。雖然條件語句的語法有些出入,但是功能還是一樣的。 最后,很多變成語言都有相似的變量類型定義。在很多語言中,你都可以表達(dá)出字符串類型和整型。整型數(shù)的最大和最小值則由語言本身決定,但基本的表量類型還是相同的。 維護(hù)所有這些語言的函數(shù)會(huì)很費(fèi)事。干嗎要不斷的重復(fù)歷史的車輪?如果只對(duì)函數(shù)建立一次而后對(duì)每種語言都使用是否會(huì)更爽些? 而 . 框架類庫(kù)正是如此,它包含了一組為滿足變成需要而設(shè)計(jì)的類。舉例來說, . 框架包含了處理 數(shù)據(jù)庫(kù)訪問的一組類。同時(shí)還有文件系統(tǒng)處理類以及視圖產(chǎn)生類。而且,他包含了更多的較為細(xì)化的用來處理正則表達(dá)式和網(wǎng)絡(luò)協(xié)議的類。 更重要的是, . 框架還將所有一些基礎(chǔ)變量都表示了出來,例如字符串類型,整型,字符型和數(shù)組。 最重要的也是本書的主要目的, . 框架類庫(kù)包含了用來建立 頁(yè)面的類。你需要明白的是,你可以在建立自己的 頁(yè)面的時(shí)候訪問任何一個(gè) . 框架中的類。 搞懂命名空間 正如你所想的, . 框架很龐大。他包含了數(shù)以千計(jì)的類。還好的是,這些類不是雜亂的拼在一起的。 . 框架中的這些類是按照命名空間的各個(gè)層次組織在一起的。 在 asp 過去的版本中,你僅僅可以訪問五個(gè)標(biāo)準(zhǔn)類。想必來說, 則為你提供了多達(dá) 3400 個(gè)類。 命名空間就是對(duì)類
點(diǎn)擊復(fù)制文檔內(nèi)容
公司管理相關(guān)推薦
文庫(kù)吧 www.dybbs8.com
備案圖片鄂ICP備17016276號(hào)-1