随笔分类 -  pycharm使用经验

PyCharm Django项目开发的调试方法
摘要:下面介绍两种PyCharm Django项目开发的调试方法: 方法一: 1. 使用PyCharm 自带的django项目Debug工具, 当然前提条件是django项目环境已经搭建好了。 2. 在代码中设置断电。主要是在可能出错和不确定的地方设置断点。 红圈圈就是程序会停在这里,需要按才能继续执行断 阅读全文

posted @ 2016-09-13 16:09 小作一个 阅读(7607) 评论(0) 推荐(0) 编辑

PyCharm的Debug工具栏中的Watches
摘要:In the Watches pane you can evaluate any number of variables or expressions in the context of the current stack frame. The values are updated with eac 阅读全文

posted @ 2016-09-13 15:50 小作一个 阅读(5211) 评论(0) 推荐(0) 编辑

PyCharm激活
摘要:http://idea.lanyus.com/ 阅读全文

posted @ 2016-04-27 15:18 小作一个 阅读(188) 评论(0) 推荐(0) 编辑

pycharm 设置字体大写和显示代码行号
摘要:在工具栏中点击扳手的标志,打开。 在工具栏中点击扳手的标志,打开。 找到 Ide-setting ——>Editor ——>Apperance ——>勾选 Show line numbers。 点击 apply ,ok 然后我们就可以看到在代码的左边 有对应的行号了。 接下来,我觉得代码字体太小,看 阅读全文

posted @ 2016-04-15 10:31 小作一个 阅读(1433) 评论(0) 推荐(0) 编辑

导航