ide

Python IDE

不羁的心 提交于 2020-02-06 01:47:52
几款款不错的 Python IDE (集成开发环境) PyCharm PyCharm 是由 JetBrains 打造的一款 Python IDE。 PyCharm 具备一般 Python IDE 的功能,比如:调试、语法高亮、项目管理、代码跳转、智能提示、自动完成、单元测试、版本控制等。 另外,PyCharm 还提供了一些很好的功能用于 Django 开发,同时支持 Google App Engine,更酷的是,PyCharm 支持 IronPython。 PyCharm 官方下载地址: http://www.jetbrains.com/pycharm/download/ Sublime Text Sublime Text 具有漂亮的用户界面和强大的功能,例如代码缩略图,Python 的插件,代码段等。还可自定义键绑定,菜单和工具栏。 Sublime Text 的主要功能包括:拼写检查,书签,完整的 Python API , Goto 功能,即时项目切换,多选择,多窗口等等。 Sublime Text 是一个跨平台的编辑器,同时支持 Windows、Linux、Mac OS X等操作系统。 来源: CSDN 作者: 披风秃头侠 链接: https://blog.csdn.net/qq_41371349/article/details/104178867

其他:Spring5.0框架源码导入IDEA

眉间皱痕 提交于 2020-02-03 03:21:11
1.下载Spring spring-framework-5.0.4.RELEASE 下载地址: https://github.com/spring-projects/spring-framework/releases 2.下载Gradle编译 由于spring是采用Gradle编译,所以必须下载Gradle 下载的最新版本: https://gradle.org/next-steps/?version=4.6&format=bin 2.1 配置环境变量 添加:GRADLE_HOME 添加环境变量:Path:%GRADLE_HOME%\bin 2.2 检测环境   win+R 输入 cmd 回车,写入以下命令进行测试: gradle -v 3. 编译 cmd 切到:spring-framework-5.0.4.RELEASE 目录,执行以下命令 gradlew.bat 3.1 导入idea 然后等待编译,编译时间有点长要有点耐心。 完成。 问题: 运行项目时出现 Download https://services.gradle.org/distributions/gradle-3.3-all.zip 21 s 是因为这个文件处在外网服务器,下载很慢所以连接总是中断, 因此可以自行下载 ,然后 打开C盘,找到 .gradle文件夹的最后一级目录,把文件放进去。 文章转载至: https

解决Maven下载速度缓慢问题

微笑、不失礼 提交于 2020-02-02 21:18:59
解决Maven下载速度缓慢问题 第一步:找到自己安装maven的路径,选择setting.xml     D:\apache-maven-3.2.2\conf\settings.xml 第二步:打开setting.xml文件,找到mirrors节点添加阿里镜像库地址: <mirror> <id>alimaven</id> <name>aliyun maven</name> <url>http://maven.aliyun.com/nexus/content/groups/public/</url> <mirrorOf>central</mirrorOf> </mirror> 第三步:在开发工具(IDE或者eclipse)中重新选择一下maven的setting.xml,重启IDE 来源: https://www.cnblogs.com/YUJIE666/p/12253483.html

How to get the current project name in Delphi directories settings?

不打扰是莪最后的温柔 提交于 2020-02-02 14:53:26
问题 In the project directory settings, I often need to use the project name, say 'MyProject' , as part of the output paths. I would prefer to avoid hardcoding the project name in the settings. Is there a variable, like $(Config) and $(Platform) , to dynamically obtain the current project name (without extension)? 回答1: You can use $(SanitizedProjectName) for this purpose. Be aware that the debugger might not support that. 来源: https://stackoverflow.com/questions/58461383/how-to-get-the-current

How to get the current project name in Delphi directories settings?

社会主义新天地 提交于 2020-02-02 14:50:50
问题 In the project directory settings, I often need to use the project name, say 'MyProject' , as part of the output paths. I would prefer to avoid hardcoding the project name in the settings. Is there a variable, like $(Config) and $(Platform) , to dynamically obtain the current project name (without extension)? 回答1: You can use $(SanitizedProjectName) for this purpose. Be aware that the debugger might not support that. 来源: https://stackoverflow.com/questions/58461383/how-to-get-the-current

寒假学习进度3

