摘要:
i'm crouis 阅读全文
posted @ 2010-05-07 11:30
lexus
阅读(121)
评论(0)
推荐(0)
|
摘要:
i'm crouis 阅读全文
posted @ 2010-05-07 11:30
lexus
阅读(121)
评论(0)
推荐(0)
摘要:
i'm crouis 阅读全文
posted @ 2010-05-07 11:29
lexus
阅读(136)
评论(0)
推荐(0)
摘要:
is these part of page have some special coding in server end? 阅读全文
posted @ 2010-05-07 11:24
lexus
阅读(100)
评论(0)
推荐(0)
摘要:
<html> <head><title>400 Bad Request</title></head> <body bgcolor="white"> <center><h1>400 Bad Request</h1></center> <hr><center>... 阅读全文
posted @ 2010-05-06 23:53
lexus
阅读(291)
评论(0)
推荐(0)
摘要:
http://techgurulive.com/2009/08/09/how-to-count-files-in-the-current-directory-in-linux/reference as abovels -l |wc -lCAUTION, the link of current foler also as a file ,so as common sense,the resultyo... 阅读全文
posted @ 2010-05-06 23:40
lexus
阅读(168)
评论(0)
推荐(0)
摘要:
url='aa'print type(url)print url.encode('utf8')以上是ok的keyword="中国"print keyword.encode("utf8")就会报错了UnicodeDecodeError: 'ascii' codec can't decode byte 0xe4 in position 0: ordinal not in range(128) 阅读全文
posted @ 2010-05-05 19:51
lexus
阅读(402)
评论(0)
推荐(0)
摘要:
http://localhost:8080/testajaxhttp://127.0.0.1:8080/testajax竟然不一样,你们要小心了避世编程的感觉很好 阅读全文
posted @ 2010-05-05 16:14
lexus
阅读(221)
评论(0)
推荐(0)
摘要:
referencehttp://api.jquery.com/jQuery.post/some notes as follows:Pages fetched with POST are never cached, so the cache and ifModified options in jQuery.ajaxSetup() have no effect on these requests. 阅读全文
posted @ 2010-05-05 15:39
lexus
阅读(214)
评论(0)
推荐(0)
摘要:
$("#news").load(http://xxx_newsserver/news.php)reference:http://jquery.org.cn/bbs/simple/index.php?t2626.html 阅读全文
posted @ 2010-05-05 15:25
lexus
阅读(348)
评论(0)
推荐(0)
摘要:
session识别的原理是什么?客户端有一个key,服务器端也有一个,如果有则用同一标识,如果没有则新创建标识?(那么第一次创建标识是client导向,还是server导向(好像应该是都可以)使用ajax如何应用session,ajax有两种get,post,应用session的方式是否不一样? 阅读全文
posted @ 2010-05-05 10:42
lexus
阅读(336)
评论(0)
推荐(0)
摘要:
东亚上北,上风上水,神人老赵,真男人。屋漏偏缝边夜雨,在dreamweaver下,你呆要将html中的charset从gb2312,变成utf-8网页文件的编码就变了,好神奇哦 阅读全文
posted @ 2010-05-05 09:21
lexus
阅读(176)
评论(0)
推荐(0)
摘要:
样式padding-left和margin-left有什么区别? 悬赏分:20 - 解决时间:2006-3-31 11:18 提问者: fox10 - 一级 最佳答案 检举 阅读全文
posted @ 2010-05-03 13:58
lexus
阅读(633)
评论(0)
推荐(0)
摘要:
i want use my json lib in bottle,but encouter some error as follows:function not has write attribute,i think the problem is bottle also contain a class named json,so i use from lib import json as json... 阅读全文
posted @ 2010-05-02 17:07
lexus
阅读(333)
评论(0)
推荐(0)
摘要:
there is a moudle named fixiedpoint in sf,it can slove part of problem 阅读全文
posted @ 2010-05-02 10:38
lexus
阅读(411)
评论(0)
推荐(0)
摘要:
方式运行python脚本,会有很多鬼诡的问题,还是直接在terminal下运行比较稳妥 阅读全文
posted @ 2010-05-02 09:56
lexus
阅读(201)
评论(0)
推荐(0)
摘要:
由于bitbucket.org好像不支持代理,所以我又要把它改回来找到gedit ~/.bashrc将http_proxy前面加上#reference:http://hi.baidu.com/denghb/blog/item/c7cd828b959f3cd3fd1f10dd.html Ubuntu中apt及终端程序使用代理设置方法 2007年01月13日 星期六 13:56 因为在校园网内,... 阅读全文
posted @ 2010-05-02 08:11
lexus
阅读(298)
评论(0)
推荐(0)
摘要:
回去快11点了,口渴正好还有半瓶可乐,就喝了,结果睡的时候,虽然头晕,很累但就是脑子清醒着,关键是也不是很清醒,已经不能思考问题了,sigh~~~早上又不到六点就醒了,其实应该没睡饱,不过脑子已经半醒状态,肯定回不了笼了。 阅读全文
posted @ 2010-05-02 07:45
lexus
阅读(204)
评论(0)
推荐(0)
摘要:
今天主要将精力放在调试json上,python下的json的库很大,也看了一些文章,主要有这么一些库,demjson,simplejson,我之前比较过这两个,所以初步在这两个上用,后来发现生成的序列化后的中文还是不是中文而是类似/uxx343,\x3454等,这样不直观,可能也能用,,因为只想它序列化和反序化的操作是等价的就可以了,不过我还是想我看起来更直观一些,所以想找能直接看就是中文的,之后... 阅读全文
posted @ 2010-05-01 21:48
lexus
阅读(463)
评论(0)
推荐(0)
|