Amazon Ads

2009年8月28日 星期五

查Oracel版本

要查版本,打下列指令之一即可:
  • select * from v$version

  • select * from product_component_version

2009年8月1日 星期六

在JSP document中,<jsp:root>為非必要元素

在JSP v2.0中的JSP 6.3.2關於提到
JSP documents and tag files in XML syntax need not have a jsp:root element as its root element.
所以<jsp:root>在JSP document中非必要元素。