2007年03月14日 星期三 14:05
我在看sqlalchemy的测试代码时,看到了一个关于@符号的用法. @testbase.supported('sqlite') 我想问下python里关于@的用法.@是什么?在语句中起什么作用. -------------- next part -------------- An HTML attachment was scrubbed... URL: http://python.cn/pipermail/python-chinese/attachments/20070314/561bee27/attachment.htm
2007年03月14日 星期三 14:36
各位高手! 请问能不能用python写在Windows窗口下模拟键盘、鼠标操作的东东?就像按键精灵那样的软件,都需要哪些模块呢,有没有类似的例子或资料,先谢谢了`` 致 礼! 李李 py.7在163.com 2007-02-17
2007年03月14日 星期三 14:37
装饰器 @log def test():pass 等价于 def test():pass test = log(test) On 3/14/07, Kula <kulasama at gmail.com> wrote: > > 我在看sqlalchemy的测试代码时,看到了一个关于@符号的用法. > @testbase.supported('sqlite') > 我想问下python里关于@的用法.@是什么?在语句中起什么作用. > > _______________________________________________ > python-chinese > Post: send python-chinese at lists.python.cn > Subscribe: send subscribe to python-chinese-request at lists.python.cn > Unsubscribe: send unsubscribe to python-chinese-request at lists.python.cn > Detail Info: http://python.cn/mailman/listinfo/python-chinese > -- http://codeplayer.blogspot.com/ -------------- next part -------------- An HTML attachment was scrubbed... URL: http://python.cn/pipermail/python-chinese/attachments/20070314/f52a6e60/attachment-0001.html
2007年03月14日 星期三 15:17
try pyhook 在 07-3-14,py<py.7 at 163.com> 写道: > 各位高手! > > 请问能不能用python写在Windows窗口下模拟键盘、鼠标操作的东东?就像按键精灵那样的软件,都需要哪些模块呢,有没有类似的例子或资料,先谢谢了`` > > 致 > 礼! > > > 李李 > py.7 at 163.com > 2007-02-17 > > _______________________________________________ > python-chinese > Post: send python-chinese at lists.python.cn > Subscribe: send subscribe to python-chinese-request at lists.python.cn > Unsubscribe: send unsubscribe to python-chinese-request at lists.python.cn > Detail Info: http://python.cn/mailman/listinfo/python-chinese
Zeuux © 2025
京ICP备05028076号