E-COM-NET
首页
在线工具
Layui镜像站
SUI文档
联系我们
推荐频道
Java
PHP
C++
C
C#
Python
Ruby
go语言
Scala
Servlet
Vue
MySQL
NoSQL
Redis
CSS
Oracle
SQL Server
DB2
HBase
Http
HTML5
Spring
Ajax
Jquery
JavaScript
Json
XML
NodeJs
mybatis
Hibernate
算法
设计模式
shell
数据结构
大数据
JS
消息中间件
正则表达式
Tomcat
SQL
Nginx
Shiro
Maven
Linux
BaseHTTPServer
基于
BaseHTTPServer
的HTTPS服务器
最近写了一个Https的Server,用
BaseHttpServer
写的,重写了setup方法,使用python2.6的ssl库#!
aiyouaa
·
2014-01-14 17:00
python wsgi,SocketServer ,
BaseHTTPServer
WSGI 之前对python的HTTP Server的理解有点混乱,既可以通过
BaseHTTPServer
启动一个python http server,那么python wsgi又是干什么的?
san_yun
·
2014-01-03 20:00
python
Python 学习入门(28)—— 服务器实例
在新的Python 3.x中,
BaseHTTPServer
, SimpleHTTPServer, CGIHTTPServer整合到http.server包,SocketServer改名为socketserver
king_tt
·
2013-12-17 00:00
python
Python 学习入门(28)—— 服务器实例
在新的Python3.x中,
BaseHTTPServer
,SimpleHTTPServer,CGIHTTPServer整合到http.server包,SocketServer改名为socketserver
sunboy_2050
·
2013-12-17 00:00
python 建立简单的web服务器
8000]eg: python-mSimpleHTTPServer80902、然后就可以在浏览器中输入地址访问:eg: http://ip:8090/filename这里的Web服务器模块有如下三种:
BaseHTTPServer
whp07
·
2013-11-20 14:24
python
web服务器
python 建立简单的web服务器
默认8000]eg:python-mSimpleHTTPServer80902、然后就可以在浏览器中输入地址访问:eg:http://ip:8090/filename这里的Web服务器模块有如下三种:
BaseHTTPServer
whp07
·
2013-11-20 14:24
web服务器
python
python
BaseHTTPServer
BaseHTTPServer
BaseHTTPServer
提供了 HTTPServer ,BaseHTTPRequestHandler两个类用与实现简单的http
MaxOmnis
·
2013-07-29 16:00
server
SimpleHTTPServerWithUpload.py
s文章内容主要来自以下网页http://www.lifeba.org/arch/python_http_simplehttpserver_
basehttpserver
_cgihttpserver.htmlhttp
andych008
·
2012-11-21 18:00
Python的学习(十四)---- 实现简单的HTTP服务器
用Python实现简单的HTTP服务器用于搭建httpserver的模块有如下三种:1)
BaseHTTPServer
:提供基本的Web服务和处理器类,分别是HTTPServer及BaseHTTPRequestHandler
linda1000
·
2012-10-18 21:12
python
Python的学习(十四)---- 实现简单的HTTP服务器
用Python实现简单的HTTP服务器用于搭建httpserver的模块有如下三种:1)
BaseHTTPServer
:提供基本的Web服务和处理器类,分别是HTTPServer及BaseHTTPRequestHandler
linda1000
·
2012-10-18 21:00
python
server
HTTP服务器
服务器
服务器软件
python 简单的Http服务器
/usr/bin/env python from os import curdir,sep from
BaseHTTPServer
import BaseHTTPRequestHandler,HTTPServer
k_lb
·
2012-03-13 10:00
HTTP服务器
python 简单的Http服务器
/usr/bin/env python from os import curdir,sep from
BaseHTTPServer
import BaseHTTPRequestHandler,HTTPServer
Cages
·
2012-03-13 10:00
HTTP服务器
python 记录
看到一个python入门脚本 记录一下 from
BaseHTTPServer
import * import base64, os decorator = lambda
luxiao.hjt
·
2011-11-07 15:00
shell后台执行serve_forever()报出Input/output error
http_server.py为一个启动http服务器的脚本,大概代码: server_address = ("", 7000) server =
BaseHTTPServer
.HTTPServer
flysnowxf
·
2011-09-07 15:00
python
python是个什么东西---python---python的httpsever
# -*- coding:UTF-8 -*- import os import
BaseHTTPServer
import time import threading import
metallica_1860
·
2010-07-13 10:00
thread
python
OS
简易web服务器版本二
# -*- coding:UTF-8 -*- import os import
BaseHTTPServer
import time import threading import urlparse
忧里修斯
·
2010-04-15 21:00
JavaScript
thread
Web
css
OS
python简单的http服务器
importos importBaseHTTPServer importtime importthreading importurlparse classServerHandler(
BaseHTTPServer
.BaseHTTPRequestHandler
忧里修斯
·
2010-04-15 16:00
thread
html
python
OS
F#
代码阅读 -
BaseHTTPServer
.py
BaseHTTPServer
.py平平无奇,看过SocketServer之后,只要了解HTTP协议就能看明白。
cp62
·
2009-01-04 17:00
工作
server
socket
command
header
Path
代码阅读 -
BaseHTTPServer
.py
BaseHTTPServer
.py平平无奇,看过SocketServer之后,只要了解HTTP协议就能看明白。
mayflowers
·
2007-04-05 09:00
工作
server
socket
header
command
Path
上一页
1
2
下一页
按字母分类:
A
B
C
D
E
F
G
H
I
J
K
L
M
N
O
P
Q
R
S
T
U
V
W
X
Y
Z
其他