搜索资源列表
full_conve220760742011
- Title: full conver interbase/firebird to mysql or sql server Descr iption: with this program you easily convert your database from the interbase/firebird with extention. GDB or. FDB to Mysql server or Ms Sql Server, please install interbase 2.5 and
file-read-write-http
- 文件读操作,写操作,http请求url,接收等操作的ios应用-File read and write operations, http request url, operations such as ios applications received
web_server
- 服务器监听80端口,提供WEB服务,能够响应浏览器发送的的HTTP GET请求,向浏览器返回静态HTML页面: 1、如果请求的URL是一个文件,并且该文件存在,返回请求的页面或文件。 2、如果这个文件不存在,返回404错误。 3、如果请求的是一个目录,返回目录的结构给客户端。 服务器通过fork子进程处理新的请求,实现并发处理。服务器能够记录访问日志,包括时间、客户端的IP地址和请求的URL。 -Server listens on port 80 to provide WEB
httpMan
- 基于XStream、Gson等,实现在http请求中对象的序列化和反序列化,支持RESTful模式。-Based on XStream, Gson etc., to achieve the http request serialization and de-serialization of objects, support for RESTful patterns.
httpRequest
- 最近需要开发HTTP相关项目,了解HTTP协议之后,觉得有必要开发一个这样的模块 同时为了方便我你他,把这个模块开源出来,共同学习. 目前只是处理 请求(Request)方面的信息,以后会更新响应部分吧(Recently, HTTP related projects need to be developed. After understanding the HTTP protocol, it is necessary to develop such a module.