马上注册,结交更多好友,享用更多功能,让你轻松玩转社区。
您需要 登录 才可以下载或查看,没有帐号?立即注册
x
C#是不行的,比如说美国的航天飞船里就有java开发的程序以上是我的愚见,其实不管那种语言,你学好了,都能找到好的工作,1.经由过程POST办法,发送数据至HTTPServer
2.人人一般疏忽Content-Type和Content-Length
......
conn.setRequestMethod(HttpConnection.POST);
conn.setRequestProperty("User-Agent","Profile/MIDP-1.0Configuration/CLDC-1.0");
conn.setRequestProperty("Content-Language","en-US");
postmsg=request.getBytes();
conn.setRequestProperty("Content-Type","application/x-www-form-urlencoded");
conn.setRequestProperty("Content-Length",Integer.toString(postmsg!=null?postmsg.length:0));
out=conn.openOutputStream();
out.write(postmsg);
......
通过视频学习比传统的大课堂学习更适合成人化的学习规律。有人说大课堂气氛好,学习氛围浓,热闹,可以认识很多人。 |