dwr.xml配置create的时候,其中的scope属性不能是()。
A、session
B、pageContent
C、request
D、application
A、session
B、pageContent
C、request
D、application
A、通过使用带有XmlReaderSettings 参数的XmlReader 的Create方法创建一个XmlReader 实例。 B、使用XmlTextReader 参数创建一个XmlReader 实例。 C、创建一个XmlDocument 实例并且指定架构的位置。 D、使用XmlNodeReader参数创建一个XmlReader 实例。
A、A. Create an instance of the XmlReader class by using the XmlReader Create method with an instance of the XmlReaderSettings class. B、B. Create an instance of the XmlReader class with an instance of the XmlTextReader class. C、C. Create an instance of the XmlDocument class and specify a location for the application schema. D、D. Create an instance of the XmlReader class with an instance of the XmlNodeReader class.
A、Spring配置文件必须叫applicationContext.xml B、Spring配置文件可以不叫applicationContext.xml C、Spring配置文件可以有多个 D、Spring配置文件只能有一个