如题。 Shell中用history查看,Python中什么命令查?
谢
python
如果你用的是 ipython 的话, 使用magic function: %history
ipython
%history
In [1]: import django In [2]: %history import django %history In [3]:
谢谢,但我现在在Windows下运行Python, 怎么查Python运行过的命令,只查本次启动后运行的也可以。
看一看这个博文,是不是能解决你的问题: http://blog.csdn.net/imfinger/article/details/9398261
python RE的match()和group()疑问
Python Code for the Web Server
python 音频转换 amr转mp3
大数据怎么样判断数据唯一性效率高?
分布式项目工程之间的依赖
python怎么读取指定内存中的内容