我在
我用心满足我的所有法典的需要。 典型的情况是,我将利用M-x汇编来管理我的测试操作员,我会说,在我需要做的70%左右,使守则走上正轨,然而,我很想知道,在什么时候可以使用M-x pdb来打断点和检查事情。 在我的演讲中,我发现,有些东西表明这有用/可行。 然而,我未能以我完全理解的方式开展工作。 我不知道,它是否把建筑外加机械混为一谈,这可能会使其更加困难,但在我试图做像这样的事情的时候。 如果....../bin/python是口译人员,则按照为所有鸡蛋规定的道路铺设。 ~/bin/pdb是一种简单的文字,用现有的假肢译者打入纸浆。 ....../bin/devserver是“dev_appserver script that the Buildingout recipe made for gae Project”,....../parts/hydrant-app is the path to the appyaml. I am first presented with a prompt 没有发生, 正在发生的事情 将报告已经确定了一个分点。 但是,我无法设法找到事情。 我认为,我在这里就没有明显的东西。 页: 1 因此,在胚胎中的互动分解是值得的? 交互分解是可能的。 关于我如何开展工作的任何建议?M-x pdb
Run pdb (like this): /Users/twillis/projects/hydrant/bin/python /Users/twillis/bin/pdb /Users/twillis/projects/hydrant/bin/devappserver /Users/twillis/projects/hydrant/parts/hydrant-app/
HellooKitty:hydrant twillis$ cat ~/bin/pdb
#! /usr/bin/env python
if __name__ == "__main__":
import sys
sys.version_info
import pdb
pdb.main()
HellooKitty:hydrant twillis$
Current directory is /Users/twillis/bin/
C-c C-f
HellooKitty:hydrant twillis$ ps aux | grep pdb
twillis 469 100.0 1.6 168488 67188 s002 Rs+ 1:03PM 0:52.19 /usr/local/bin/python2.5 /Users/twillis/projects/hydrant/bin/python /Users/twillis/bin/pdb /Users/twillis/projects/hydrant/bin/devappserver /Users/twillis/projects/hydrant/parts/hydrant-app/
twillis 477 0.0 0.0 2435120 420 s000 R+ 1:05PM 0:00.00 grep pdb
HellooKitty:hydrant twillis$
C-x [space]
Is there a way to force Django models to pass a field to a MySQL function every time the model data is read or loaded? To clarify what I mean in SQL, I want the Django model to produce something like ...