FLOAT 发表于 2025-3-30 12:07:54
Metadataary data associated with objects, generally called ., also plays an important role. Common examples of metadata include:.Zope handles metadata very well and supports important standards out-of- the-box. We will see how to use them in this chapter.OPINE 发表于 2025-3-30 15:26:36
Metadataary data associated with objects, generally called ., also plays an important role. Common examples of metadata include:.Zope handles metadata very well and supports important standards out-of- the-box. We will see how to use them in this chapter.名字的误用 发表于 2025-3-30 20:04:24
entary material: Where Zope leads, Python follows. So it has been for a decade, and the trend doesn’t show any signs of st- ping. Whatever the latest buzzword—be it RESTful web programming, st- dardized interfaces, pluggable components, or practical restricted-execution environments, Zope has quietlNAG 发表于 2025-3-30 23:44:08
http://reply.papertrans.cn/103/10215/1021462/1021462_54.pngHEW 发表于 2025-3-31 01:10:45
Interfacesis a component to store recipe information in. As we have discussed in Chapter 2, components that store data are content components. Before we are going to write such a component, we need to define what kind of data it shall store and provide: we need to write an interface!.Interfaces are contractsDiscrete 发表于 2025-3-31 07:09:06
Persistency pythonic attribute approach. In either case, the values were stored inside the object instance. That means when the instance is gone, the data the instance is holding is gone, too. This is obviously not a practical approach. When we make a content component that is designed to store data over a perInnovative 发表于 2025-3-31 12:48:58
Persistency pythonic attribute approach. In either case, the values were stored inside the object instance. That means when the instance is gone, the data the instance is holding is gone, too. This is obviously not a practical approach. When we make a content component that is designed to store data over a per有帮助 发表于 2025-3-31 14:49:36
Simple Views and Browser Pagesmplementation as a Python class which we have made persistent. Its instances can be stored in the ZODB. We can also add recipes to a Zope folder via the debug shell. That is all..What we cannot do is display the data stored inside a recipe to a web browser. Our content component is only useful for imydriatic 发表于 2025-3-31 18:52:21
Simple Views and Browser Pagesmplementation as a Python class which we have made persistent. Its instances can be stored in the ZODB. We can also add recipes to a Zope folder via the debug shell. That is all..What we cannot do is display the data stored inside a recipe to a web browser. Our content component is only useful for ioverrule 发表于 2025-3-31 22:31:28
Internationalization backgrounds. It is common for European websites to deal with four languages or more at a time. Even in countries like the United States, an increasing number of websites with nationwide audiences provide their content in Spanish as well as English..Internationalization covers more than just adding