V2EX = way to explore
V2EX 是一个关于分享和探索的地方
Sign Up Now
For Existing Member  Sign In
V2EX  ›  iiduce  ›  全部回复第 128 页 / 共 131 页
回复总数  2618
1 ... 120  121  122  123  124  125  126  127  128  129 ... 131  
2010 年 9 月 25 日
回复了 Livid 创建的主题 Python 玩 Python 之必装组件
@yoyicue
先只能mark代替之了。
2010 年 9 月 25 日
回复了 Livid 创建的主题 Python 玩 Python 之必装组件
mark!
2010 年 9 月 16 日
回复了 sophon 创建的主题 问与答 现在在 godaddy 注册 .com 和 .net 域名,还有 0.99 的吗?
@rveo

删除信用卡信息时,被阻止了,报:
This Payment Method has items associated with it. Please select an account to transfer these resources to.
Note: Once these resources are moved you can then deactivate this payment method.

我把godday上仅有的两个域名的Auto renew都去掉了哦。
2010 年 9 月 7 日
回复了 disinfeqt 创建的主题 Project Babel 关于侧边栏
赞!
2010 年 9 月 4 日
回复了 iiduce 创建的主题 Python python还未入门,求教一个python的问题
@Majia
受浏览器局限,post请求是不允许跨域提交的。
2010 年 9 月 4 日
回复了 iiduce 创建的主题 Python python还未入门,求教一个python的问题
@rveo
就拿上面zaykl同学写的示例来说:
html:
<form action="/MainPage" method="post">
<input type="text" name="num" />
<input type="submit" />
</form>

python:
class MainPage(webapp.RequestHandler):
def post(self):
num = self.request.get("num")
url='http://www.v2ex.com/' +num
content=urllib2.open(url).read()
self.response.out.write(content)

其中网址X应该是“/MainPage”,网址X应该是“http://www.v2ex.com/3”

X是公开了,但是他接受的是post请求,第三方又如何使用?
2010 年 9 月 4 日
回复了 iiduce 创建的主题 Python python还未入门,求教一个python的问题
@ong

我认同,是概念转换的问题。
2010 年 9 月 4 日
回复了 iiduce 创建的主题 Python python还未入门,求教一个python的问题
@rveo
要睡了,看到你的回复还是忍不住要说几句。

首先,我们一直说的都是B/S(浏览器程序)的事情,与C/S(客户端程序)无关。

其次,B/S里面包含S,即Server,即服务器。你强调的部分一直是B,浏览器在做的事情。

最后,在Server中,我们同样可以去通过Get/Post方式请求网址,Server中做的事情对于浏览者来说is a secret。
2010 年 9 月 4 日
回复了 iiduce 创建的主题 Python python还未入门,求教一个python的问题
@rveo
既然你非要认为我问的问题是个和B/S原理相关的问题,推荐篇我的博客上曾经转载的一篇文章,

http://css9.net/what-happened-when-you-navigate/
1 ... 120  121  122  123  124  125  126  127  128  129 ... 131  
About   ·   Help   ·   Advertise   ·   Blog   ·   API   ·   FAQ   ·   Solana   ·   3349 Online   Highest 6679   ·     Select Language
创意工作者们的社区
World is powered by solitude
VERSION: 3.9.8.5 · 39ms · UTC 11:38 · PVG 19:38 · LAX 04:38 · JFK 07:38
♥ Do have faith in what you're doing.