
PyCharm
fK0pS
女朋友每天催着我写博客
展开
-
pyCharm如何观察变量的值?
方案一:使用debughttps://blog.csdn.net/tina_ttl/article/details/51034819方案二:https://www.zhihu.com/question/38234248我的总结第一种是debug模式下,看变量的值:另外一种方式是采用非Debug的模式:用python console...原创 2019-07-23 16:01:34 · 6398 阅读 · 1 评论 -
pyCharm如何更改python解释器
如何更改pyCharm的python解释器,比如自己创建的虚拟环境中的解释器?https://blog.csdn.net/qq_39516859/article/details/80068910根据以上的博客,我的问题得到了解决...原创 2019-07-23 15:21:09 · 5354 阅读 · 0 评论 -
pycharm debug模式中如何将二维array当成图来看
坑未填原创 2019-07-28 19:50:56 · 1541 阅读 · 4 评论 -
Pycharm如何打开.ui文件,并进行设计?
坑?Pycharm如何打开.ui文件,并进行设计?请参考:https://jingyan.baidu.com/album/5553fa829ec49265a2393422.html?picindex=2和https://blog.csdn.net/ljlchrr/article/details/82143024以上的两个尝试均失败了:我仍然无法使用Qtdesin...原创 2019-09-07 16:18:22 · 9016 阅读 · 0 评论 -
PyUIC参数是什么含义,如何才能使aaa.ui文件编译成Ui_aaa.py
请参考:https://blog.csdn.net/seeground/article/details/49153659我要的答案是:C:\Users\CCC\Anaconda3\envs\Eric\python.exe-m PyQt5.uic.pyuic $FileName$ -o Ui_$FileNameWithoutExtension$.py$FileDir$...原创 2019-09-07 17:28:12 · 465 阅读 · 0 评论 -
训练第一个LSTM网络
第一步骤,找到Demo;https://github.com/XXX/keras/tree/master/examples/"""#This script demonstrates the use of a convolutional LSTM network.This network is used to predict the next frame of an artif...原创 2019-10-05 19:28:27 · 304 阅读 · 0 评论 -
Github Desktop打开编辑器如何修改
Github Desktop打开编辑器如何修改https://help.github.com/cn/desktop/getting-started-with-github-desktop/configuring-a-default-editor但是我想修改成pycharm,可以吗?——————>好像不可以!...原创 2019-10-06 21:11:15 · 1615 阅读 · 0 评论 -
Python import 包 import不进去怎么办?
如上图所示,明明都在一个文件夹里,但是死活import不进去,该怎么办?这个人和我遇到了相同的问题:解决方案如下:“”https://blog.csdn.net/enter89/article/details/79960230“”...原创 2019-10-07 17:15:37 · 1046 阅读 · 0 评论