niusouti.com

A developer complains that after making changes to a store JSP, the original content still displays in the browser.  Which of the following steps should the administrator perform to try to solve the problem?()A、Ensure that the modified JSP is located in t

题目

A developer complains that after making changes to a store JSP, the original content still displays in the browser.  Which of the following steps should the administrator perform to try to solve the problem?()

  • A、Ensure that the modified JSP is located in the correct directory and has the correct timestamp.
  • B、Stop and restart the WebSphere Commerce Server.
  • C、Stop and restart the database server.
  • D、Clear the WebSphere Commerce cache.
  • E、Refresh the URL Views registry using the WebSphere Commerce Administration Console.

相似考题
更多“A developer complain”相关问题
  • 第1题:

    目前,具有代表性的CASE工具有______。

    A.UNIFACE

    B.Erwin

    C.PowerBuilder

    D.Developer2000


    正确答案:B

  • 第2题:

    The drivers complain that the road sign is not easy to read;therefore,they suggest the words on it be made to stand out.

    A:stick out
    B:unusual
    C:undamaged
    D:unstable

    答案:A
    解析:
    本句意思是:司机们抱怨路标很难认,因此他们建议让上面的字更突出。句中stand out意为“显眼,引人注目”,如:Grammatical errors are always obvious to me , spelling mistakes stand out.语法错误对我来说总是非常明显,而拼写错误也很显眼。四个选项中stick out意为“突出,显眼”,例如:The central part of the painting stuck out for its bright colour.这部绘画的中央部分因色彩明亮而夺人目光。unusual意为“不经常的”,如:Her voice was imbued with an unusual seriousness.她的声音里充满一种不寻常的严肃语气。undamaged意为“未受破坏的”。unstable意为“不稳定的”,如:The political situation remains highly unstable.政局仍然十分动荡。只有选项A同句中画线词语含义接近。

  • 第3题:

    A developer is designing a web application which extensively uses EJBs and JMS.  The developer finds that there is a lot of duplicated code to build the JNDI contexts to access the beans and queues. Further, because of the complexity, there are numerous errors in the code.  Which J2EE design pattern provides a solution for this problem?()

    • A、 Command
    • B、 Transfer object
    • C、 Service locator
    • D、 Session Façade
    • E、 Business delegate
    • F、 Data access object

    正确答案:C

  • 第4题:

    Given the security constraint in a DD:// 101. 102. 103.Foo 104./Bar/Baz/* 105.POST 106. 107. 108.DEVELOPER 109. 110. And given that "MANAGER" is a valid role-name,which four are true for this security constraint?()

    • A、MANAGER can do a GET on resources in the /Bar/Baz directory.
    • B、MANAGER can do a POST on any resource in the /Bar/Baz directory.
    • C、MANAGER can do a TRACE on any resource in the /Bar/Baz directory.
    • D、DEVELOPER can do a GET on resources in the /Bar/Baz directory.
    • E、DEVELOPER can do only a POST on resources in the /Bar/Baz directory.
    • F、DEVELOPER can do a TRACE on any resource in the /Bar/Baz directory.

    正确答案:A,C,D,F

  • 第5题:

    Where should a Developer go to freely manipulate inline style coding for an object?()

    • A、Design
    • B、Source
    • C、Properties
    • D、Controls

    正确答案:B

  • 第6题:

    A developer has created a special servlet that is responsible for generating XML content that is sent to adata warehousing subsystem. This subsystem uses HTTP to request these large data files, which are compressed by the servlet to save internal network bandwidth. The developer has received a request frommanagement to create several more of these data warehousing servlets. The developer is about to copyand paste the compression code into each new servlet. Which design pattern can consolidate thiscompression code to be used by all of the data warehousing servlets?()

    • A、Facade
    • B、View Helper
    • C、Transfer Object
    • D、Intercepting Filter
    • E、Composite Facade

    正确答案:D

  • 第7题:

    A developer is designing a web application that makes many fine-grained remote data requests for eachclient request. During testing, the developer discovers that the volume of remote requests significantlydegrades performance of the application. Which design pattern provides a solution for this problem?()

    • A、Flyweight
    • B、Transfer Object
    • C、Service Locator
    • D、Dispatcher View
    • E、Business Delegate
    • F、Model-View-Controller

    正确答案:B

  • 第8题:

    单选题
    A developer has created a special servlet that is responsible for generating XML content that is sent to adata warehousing subsystem. This subsystem uses HTTP to request these large data files, which are compressed by the servlet to save internal network bandwidth. The developer has received a request frommanagement to create several more of these data warehousing servlets. The developer is about to copyand paste the compression code into each new servlet. Which design pattern can consolidate thiscompression code to be used by all of the data warehousing servlets?()
    A

    Facade

    B

    View Helper

    C

    Transfer Object

    D

    Intercepting Filter

    E

    Composite Facade


    正确答案: C
    解析: 暂无解析

  • 第9题:

    单选题
    A developer is designing a web application which extensively uses EJBs and JMS.  The developer finds that there is a lot of duplicated code to build the JNDI contexts to access the beans and queues. Further, because of the complexity, there are numerous errors in the code.  Which J2EE design pattern provides a solution for this problem?()
    A

     Command

    B

     Transfer object

    C

     Service locator

    D

     Session Façade

    E

     Business delegate

    F

     Data access object


    正确答案: D
    解析: 暂无解析

  • 第10题:

    单选题
    A developer for the Company.com web site has been told that users may turn off cookie support in their browsers. What must the developer do to ensure that these customers can still use the web application?()
    A

     The developer must ensure that every URL is properly encoded using the appropriate URL rewriting APIs

    B

     The developer must provide an alternate mechanism for managing sessions and abandon theHttpSession mechanism entirely

    C

     The developer can ignore this issue. Web containers are required to support automatic URL rewriting when cookies are not supported

    D

     The developer must ass the string ?id= to the end of every URL to ensure that the conversion with the browser can continue.


    正确答案: B
    解析: 暂无解析

  • 第11题:

    单选题
    Which of the following is not correct? ()
    A

    It is useless to complain.

    B

    It is useless complaining.

    C

    Complaining is useless.

    D

    It is useless of complaining.


    正确答案: D
    解析: 暂无解析

  • 第12题:

    单选题
    A developer is designing a web application which extensively uses EJBs and JMS. The developer finds thatthere is a lot of duplicated code to build the JNDI contexts to access the beans and queues. Further,because of the complexity, there are numerous errors in the code. Which J2EE design pattern provides asolution for this problem?()
    A

    Command

    B

    Transfer Object

    C

    Service Locator

    D

    Session Facade

    E

    Business Delegate


    正确答案: C
    解析: 暂无解析

  • 第13题:

    Some passengers complain that it usually takes so long to ( ) in travel insurance documents.

    A.finish

    B.fill

    C.complete

    D.write


    参考答案: A

  • 第14题:

    Which of the following functions is associated with the developer unit?()

    • A、Supplies toner to the photoconductor
    • B、Charges the surface of the photoconductor
    • C、Writes the latent image on the photoconductor
    • D、Cleans the photoconductor

    正确答案:A

  • 第15题:

    以下哪几项是Oracle客户端连接工具()

    • A、OEM
    • B、SQL*PLUS
    • C、NETCA
    • D、PLSQL DEVELOPER

    正确答案:A,B,D

  • 第16题:

    We regret that it is necessary to complain()the non-delivery of the10,000 tons of sugar under Contract BC-023.

    • A、concerning
    • B、about
    • C、regarding
    • D、with

    正确答案:B

  • 第17题:

    Users complain an AIX server is running slow.  Which of the following commands can be run to determine what is consuming systems resources?()

    • A、 tprof
    • B、 lpstat
    • C、 ps aux
    • D、 entstat

    正确答案:C

  • 第18题:

    A developer is designing a web application that makes many fine-grained remote data requests for each client request. During testing, the developer discovers that the volume of remote requests significantly degrades performance of the application. Which design pattern provides a solution for this problem?()

    • A、 Flyweight
    • B、 Transfer Object
    • C、 Service Locator
    • D、 Dispatcher View
    • E、 Business Delegate
    • F、 Model-View-Controller

    正确答案:B

  • 第19题:

    单选题
    Users complain an AIX server is running slow.  Which of the following commands can be run to determine what is consuming systems resources?()
    A

     tprof

    B

     lpstat

    C

     ps aux

    D

     entstat


    正确答案: A
    解析: 暂无解析

  • 第20题:

    单选题
    A developer is designing a web application that makes many fine-grained remote data requests for eachclient request. During testing, the developer discovers that the volume of remote requests significantlydegrades performance of the application. Which design pattern provides a solution for this problem?()
    A

    Flyweight

    B

    Transfer Object

    C

    Service Locator

    D

    Dispatcher View

    E

    Business Delegate

    F

    Model-View-Controller


    正确答案: A
    解析: 暂无解析

  • 第21题:

    填空题
    What did Ms. Green complain about in her letter of yesterday?She complained about the____.

    正确答案: central heating system
    解析:
    本题问的是格林夫人在信中抱怨的内容。根据第一段“I was very concerned when I received your letter of yesterday complaining that the central heating system in your new house had not been completed by the date promised”可知,格林夫人家的中央供暖系统没有按预订日期安装好,因此,格林夫人是就中央供暖系统进行投诉的。此处应填central heating system。

  • 第22题:

    填空题
    If your neighbors are too noisy, then you have a good reason to make your (complain) ____.

    正确答案: complaint
    解析:
    本题考查词性转换。句意:如果你的邻近太吵,那么你有充分的理由抱怨了。空格前是形容词性物主代词your,后面需要填入名词,这里使用complain的名词形式complaint,意为“抱怨,诉苦”。

  • 第23题:

    单选题
    Which statements about the garbage collection are true?()
    A

     The program developer must create a thread to be responsible for free the memory.

    B

     The garbage collection will check for and free memory no longer needed.

    C

     The garbage collection allow the program developer to explicity and immediately free the memory.

    D

     The garbage collection can free the memory used java object at expect time.


    正确答案: A
    解析: Java语言将内存分配和释放的工组交给了自己,程序员不必做这些工作,它提供一个系统级的线程跟踪每个内存的分配,在JVM的空闲处理中,垃圾收集线程将检查和释放不再使用的内存(即可以被释放的内存)。垃圾收集的过程在java程序的生存期中是自动的,不需要分配和释放内存,也避免了内存泄漏。可以调用System.gc()方法建议(suggest)JVM执行垃圾收集以使得可被释放的内存能立即被使用,当此方法返回的时候,JVM已经做了最大的努力从被丢弃的对象上回收内存空间。程序员不能指定收集哪些内存,一般而言也不用关心这个问题,除非是程序的内存消耗很大,特别是有很多临时对象时可以“建议“进行垃圾收集以提高可用内存。需要指出的是调用System.gc()方法不能保证JVM立即进行垃圾收集,而只能是建议,因为垃圾收集线程的优先级很低(通常是最低的)。

  • 第24题:

    单选题
    The main idea of Paragraph Three is that ______.
    A

    most people feel life is easy

    B

    the writer feels life is easy

    C

    the writer likes to complain about his problems

    D

    most people complain about how hard their lives are


    正确答案: A
    解析:
    由文章的第三段第一句话,Most do not fully see this truth. Instead they complain about their problems and difficulties as if life should be easy.可知,人们经常抱怨生活是多么的艰辛。因此B选项正确。