// hc.setRequestProperty("If-Modified-Since","29 Oct 1999 19:43:31 GMT");
// hc.setRequestProperty("User-Agent",
// "Profile/MIDP-1.0 Configuration/CLDC-1.0");
//hc.setRequestProperty("Content-Language", "en-US");
// int rc = hc.getResponseCode();
// if (rc != HttpConnection.HTTP_OK) {
// throw new IOException("HTTP response code: " + rc);
// }
// hc.setRequestProperty("Pragma", "no-cache");
// hc.setRequestProperty("Content-Type", "application/octet-stream");
// hc.setRequestProperty("Connection", "close");
// hc.setRequestProperty("Connection", "Keep-Alive");
// hc.setRequestMethod(HttpConnection.POST);
1.
hc.setRequestProperty("Connection", "close");
hc.setRequestProperty("Connection", "Keep-Alive");
好象无论是close还是Keep-Alive都不影响
2.
提交了测试,心情忐忑,
应该有很多红色错误!
宁愿失败,不愿后悔!
3.bug
2005-12-29
有时登陆时间过长
对战时,一方动,一方不动.不动的一方会直接发送胜利信息.
2005-12-30
得分有错
如果在接到球得情况下胜利,头上的灯会始终留在那个位置
大厅的灯用彩灯太花
对战时表示敌我的头像或图标
直接发送胜利信息
角色能从左边走出边界
大厅功能'退出',选择后出现的提示应为'确定退出?'
4.
联网游戏中 存在
联网进行游戏当中,存在"应用程序错误" java/lang/ArrayIndexOutOfBoundsException
2005-12-30 16:50:38
Views(1411)
Comments