日志文章列表

2008年05月05日 13:21:16

HTTP/1.1状态代码及含义 

100 Continue 初始的请求已经接受,客户应当继续发送请求的其余部分。(HTTP 1.1新)
101 Switching Protocols 服务器将遵从客户的请求转换到另外一种协议(HTTP 1.1新)
200 OK 一切正常,对GET和POST请求的应答文档跟在后面。
201 Created 服务器已经创建了文档,Location头给出了它的URL。
202 Accepted 已经接受请求,但处理尚未完成。
203 Non-Authoritative Information 文档已经正常地返回,但一些应答头可能不正确,因为使用的是文档的拷贝(HTTP 1.1新)。
204 No Content 没有新文档,浏览器应该继续显示原来的文档。如..

阅读全文>>

Tags: http   状态码   含义   1.1  

类别: 技术专刊 |  评论(0) |  浏览(6200) |  收藏
2008年05月05日 11:55:26

CURL手册

LATEST VERSION

You always find news about what's going on as well as the latest versions
from the curl web pages, located at:

    http://curl.haxx.se

SIMPLE USAGE

Get the main page from netscape's web-server:

    curl http://www.netscape.com/

Get the README file the user's home directory at funet's ftp-server:

    curl ftp://ftp.funet.fi/README

Get a web page from a server using port 8000:

    curl http:..

阅读全文>>

Tags: curl   下载   手册   http   ftp  

类别: linux开发 |  评论(0) |  浏览(6661) |  收藏
2008年05月05日 01:40:03

安装SCIM,中文输入

对于一个新装好的没有安装SCIM的Debian系统(新的debian安装器选择中文安装后,一边都已经装好了scim),只要

       apt-get install scim


      就已经安装好SCIM了!当然还不能用。因为SCIM只是一个输入法平台,还要在上面安装输入法(或者码表)。例如,

       apt-get install scim-chinese


      就可以使用智能拼音输入法了!当然在使用之前还要先配置一下,配置方法很简单,在/etc/X11/Xsession.d/里新..

阅读全文>>

Tags: scim   安装   中文   输入  

类别: 操作系统 |  评论(0) |  浏览(5904) |  收藏