Location:
Search - HttpConnection
Search list
Description: 用J2ME与ASP建立数据库连接
J2ME是利用HttpConnection建立HTTP连接,然后获取数据,ASP也是利用HTTP协议,因而可以利用J2ME与ASP建立连接,从而访问数据库。
-use J2ME and ASP to establish database connections using J2ME HttpConnectio n establishing HTTP connections, and then access data, ASP is used HTTP protocol, J2ME thus can be used to connect with the ASP, access to the database.
Platform: |
Size: 4546 |
Author: 韩文杰 |
Hits:
Description: 运用HTTPCONNECTION做一个简单的聊天程序,可以传输文字和图片-use HTTPCONNECTION do a simple chat procedures can transmit text and pictures
Platform: |
Size: 280188 |
Author: 李倩 |
Hits:
Description: 实现基于Http协议的传输Internet通信
Platform: |
Size: 18132 |
Author: kangqiao |
Hits:
Description: 用J2ME与ASP建立数据库连接
J2ME是利用HttpConnection建立HTTP连接,然后获取数据,ASP也是利用HTTP协议,因而可以利用J2ME与ASP建立连接,从而访问数据库。
-use J2ME and ASP to establish database connections using J2ME HttpConnectio n establishing HTTP connections, and then access data, ASP is used HTTP protocol, J2ME thus can be used to connect with the ASP, access to the database.
Platform: |
Size: 4096 |
Author: 韩文杰 |
Hits:
Description: 运用HTTPCONNECTION做一个简单的聊天程序,可以传输文字和图片-use HTTPCONNECTION do a simple chat procedures can transmit text and pictures
Platform: |
Size: 279552 |
Author: 李倩 |
Hits:
Description: 实现基于Http协议的传输Internet通信-Http-based Internet communications transmission agreement
Platform: |
Size: 18432 |
Author: |
Hits:
Description: HttpConnection,HttpConnection接口的测试工程(初学者)-HttpConnection
Platform: |
Size: 26624 |
Author: alex_parker |
Hits:
Description: MIDP2.0 JSR118 javadoc
Platform: |
Size: 927744 |
Author: huang |
Hits:
Description: httpconnection应用,检测http协议是否可用,包括请求,反馈等-httpconnection application, testing http protocol is available, including the request, feedback, etc.
Platform: |
Size: 2048 |
Author: huozhe |
Hits:
Description: J2ME httpconnection,J2Me环境中用来建立HTTP 的连接用的-J2ME httpconnection, J2Me environment used to establish the connection using HTTP
Platform: |
Size: 1024 |
Author: dogdig |
Hits:
Description: J2ME JSR-188 源码包,内含httpconnection源码等常用J2ME源代码-J2ME JSR-188 source packages, containing httpconnection J2ME source code and other commonly used
Platform: |
Size: 7662592 |
Author: looz |
Hits:
Description: This software is intended to run under the xt65/75 modules. It implements the httpConnection over GPRS.
Platform: |
Size: 2048 |
Author: adnane |
Hits:
Description: 第一步:
声明两个Player,分别由两个独立的线程掌控着;
第二步:
HttpConnection开始向服务器请求该audio文件的第一部分字节,我们定这次读取的字节数为18KB;
第三步:
等第一部分数据到位后,Player A开始realize和prefetch,并开始播放;
第四步:
在Player A播放同时,(18KB的amr数据可以播放10秒钟),HttpConnection继续请求第二部分数据(假设GPRS每秒钟传输3KB,那么18KB需要传输6秒,算上前后通讯损失的时间,应该不会超过10秒钟);
第五步:
第二部分数据到位后,假设Player A还没有播放完(这需要调整你的每一部份数据字节数来使得假设成立),那么将数据喂给Player B让它realize和prefetch;
第六步:
Player A播放完后,得到事件通知,于是让Player B开始播放。
如此往复。
Platform: |
Size: 68608 |
Author: muma |
Hits:
Description: Source bong da so su dung httpconnection tren j2me
Platform: |
Size: 454656 |
Author: Nguyen Hoang Truong |
Hits:
Description: 通过网络在服务器下载资源到客户端
httpconnection -failed to translate
Platform: |
Size: 22528 |
Author: 韩枫 |
Hits:
Description: 加入对代理服务器的支持,不考虑账号验证的问题。重载了方法 connect()
调用方法: Jsoup.connect(String url,String proxyhost,int proxyport)
org.jsoup.Connection
interface Request
添加抽象方法getProxyhost,getProxyport,setProxyhost,setProxyport
org.jsoup.helper.HttpConnection
inner Class Request
添加方法的实现getProxyhost,getProxyport,setProxyhost,setProxyport
org.jsoup.Connection
添加抽象方法proxy(String,int)
org.jsoup.helper.HttpConnection
加入方法proxy(String host,int port)
org.jsoup.Jsoup
添加方法public static Connection connect(String url,String proxyhost,int proxyport)
和方法public static Document parse(URL url, int timeoutMillis,String proxyhost,int proxyport)
-Adding support for proxy server does not consider the problem of the account verification. Overloaded methods connect ()
Call the method: Jsoup.connect (String url, String proxyhost, int proxyport)
org.jsoup.Connection
interface Request
Add abstract methods getProxyhost, getProxyport, setProxyhost, setProxyport
org.jsoup.helper.HttpConnection
inner Class Request
Add methods to achieve getProxyhost, getProxyport, setProxyhost, setProxyport
org.jsoup.Connection
Add abstract method proxy (String, int)
org.jsoup.helper.HttpConnection
Add Method proxy (String host, int port)
org.jsoup.Jsoup
Add a method public static Connection connect (String url, String proxyhost, int proxyport)
And methods public static Document parse (URL url, int timeoutMillis, String proxyhost, int proxyport)
Platform: |
Size: 680960 |
Author: 流水 |
Hits:
Description: PrepareHandler()
HttpConnection forecastConnection = new HttpConnection(httpHandler)
city = URLEncoder.encode(city)
String url = String.format(Definitions.WEATHER_URL, city)
forecastConnection.get(url, null)
this.callback = callback
Platform: |
Size: 2048 |
Author: Kotishko |
Hits:
Description: this project use to connect android to web using httpconnection
Platform: |
Size: 41984 |
Author: wahyu |
Hits:
Description: Calblack called when a request is parsed. Response should be sent using HttpConnection::SendResponse() on the |connection| argument.
Platform: |
Size: 3072 |
Author: rgkietou |
Hits:
Description: 1、各种淘宝的api调用
2、御膳房的接口调用
3、httpConnection的简单封装-1/fafajfklajfkjf kljakljoijoilaslkfj
2/afklajfklfjlkajffa
3/fakljfaldjaflfjlkdjlfj
Platform: |
Size: 3062784 |
Author: 何志飞 |
Hits: