`
文章列表
public static String extractHyperlink(String desc) { if (desc == null) { return null; } // if there are bullet points we enforce a lower limit and just allow one line of <li/> int pos = desc.indexOf("http://"); if (pos == -1 || (pos > 0 && (desc.charAt(pos - 1) ...
1、除了配置外,你应该写第一个jsp程序: --------------------------------------------------------------------------------------------- <html> <head> <title>my first .jsp</title> </head> <body> <% out.println("hello world!<br>");//这里用html中的<br>换行 out.pr ...
1、转上后将conf文件夹中的server.xml文件打开,将里面的port:8080改为80(若装了. net可能会出现错误)。 2、 建一个文件夹,比如说在f:\myweb,再在myweb里面建一个WEB-INF文件夹。这样就有了 f:\myweb\WEB-INF 3、将C:\Program Files\Tomcat 6.0\webapps\ROOT\WEB-INF里面的web.xml复制到 f:\myweb\WEB-INF中。 4、将conf文件夹中的server打开,在</Host>之前加上 <Context path="/te ...
Global site tag (gtag.js) - Google Analytics