python2.2
>>> import py_compile
>>> py_compile.compile('xxx.py')
python2.4 later
#生成pycpython -m py_compile xxx.py
#生成pyopython -O -m py_compile xxx.py
引用
>>> import py_compile
>>> py_compile.compile('xxx.py')
python2.4 later
引用
#生成pycpython -m py_compile xxx.py
#生成pyopython -O -m py_compile xxx.py
参见:http://pymssql.sourceforge.net/
简单例子:
请参考:http://pymssql.sourceforge.net/example_pymssql.html
Python Database API Specification v2.0 :http://www.python.org/dev/peps/pep-0249/
数据库操作手册:http://www.cnxuexi.com/computer/chengxusheji/shujuku/4369.html
简单例子:
请参考:http://pymssql.sourceforge.net/example_pymssql.html
Python Database API Specification v2.0 :http://www.python.org/dev/peps/pep-0249/
数据库操作手册:http://www.cnxuexi.com/computer/chengxusheji/shujuku/4369.html