51CTO博客开发
工作中学习到的
CherryPy is a pythonic, object-oriented HTTP framework. CherryPy allows developers to build web applications in much the same way they would build any other object-oriented Python program. Th
The SQLAlchemy Object Relatioinal Mapper presents a method of associating user-defined Python classes with database tables, and instances of those classes(object) with rows in their corre
as3swf as3swf is a low level Actionscript 3 library to parse, create, modify and publish SWF files. Alpha version, under active development. Please do not use in production just yet. as3swf is broug
Introduction Dejavu is a thread-safe Object-Relational Mapper for python application.It 's designed to provide the *Model* third part of an MVC application. When you build an application using deja
anything about pushbutton engine
According to http://docs.python.org/library/curses.html the curses module is only supported on Unix platforms. Try the Windows binaries from http://www.lfd.uci.edu/~gohlke/pythonlibs/#curses.
FAQ What is the PushButton Engine? 什麼是PushButton Engine The PushButton Engine is an open-source Flash game engine. There are lots of great libaries for building Flash games; PushButton Engine
根据官方的说明,结合我自己的经验,分享一下: 该用cacheAsBitmap的时候: 在一个复杂的矢量化背景图片上存在大量动画; 滚动文本区域; 基于窗口的应用(你经常会拖拽整块区域) 透明遮罩(必须强制使用,否则失效) 不应该用cacheAsBitmap的时候: 不要滥用,cacheAsBitamp十分消耗内存,一块250&tim
Introduction This article is primarily concerned with ActionScript 3 and generally specific to AVM2. Most suggestions would apply to ActionScript 2 as well, and I've noted those tips that differ b
""" regular "for" loops are moderately faster than for each loops in the minimal case. Also, as with AS2 days, decrementing your way through a for loop generally provides a
import os import re a=re.compile('"[^"]+\.mp3"') for root, dirs, files in os.walk(".",True): for name in files: &nb
磨砂
Copyright © 2005-2025 51CTO.COM 版权所有 京ICP证060544号