2004-08-03 --------------------------------------------- -------------------------------------------------- ---------------------------------------- 08: 18JS63109: 35 to find yourself every day An article, I also saw five hundred strong face questions http://book.sina.com.cn/nzt/1078478440_questions/index.shtml. In addition, look at this address http://blog.9cbs.net/yuanqingfei/archive/2004/07.aspx when you are resting at noon. 09: 37js637. 09:44 The example of just test the driver is actually good. Now I started to set up an example of a text file and a giant slow. 09:52 is still uneasy, it has accelerated progress. Ready to restart again, you can't find a job. 10:42 Asked Fang and Zheng, they have no way. Then search the article online, now restart IIS. 10:59 Prepare to restart the machine, why don't you try it well? Don't you create a file first try. 11:46 Recent IIS. JS706. 12:24 I sent a post in 9CBS, and a little thing is not good, it is over. 13:56 Look at the online sweeping article, and most of the thousands of messages in Sina are anti-yellow and supported. 14: 01JS725, more than one hundred today. 14:17 After waiting, the example still can't. Do not feel confused with the two terms of "objects" and "components", they can be used as part of A S P, which can also be accessed by C O m. They can be divided into four categories: • A S p built-in object, such as O B J E E E E S, R E S P O N, and A P L i C A T i O N, S E S I O N, S E R V E R and A S P E R R OR. These contents have been studied in Chapters 2 to Chapter 4 of this book. • Script object. Use the script running library, such as D i C T I O N A R Y, F I L E S Y S E M and TE X T S T R E A M. This is the object to be discussed in this chapter. • The installed components. It is provided by M i C R O S O f T in IIS 5.0 and ASP 3.0. Standard installation. This will be discussed in the next chapter. • Other components. From other independent vendors, the components found on the website or they have created themselves. There are also other components provided by Wi N D O W S service or product, such as Windows Scripting Host. The corresponding list is provided in the appendix of this book. This book specializes in section chapters to tell how to build your own components. F i l e s Y S TEE MO B J E C T object is a "parent" of other seriess of objects used to interact with the file system. This object provides three sets of objects: D R i V e S, F O L D E R S, and F I L E S set, each set is a collection of corresponding D R I v E, F O L D E R and F I L E objects, respectively. They are used to perform traversal and positioning of drives, folders (directories) and files on disk. 14:26 Find the ASP3.0 Programming Guide book, see the above content, finally understand the problem of the first confusion, what is the components and objects. At the same time, I also thought that if there is no good information, I can't write a good article. 5.2.3 Server. C R E A TE E O B JEE C T Differences SE REMIT SERE E R V. C R E A TET EO B J E C T Method Immediately creates an object instance. In most cases this is what we hope.
The element only creates a specified object instance when referenced to an object for the first time. Therefore, if you stop using this object in the code, the object instance is not created. This may be useful if the code uses this object only in some case (which may depend on the value of the request parameter). Because if this object is not required, you can save the resources of the server. However, if there is certainly need to create an object, you can use S E R v E R. C R E A T E O B J E C T Method. Creating objects with Element helps prevent the call to cancel the call to the object in the code, forget the S E R v E r in the cancel process, C R E A T E O B J E C T. Of course, this is a careful programming. Finally, it is necessary to remember that if the object is created using S E R v E R. C R e a t e O b J E C t method, you can remove the object from a session or application, but use the element, it will not. 14:46 Basically, the chapter of the book's electronic document is browsed. I don't help me specific questions about my specific questions. 15:02 Set the permission wizard in IIS, restart and try again. In addition, why can IIS can't restart IIS15: 32 don't have time, or today I can't write. Start the part of the write drive. 15:54 A number of drivers added. 16:06 Program debugging success. 16:17 Added a folder table. Prepare an example. If you are going well, this chapter should be written today. 16:33 The table of the method of the folder is added, and the example is the one online. The buddies on the side began to look at the website. It seems that our habits are different. I am idle, I don't want to be anxious. Don't feel confused by "objects" and "components", they can be used as part of the ASP within a certain range, and they can also be accessed via COM. They can be divided into four categories: • ASP built-in objects such as ObjectContext, Request, Response, Application, Session, Server, and Asperror. These contents have been studied in Chapters 2 to Chapter 4 of this book. • Script object. Use script running library, such as Dictionary, FileSystem, and TextStream. This is the object to be discussed in this chapter. • The installed components. It is provided by Microsoft in IIS 5.0 and ASP3.0. Standard installation. This will be discussed in the next chapter. • Other components. From other independent vendors, the components found on the website or they have created themselves. There are also some other components provided by Windows services or products such as WindowsScriptingHost. The corresponding list is provided in the appendix of this book. This book specializes in section chapters to tell how to build your own components. FileSystemObject objects are "parents" for other series of objects and collections used to interact with file systems. This object provides three sets of objects: Drives, Folders, and Files collections, each collection is a collection of corresponding Drive, Folder, and File objects, respectively. They are used to perform traversal and positioning of drives, folders (directories) and files on disk. 14:26 Find the ASP3.0 Programming Guide book, see the above content, finally understand the problem of the first confusion, what is the components and objects. At the same time, I also thought that if there is no good information, I can't write a good article. 5.2.3 Server.createObject The difference with the