皮皮学,免费搜题
登录
logo - 刷刷题
搜题
【单选题】
You write a Web application. This application must support multiple languages. You store the localized strings in the application as resources. You want these resources to be accessed according to a users language preference. You create the following resource files in the App_GlobalResources folder of your application. myStrings.resx myStrings.en-CA.resx myString.en-US.resx myStrings.fr-CA.resx myStrings.es-MX.resxEach resource file stores a localized version of the following strings: Name, E-mail, Address, and Phone. You create a Web Form that contains one label for each of these strings. You need to ensure that the correct localized version of each string is displayed in each label, according to a users language preference. What should you do? ()
A.
Add the following configuration section to the Web.config file.
B.
Set the directive for each page in your site as follows:
C.
Add the following code segment to the pages load event.lblName.Text = @”{myStrings}Name”; lblAddress.Text = @”{myStrings}Address”; lblEmail.Text = @”{myStrings}Email”; lblPhone.Text = @”{myStrings}Phone”;
D.
Add the following code segment to the pages load event.lblName.Text = Resources.myStrings.Name; lblAddress.Text = Resources.myStrings.Address; lblEmail.Text = Resources.myStrings.Email; lblPhone.Text = Resources.myStrings.Phone;
手机使用
分享
复制链接
新浪微博
分享QQ
微信扫一扫
微信内点击右上角“…”即可分享
反馈
参考答案:
举一反三
【单选题】以下哪个是商品入库时不需要详细记录的?
A.
名称
B.
货号
C.
数量
D.
生产厂家
【简答题】电感式传感器利用电磁感应定律将被测的非电量转换为_____________的变化。
【单选题】以下( )是商品入库时不需要详细记录的。
A.
名称
B.
货号
C.
数量
D.
生产厂家
【判断题】金丝桃的花丝长于花瓣,金丝梅的花丝短于花瓣。
A.
正确
B.
错误
【单选题】 从 IMP 合成 GMP 需要 ( )
A.
天冬氨酸
B.
天冬酰胺
C.
GTP
D.
NAD +
E.
NADP +
【判断题】链路聚合是将多个端口聚合在一起形成一个汇聚组。同一汇聚组内的多条物理链路可以视为一条逻辑链路。
A.
正确
B.
错误
【单选题】金丝桃与金丝梅最明显的形态区别是()。
A.
枝圆柱形与两棱形
B.
叶长椭圆形与长卵形
C.
花单生与簇生
D.
雄蕊长于花瓣与短于花瓣
【判断题】金丝梅花丝长于花瓣。
A.
正确
B.
错误
【单选题】()是将多个端口聚合在一起形成一个汇聚组,以实现/入负荷在各成员端口中的分担,同时也提供了更高的连接可靠性。
A.
端口组
B.
端口负载均衡
C.
端口聚合
D.
端口绑定
【简答题】电感式传感器利用电磁感应定律将被测非电量转换为____或____的变化。
相关题目:
参考解析:
知识点:
题目纠错 0
发布
创建自己的小题库 - 刷刷题