updatedatabase.jsp
来自「GridSphere 门户 提供一个基于 portlet 的高级开放源代码门户。」· JSP 代码 · 共 29 行
JSP
29 行
<div style="padding-top: 3px; margin: 0px 0px 0px 10px; padding-left: 8px; padding-right: 5px; padding-bottom: 1px;"> <h1>GridSphere Update</h1> <% String errMsg = (String)request.getAttribute("error"); if (errMsg != null) { %> <fieldset><span style="color: red; "><%= errMsg %></span></fieldset> <% } %> GridSphere has detected that a new version of the portal has been installed! To continue, the existing database schemas must be updated. You should first make a back-up of your existing database before completing this step. <p/> Do you wish to proceed? <p/> <form method="POST" action="<%= request.getContextPath() %>/setup?install=update"> <input type="submit" value="Update Database >>"/> </form></div>
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?