我与影子孤独终老i 提交于 2020-02-01 22:30:54
  今天主要完成了pyqt库及相应工具的安装,以及简单的实现了界面功能。   开发工具IDE选择pycharm,因为之前就进行过python爬虫学习,所以IDE早就以及安装配置好了。   还有一点需要提的就是pyqt提供一个可视化工具叫QTDesigner,就像我们之前做过的C#一样,直接拖动控件完成界面布局就可以,省时间又省力气。   大致界面如下:   明天就要开始看考研网课了,界面开发可以先放一放。 来源: https://www.cnblogs.com/Aduorisk/p/12250056.html

PyCharm2019.3.2专业版激活

安稳与你 提交于 2020-02-01 10:29:37
PyCharm2019.3.2专业版激活 Ryan 蚂蚁小黑 PyCharm 专业版激活 今天是除夕,在这阖家团圆的日子里,祝大家新春快乐,鼠年大吉,愿大家在新的一年里身体健康,万事如意! 新的一年马上开始了,你是否想过这一年给自己新增一些技能,比如......学习Python呢?“工欲善其事,必先利其器”,学习Python没有趁手的IDE怎么行,今天给大家介绍最好用的IDE-PyCharm2019.3.2专业版! 已经安装过PyCharm2019.3.1版本的同学,打开IDE后如果收到提示更新,可直接点击弹窗的Update更新即可,更新完成后不需要重新激活。如果没收到更新提示,而自己又想更新的,可以点击"Help"->Check for Update->见下图 点击Update and Restart进行更新并重启。 对于第一次下载安装PyCharm的同学,可参考 PyCharm2019.3专业版激活 因激活方式一样,这里就不赘述。至于有些同学在犹豫安装python还是Anaconda(内置python),推荐安装Anacoda,那么安装Anaconda有什么好处呢?大家可点击 Python、Anaconda和PyCharm之间的关系 查看。 如需补丁和激活码,可在公众号内回复 2019.3 获取。 友情提示:在以下IDE版本测试可成功激活: IntelliJ IDEA 2019

【IDE】pycharm快捷键

倖福魔咒の 提交于 2020-02-01 06:17:53
编辑类 ctrl + shift + s 打开设置页面 shift + enter 新起一行 ctrl + y 删除本行 ctrl + d 复制粘贴本行 ctrl + q 查看函数信息 ctrl + 鼠标左键 进入某函数 ctrl + b 进入某函数 ctrl + F4 关闭运行的选项卡 F3 查找选中的目标的下一个 shift + F3 查找选中的目标的前一个 ctrl+ R 替换选中的目标 ctrl+ shift + F 全局查找选中的目标 ctrl+ shift+ R 全局替换选中的目标 ctrl+ F10 运行 ctrl + F9 调试 ctrl+ shift + F10 运行编辑器配置 Alt + Right/Left 跳转到下一个、前一个编辑的选项卡 ctrl + tab 切换编辑选项卡 alt + F12 打开terminal Alt + Enter: 自动下载本地不存在的包 版本控制 Ctrl + K commit项目 Ctrl + Shift + K push项目 Ctrl + T 更新项目(比如github上的 项目发生了变化,可以使用该快捷键一键更新到本地) Alt+ ·(esc下方的按键) 打开vcs菜单,可以进行commit、push或者 待补充… 来源: CSDN 作者: Teemo_2020 链接: https://blog.csdn.net

PyCharm 3.0 fails to find PyQt5

删除回忆录丶 提交于 2020-01-31 06:22:18
问题 I've got Python 3.3.2 installed (both x86 and x64 versions) and PyQt5.1 installed on top of them. Recently I installed PyCharm 3.0 Community Edition and configured to work with these Python interpreters. The problem is that PyQt5 is not shown in the list of installed packages and documentation is not working (both Ctrl+Space to autocomplete and Ctrl+Q for docs). When PyCharm is quering skeleton generation it seems to process PyQt but to no use. When I try to install PyQt using packages system

PyCharm 3.0 fails to find PyQt5

一个人想着一个人 提交于 2020-01-31 06:22:15
问题 I've got Python 3.3.2 installed (both x86 and x64 versions) and PyQt5.1 installed on top of them. Recently I installed PyCharm 3.0 Community Edition and configured to work with these Python interpreters. The problem is that PyQt5 is not shown in the list of installed packages and documentation is not working (both Ctrl+Space to autocomplete and Ctrl+Q for docs). When PyCharm is quering skeleton generation it seems to process PyQt but to no use. When I try to install PyQt using packages system