⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 index.html

📁 用jsp语言自己做的一个网站bookshot的全套程序以及一些样例。完全属于原创。
💻 HTML
📖 第 1 页 / 共 2 页
字号:
          </blockquote>
          <a href="ch11/foreach.jsp">Displaying a Few Rows at a Time</a>
          <blockquote>
            Source:<br>
            <a href="jspSource/ch11/foreach.jsp" target="_src">foreach.jsp</a><br>
          </blockquote>
        </td>

        <td valign="top">
          <h2>Chapter 12</h2>
          <font color="red">All these examples require a database</font><p>
          <a href="ch12/admin/enter.jsp">Container-Provided Security, Employee Registration</a>
          <blockquote>
            Source:<br>
            <a href="jspSource/ch12/admin/enter.jsp" target="_src">enter.jsp</a><br>
            <a href="jspSource/ch12/admin/validate.jsp" target="_src">validate.jsp</a><br>
            <a href="jspSource/ch12/admin/store.jsp" target="_src">store.jsp</a><br>
            <a href="jspSource/ch12/admin/confirmation.jsp" target="_src">confirmation.jsp</a>
          </blockquote>
          <a href="ch12/search/search.html">Container-Provided Security, Employee Search</a>
          <blockquote>
            Source:<br>
            <a href="jspSource/ch12/search/search.html" target="_src">search.html</a><br>
            <a href="jspSource/ch12/search/find.jsp" target="_src">find.jsp</a><br>
            <a href="jspSource/ch12/search/list.jsp" target="_src">list.jsp</a><br>
            <a href="jspSource/ch12/search/delete.jsp" target="_src">delete.jsp</a>
          </blockquote>
          <a href="ch12/login.jsp">Application-Controlled Security, Project Billboard</a>
          <blockquote>
            Source:<br>
            <a href="jspSource/ch12/login.jsp" target="_src">login.jsp</a><br>
            <a href="jspSource/ch12/authenticate.jsp" target="_src">authenticate.jsp</a><br>
            <a href="jspSource/ch12/main.jsp" target="_src">main.jsp</a><br>
            <a href="jspSource/ch12/entermsg.jsp" target="_src">entermsg.jsp</a><br>
            <a href="jspSource/ch12/storemsg.jsp" target="_src">storemsg.jsp</a><br>
            <a href="jspSource/ch12/updateprofile.jsp" target="_src">updateprofile.jsp</a><br>
            <a href="jspSource/ch12/logout.jsp" target="_src">logout.jsp</a>
          </blockquote>
        </td>
        <td valign="top">
          <h2>Chapter 13</h2>
          <a href="ch13/poll.jsp">Localized Poll Application</a>
          <blockquote>
            Source:<br>
            <a href="jspSource/ch13/poll.jsp" target="_src">poll.jsp</a><br>
            <a href="jspSource/ch13/calculate.jsp" target="_src">calculate.jsp</a><br>
            <a href="jspSource/ch13/result.jsp" target="_src">result.jsp</a><br>
            <a href="jspSource/ch13/details_en.jsp" target="_src">details_en.jsp</a><br>
            <a href="jspSource/ch13/details_sv.jsp" target="_src">details_sv.jsp</a><br>
            <a href="jspSource/ch13/details_de.jsp" target="_src">details_de.jsp</a><br>
          </blockquote>
          <a href="ch13/japanese.jsp">Japanese Hello World</a>
          <p><font color="red">This example requires a browser with Japanese font</font>
          <blockquote>
            Source:<br>
            <a href="jspSource/ch13/japanese.jsp" target="_src">japanese.jsp</a><br>
          </blockquote>
          <a href="ch13/input.jsp">Localized Input for Western Languages</a>
          <blockquote>
            Source:<br>
            <a href="jspSource/ch13/input.jsp" target="_src">input.jsp</a><br>
            <a href="jspSource/ch13/process.jsp" target="_src">process.jsp</a><br>
          </blockquote>
          <a href="ch13/input_nw.jsp">Localized Input for Non-Western Languages</a>
          <p><font color="red">This example requires a browser with Japanese, Greek and Russian fonts</font>
          <blockquote>
            Source:<br>
            <a href="jspSource/ch13/input_nw.jsp" target="_src">input_nw.jsp</a><br>
            <a href="jspSource/ch13/process_nw.jsp" target="_src">process_nw.jsp</a><br>
          </blockquote>
        </td>
      </tr>

      <tr>
        <td valign="top">
          <h2>Chapter 14</h2>
          <a href="ch14/phone_wml.jsp">WML Phone Book</a>
          <p><font color="red">This example requires a WML browser</font>
          <blockquote>
            Source:<br>
            <a href="jspSource/ch14/phone_wml.jsp" target="_src">phone_wml.jsp</a><br>
          </blockquote>
          <a href="ch14/phone_html.jsp">XSLT to HTML Transformation</a>
          <blockquote>
            Source:<br>
            <a href="jspSource/ch14/phone_html.jsp" target="_src">phone_html.jsp</a><br>
            <a href="jspSource/ch14/htmltable.xsl" target="_src">htmltable.xsl</a><br>
          </blockquote>
          <a href="ch14/phone.jsp">Device-Dependent XSLT Transformation</a>
          <blockquote>
            Source:<br>
            <a href="jspSource/ch14/phone.jsp" target="_src">phone.jsp</a><br>
            <a href="jspSource/ch14/html.xsl" target="_src">html.xsl</a><br>
            <a href="jspSource/ch14/wml.xsl" target="_src">wml.xsl</a><br>
          </blockquote>
          <a href="ch14/news.jsp">XML-Based News Service</a>
          <blockquote>
            Source:<br>
            <a href="jspSource/ch14/news.jsp" target="_src">news.jsp</a><br>
          </blockquote>
        </td>
        <td valign="top">
          <h2>Chapter 15</h2>
          <a href="ch15/scriptlet.jsp">Using Scriptlets</a>
          <blockquote>
            Source:<br>
            <a href="jspSource/ch15/scriptlet.jsp" target="_src">scriptlet.jsp</a><br>
          </blockquote>
          <a href="ch15/fragment.jsp">Using Scriptlets With Code Fragments</a>
          <blockquote>
            Source:<br>
            <a href="jspSource/ch15/fragment.jsp" target="_src">fragment.jsp</a><br>
          </blockquote>
          <a href="ch15/counter.jsp">Declaring Variables</a>
          <blockquote>
            Source:<br>
            <a href="jspSource/ch15/counter.jsp" target="_src">counter.jsp</a><br>
          </blockquote>
          <a href="ch15/color.jsp">Declaring Methods</a>
          <blockquote>
            Source:<br>
            <a href="jspSource/ch15/color.jsp" target="_src">color.jsp</a><br>
          </blockquote>
          <a href="ch15/core-rt.jsp">Using the JSTL RT Libraries</a>
          <blockquote>
            Source:<br>
            <a href="jspSource/ch15/core-rt.jsp" target="_src">core-rt.jsp</a><br>
          </blockquote>
          <a href="ch15/allinone.jsp">All Scripting Elements</a>
          <blockquote>
            Source:<br>
            <a href="jspSource/ch15/allinone.jsp" target="_src">allinone.jsp</a><br>
          </blockquote>
          <a href="ch15/error1.jsp">Invalid Semicolon and Missing Brace</a>
          <blockquote>
            Source:<br>
            <a href="jspSource/ch15/error1.jsp" target="_src">error1.jsp</a><br>
          </blockquote>
          <a href="ch15/error2.jsp">Invalid Scripting Element Type</a>
          <blockquote>
            Source:<br>
            <a href="jspSource/ch15/error2.jsp" target="_src">error2.jsp</a><br>
          </blockquote>
          <a href="ch15/error3.jsp">Missing Import</a>
          <blockquote>
            Source:<br>
            <a href="jspSource/ch15/error3.jsp" target="_src">error3.jsp</a><br>
          </blockquote>
        </td>
        <td valign="top">
          <h2>Chapter 16</h2>
          <a href="ch16/page1.jsp">Including Page Fragments</a>
          <blockquote>
            Source:<br>
            <a href="jspSource/ch16/page1.jsp" target="_src">page1.jsp</a><br>
            <a href="jspSource/ch16/page2.jsp" target="_src">page2.jsp</a><br>
            <a href="jspSource/ch16/page3.jsp" target="_src">page3.jsp</a><br>
            <a href="jspSource/ch16/header.htmlf" target="_src">header.htmlf</a><br>
            <a href="jspSource/ch16/footer.htmlf" target="_src">footer.htmlf</a><br>
            <a href="jspSource/ch16/navigation_jstl.jsp" target="_src">navigation_jstl.jsp</a><br>
            <a href="jspSource/ch16/navigation.jsp" target="_src">navigation.jsp</a><br>
          </blockquote>
          <a href="ch16/clientscript.jsp">Validation with JavaScript</a>
          <blockquote>
            Source:<br>
            <a href="jspSource/ch16/clientscript.jsp" target="_src">clientscript.jsp</a><br>
          </blockquote>
          <a href="ch16/selections.jsp">Dynamically Generated JavaScript</a>
          <p><font color="red">This example requires a database</font>
          <blockquote>
            Source:<br>
            <a href="jspSource/ch16/selections.jsp" target="_src">selections.jsp</a><br>
            <a href="jspSource/ch16/dynamicscript.jsp" target="_src">dynamicscript.jsp</a><br>
          </blockquote>
          <a href="ch16/applet.jsp">Using an Applet</a>
          <blockquote>
            Source:<br>
            <a href="jspSource/ch16/applet.jsp" target="_src">applet.jsp</a><br>
          </blockquote>
          <a href="ch16/jspdocument.jsp?hello=World&name=Hans">Writing a JSP Document (XML Syntax)</a>
          <blockquote>
            Source:<br>
            <a href="jspSource/ch16/jspdocument.jsp" target="_src">jspdocument.jsp</a><br>
          </blockquote>
        </td>
      </tr>

      <tr>
        <td valign="top">
          <h2>Chapter 18</h2>
          <a href="ch18/login.jsp">Application-Controlled Security, Servlet and JSP</a>
          <p><font color="red">This example requires a database</font>
          <blockquote>
            Source:<br>
            <a href="jspSource/ch18/login.jsp" target="_src">login.jsp</a><br>
            <a href="jspSource/ch18/protected/main.jsp" target="_src">main.jsp</a><br>
            <a href="jspSource/ch18/protected/entermsg.jsp" target="_src">entermsg.jsp</a><br>
          </blockquote>
        </td>
      </tr>
    </table>
  </body>
</html>

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -