java appletÔõôµ÷ÓÃjsp
ÎÒÏëд¸öÑéÖ¤³ÌÐò(JAVA)£¬¿Í»§¶ËÊäÈëÓû§ÃûºÍÃÜÂ룬·ÃÎÊÍøÂç·þÎñÆ÷µÄJSP³ÌÐò£¬JSP½øÐÐÑéÖ¤£¬°ÑÑéÖ¤½á¹û·´À¡¸ø¿Í»§¶Ë£¬ÏÖÔÚÎÊÌâÊÇ
1£¬JSPÔõôÑùÉ趨·µ»ØÖµ£¬ÊÇÓÃresponseô£¿
2£¬¿Í»§¶ËÔõô½ÓÊÜ·´À¡»ØÀ´µÄ´¦Àí½á¹û£¿
public String Httpcertify(){
String urlStr = "http://localhost:8080/examples/Certify.jsp";
urlStr = urlStr + "?userid=" + txtUserId.getText() + "&";
urlStr = urlStr + "passwd=" + txtPassWd.getText() + "&";
urlStr = urlStr + "macaddress=" + MacAddress;
try{
URL url = new URL(urlStr);
HttpURLConnection hurlc =(HttpURLConnection)url.openConnection();
hurlc.setFollowRedirects(true);
hurlc.setInstanceFollowRedirects(true);
hurlc.setUseCaches(true);
hurlc.connect();
InputStream is=hurlc.getI
Ïà¹ØÎÊ´ð£º
JSPÒ³ÃæÖÐÓжà¸öradio°´Å¥
JSPÒ³Ãæ½«²ÎÊýPOST¸øservlet
ÒªÇóÈçÏÂ;
1.Ñ¡ÔñÒ»¸öradio£¬µ÷ÓÃservlet servletÖиù¾Ý²ÎÊýµ÷ÓÃÆäËû½Ó¿Ú£¬³ý·ÇÑ¡ÖиÃradio²¢µã»÷JSPÖеÄʵР......
org.apache.jasper.JasperException: Unable to compile class for JSP:
An error occurred at line: 52 in the jsp file: /vip_info.jsp
ÕË cannot be resolved
49: <table border="1& ......
·Ö±ð¼¯ºÏÀà¿ò¼ÜÖеÄComparable½Ó¿ÚºÍComparator½Ó¿Ú¼°Ïà¹ØÀ࣬ʵÏÖÔ˶¯Ô±³É¼¨ÐÅÏ¢µÄÅÅÐò¡£ÒªÇó£º
£¨1£©·Ö±ðʵÏÖComparable½Ó¿ÚºÍComparator½Ó¿Ú£¬ÀûÓÃTreeSet¡¢SortedListÀàµÄ¶ÔÏó½øÐÐÅÅÐò£»
£¨2£©ÀûÓÃCollections ......