相关考题
-
单项选择题
SG-UAP平台的编码统一采用哪种编码格式()
A.UTF-8
B.GB2312
C.ISO-8859-1
D.GBK -
单项选择题
后台如何在不通过spring注入情况下,直接获得IHibernateDao对象()
A.直接new一个IHibernateDao对象即可
B.无法实现
C.用sessionFactory.getbean()方法
D.用ComponentFactory的getbean方法 -
单项选择题
任务调度如何配置远程部署模式()
A.在UAP项目的policy.xml的文件下添加TASKDISPATCH_DEPLOY=componentManagerRemote配置。
B.在UAP项目的policy.xml的文件下添加TASKDISPATCH_DEPLOY=componentManagerLocal配置。
C.在UAP项目的platformconfig.properties文件下添加TASKDISPATCH_DEPLOY=componentManagerLocal配置。
D.在UAP项目的platformconfig.properties文件下添加TASKDISPATCH_DEPLOY=componentManagerRemote配置。
