
python-webservice
文章平均质量分 60
EE
tester
展开
-
Apache中Httpd.conf详解
## Apache服务器主配置文件. 包括服务器指令的目录设置.# 详见 URLhttpwww.apache.orgdocs## 请在理解用途的基础上阅读各指令。## 再读取此文档后,服务器将继续搜索运行# EProgram FilesApache G转载 2011-09-20 11:49:02 · 1163 阅读 · 0 评论 -
访问webservice小程序
使用suds访问webservice、用py2exe打包成.exe文件。很粗糙随意,给自己提个醒而已。。import suds,sysfrom sys import stdin,stdout#url = sys.argv(0)url = 'http://webservice.webxml.com.cn/WebServices/MobileCodeWS.asmx?wsdl'pri原创 2012-04-21 00:06:45 · 825 阅读 · 0 评论 -
PY2exe-python的exe制作工具
入门:http://www.cnblogs.com/jans2002/archive/2006/09/30/519393.html使用比较简单,只不过我的试验例子中有第三方的egg模块包(suds),导致打包成exe文件后提示模块没有找到这个问题比较头疼,未解决。网上的解决资料:http://bbs.chinaunix.net/thread-812379-1-1.html原创 2012-04-14 02:02:47 · 1875 阅读 · 1 评论 -
使用Python读写XML文件
from xml.etree.ElementTree import ElementTreefrom xml.etree.ElementTree import Elementfrom xml.etree.ElementTree import SubElementfrom xm转载 2011-09-26 14:52:08 · 1188 阅读 · 0 评论 -
实现Python对象与xml之间的相互转换
# -*- coding:UTF-8 -*- ''' Created on 2010-4-20 @author: 忧里修斯 ''' import xml.etree.ElementTree as ET转载 2011-09-26 14:59:16 · 2706 阅读 · 0 评论 -
apache 403错误 You don’t have permission to access on this server.
http://www.zuosha.net/jq/906.html在配置好了Apache服务器后,测试已经通过了,但是通过浏览器访问localhost时,出现403错误提示, Forbidden You don’t have permission to acces转载 2011-09-21 14:26:09 · 1068 阅读 · 0 评论 -
使用 python 开发 Web Service
编写webservice参照:使用 python 开发 Web Service使用ZSI包:1. Eclipse 编写WSDL2. 使用ZSI中wsdl2py脚本根据WSDL文件自动生成3个框架:.server .client .types3. 编写代码实原创 2011-08-25 14:21:34 · 1252 阅读 · 2 评论 -
WSDL介绍
WSDL 功能 怎样向别人介绍你的Web service有什么功能,以及每个函数调用时的参数呢?你可能会自己写一套文档,你甚至可能会口头上告诉需要使用你的Web service的人。这些非正式的方法至少都有一个严重的问题:当程序员坐到电脑前,想要使用你的Web servic转载 2011-08-25 14:09:23 · 644 阅读 · 0 评论 -
用python发布基于soap的webservice
资源:用python发布基于soap的webservice(一) 用python发布基于soap的webservice(二)转载 2011-08-25 14:12:27 · 1081 阅读 · 0 评论 -
使用Apache + mod_wsgi部署webpy应用
使用Apache + mod_wsgi部署webpy应用下面的步骤在Apache-2.2.3 (Red Hat Enterprise Linux 5.2, x86_64),mod_wsgi-2.0中测试通过。(译者注:本人在Windows2003 + Apache-2.2.1转载 2011-09-20 18:33:04 · 1053 阅读 · 0 评论 -
apache启动不了?
今天我本地的apache突然启动不起来了。在cmd.exe 中执行命令 net start apache2.2直接报错Apache2.2 服务正在启动 .Apache2.2 服务无法启动。发生服务特定错误: 1.请键入 NET HELPMSG 3547 以转载 2011-09-20 11:41:30 · 2492 阅读 · 3 评论 -
django+python
转载自:http://wenku.baidu.com/view/1a4c376a011ca300a6c39085.html转载 2012-10-23 17:21:14 · 340 阅读 · 0 评论