Python 开发工具 Pycharm —— 使用技巧Lv.1

Basic code completion Ctrl+空格 is available in the search field when you search for text in the current file Ctrl+F, so there is no need to type the entire string

基本代码完成Ctrl +空格可在搜索领域当你搜索文本在当前文件Ctrl + F,所以没有必要整个字符串类型
To make your printouts (File | Print) nice and informative, use keywords. For example, use D A T E DATE DATE and T I M E TIME TIME to specify the exact date and time of the printout.

要使您的打印输出(文件| Print)漂亮且信息丰富,请使用关键字。 例如,使用 D A T E DATE DATE和 T I M E TIME TIME来指定打印输出的确切日期和时间。
Use camel case in the Search Everywhere popup (double Shift) to filter the list of results when searching for a class, file, or symbol.

在Search Everywhere弹出框中使用驼峰大小写(双Shift)来过滤搜索类、文件或符号时的结果列表。
使用Ctrl + Alt + 左右箭头 ,实现追踪代码回跳到上次光标位置

相关推荐
阿斯卡码1 小时前
jupyter添加、删除、查看内核
ide·python·jupyter
埃菲尔铁塔_CV算法4 小时前
图像算法之 OCR 识别算法:原理与应用场景
图像处理·python·计算机视觉
封步宇AIGC4 小时前
量化交易系统开发-实时行情自动化交易-3.4.2.Okex行情交易数据
人工智能·python·机器学习·数据挖掘
封步宇AIGC4 小时前
量化交易系统开发-实时行情自动化交易-2.技术栈
人工智能·python·机器学习·数据挖掘
love_and_hope5 小时前
Pytorch学习--神经网络--完整的模型训练套路
人工智能·pytorch·python·深度学习·神经网络·学习
在人间负债^6 小时前
基于标签相关性的多标签学习
人工智能·python·chatgpt·大模型·图像类型
python1567 小时前
使用YOLOv9进行图像与视频检测
开发语言·python·音视频
狂奔solar7 小时前
DQN强化训练agent玩是男人就下xx层小游戏
python·pygame·dqn 强化
互联网杂货铺7 小时前
软件测试之白盒测试(超详细总结)
自动化测试·软件测试·python·测试工具·职场和发展·单元测试·测试用例
Z pz7 小时前
网络编程——Python简单TCP通信功能代码实践
网络·python·tcp/ip