zoukankan
html css js c++ java
Eclipse常用快捷键-15个
15 个 Eclipse 常用开发快捷键使用技巧
1、
alt+? 或
alt+/:自动补全代码或者提示代码
2、
ctrl+o:快速outline视图
3、
ctrl+shift+r:打开资源列表
4、
ctrl+shift+f:格式化代码
5、
ctrl+e:快速转换编辑器
6、
ctrl+page down 或
ctrl+page up: 选项卡之间快速切换
7、
shift+enter 及
ctrl+shift+enter: 在当前行上或者下边创建空白。
8、
Alt+方向键上下:上下行交换内容或把当前行内容把上或下移动
9、
Control+Alt+方向上下键:复制高亮显示的一行或多行
10、
ctrl+m:当前编辑页面窗口最大化
11、
ctrl+/:自动注释当前行或者选择的多行
12、
ctrl+shift+/:自动注释掉选择的代码块
13、
ctrl+d:删除当前行
14、
ctrl+shift+x 和
ctrl+shift+y :英文字母大小写的转换
15、
ctrl+shift+o:自动引入包和删除无用包
查看全文
相关阅读:
squid节点添加新域名测试
策略路由
nagios note
squid日志时间转换
kuangbin专题十六 KMP&&扩展KMP HDU3336 Count the string
kuangbin专题十六 KMP&&扩展KMP POJ3080 Blue Jeans
kuangbin专题十六 KMP&&扩展KMP HDU2594 Simpsons’ Hidden Talents
kuangbin专题十六 KMP&&扩展KMP POJ2752 Seek the Name, Seek the Fame
kuangbin专题十六 KMP&&扩展KMP POJ2406 Power Strings
kuangbin专题十六 KMP&&扩展KMP HDU1358 Period
原文地址:https://www.cnblogs.com/liqbk/p/12807139.html
最新文章
【spoj1182/usaco-Cow Queueing, 2003 Dec-二进制编号】数位dp
【Dream Counting, 2006 Dec-数数的梦】数位dp
【LuoguP3038/[USACO11DEC]牧草种植Grass Planting】树链剖分+树状数组【树状数组的区间修改与区间查询】
【bzoj3476-懒惰的奶牛】线段树
【bzoj1593-预定旅馆】线段树维护连续区间
【bzoj3387-跨栏训练】线段树+dp
logging模块
subprocess模块
hashlib加密模块
configparser模块
热门文章
xml模块
序列化模块--json模块--pickle模块-shelve模块
shutil模块
os模块-sys模块
iptables log
PHP Fatal error: Call to undefined function mb_substr()
Linux安装pdo_mysql模块
Lamp源码搭建
Ansible简介
SSH无密码登录
Copyright © 2011-2022 走看看