📄 readconceptstr.jsp
字号:
<%@page contentType="text/plain"%><%@page import = "org.impact.stars.conceptmd.conceptstr.model.ConceptstrModel"%><jsp:useBean id="Conceptstr" class="org.impact.stars.control.web.ConceptstrWebImpl" scope="application"/><p> Conceptstrs in the Database </p> <p> <table border="0"> <tr> <td> Concept str </td> </tr><% String projectID = null; projectID = request.getParameter("projectID"); Conceptstr.setConceptstrID("1"); Conceptstr.performUpdate(); %> <tr> <td>ConcptID</td> <td> <%= Conceptstr.getConceptstrID() %> </td> <td>Name</td> <td> <%= Conceptstr.getName() %> </td> <td>Descriptioin</td> <td> <%= Conceptstr.getDescription() %> </td> </tr></table>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -