`
dragonlin06
  • 浏览: 18848 次
  • 性别: Icon_minigender_1
  • 来自: 杭州
最近访客 更多访客>>
社区版块
存档分类
最新评论
文章列表
作者 城戸雅行 (http://www.ecodazoo.com/ ) 日本flash界二号人物天才工程师独立开发的flash3d引擎AS3.0+3dmax+ps制作的 360度全景网站 .net杂志2009年交互网站的冠军 这个flash《生态动物园》里的动物一个个都傻傻得非常可爱 可见作者对环 ...
使用meliae来做Python对象内存监测 http://blog.csdn.net/akara/article/details/6329684
黑客和逆向工程的python编程 学习资料
alert(typeof(true&&false))  //boolean alert(typeof(true&false))   //number alert(typeof(false|false))  //number alert(typeof(!false))       //boolean
安装包制作
@staticmethod     def HexStringToString(value):         """         Name     :HexStringToString         Function :将16进制的字符串转化成 实际的字符串         Parameter:value(string) -- 原始数据         Return   :retValue(string)-- 转换后的值         Records  :         Huang Jichao    2009-06-17    Create       ...
元组的排序(元组是不可变的,序列是可变化的)   listCopy = list(myTuple)   listCopy.sort()   for item in listCopy:       print item          字典的排序   >>> testList=['this','a','As','sorted','is','List'] >>> testList.sort() >>> print testList ['As', 'List', 'a', 'is', 'sorted', 'this'] >>&g ...
  浅度拷贝和深度拷贝 第一个是象序列的分片操作[:] 或着是字典的copy方法. 第二个是深度嵌套结构的象类和实例的deepcopy >>> import copy >>> listOne=[1,2,3,3] >>> li = listOne >>> li [1, 2, 3, 3] >>> listOne.append(32) >>> li [1, 2, 3, 3, 32] >>> li=listOne[:] >>> li [1, 2, 3, 3, 3 ...

321

def getImpuList2(impu,number):         records = []         second = impu.index('@')         import re         pat = re.compile('\d+')         lis = pat.findall(impu)         s1=lis[-1]         first = impu.rindex(s1)         maxLength = second- first if maxLength>len(s1): second = first + len ...
http://www.iteye.com/topic/251609 http://yiyanwan77.iteye.com/blog/335208 http://www.iteye.com/wiki/taojintianxiastruts2/1616-15-to-run-and-test-procedures http://1zebra.iteye.com/blog/428460 http://devsharp.iteye.com/blog/170093 http://database.group.iteye.com/group/topic/10294 http://powerclark.it ...
pythonfather
以下有django及教程 感谢limodou同事
Qcom 北京 2010 洪强宁先生的ppt文档 不错的 虽然刚接触python不久 感觉蛮有前途的
python编程的光盘资料
你会说我用dreamwewar和frontpage两分钟就能生成一个缺省网站。 no,这不是让你做一个仅有2-3个静态页面的网站,而是拥有完整网站结构、后台管理、全文搜索、网站导航、日历、内容发布、会员管理以及灵活的页面结构调整等强大功能的网站! 这不是偷来的源码网站,而是完完全全属于你的网站,因为plone是一个完全开放源代码的软件。任何人都可以无偿拥有、使用、二次开发。 而且从你的网站做成那一秒起,它的google rank值就达到5,这得益于plone开发人员花费了大量的时间来使 Plone对搜索引擎优化。也就是说在同样内容同样访问量的情况下,你的plone站点会轻而易举的排到搜索结果的最 ...
Global site tag (gtag.js) - Google Analytics