zoukankan
html css js c++ java
IDEA常用快捷键
Ctrl+X 删除行
Ctrl+D 复制行
Ctrl+N 查找类
Ctrl+Shift+N 查找文件
Ctrl+F 查找文本
Ctrl+R 替换文本
Alt+7 查找类中的方法
Ctrl+Alt+H 查看方法调用树
Ctrl+H 查看类层级
Ctrl+G 跳转指定行数
Ctrl+Shift+L 格式化代码
Ctrl+Shift+O 优化导入的包
Alt+Insert 生成代码(构造器,get,set方法)
查看全文
相关阅读:
codeforces round #234B(DIV2) B Inna and New Matrix of Candies
关于禁止ipad的home键解决方法
ios cocos2d 画线出现闪烁问题
ios 关于[xxx timeIntervalSinceNow]出现EXC_BAD_ACCESS错误的解决办法
Codeforces Round #228 (Div. 2) B. Fox and Cross
Codeforces Round #228 (Div. 2) A. Fox and Number Game
c语言 %p
xcode 编译opencv ios容易出现的错误
ios编译ASIHTTPRequest时出现 'libxml/HTMLparser.h' file not found in ASIHTTPRequest
当编译CCBReader时出现 “ CCBAnimationManager.m Use of undeclared identifier 'other‘ ” 解决方法
原文地址:https://www.cnblogs.com/zhuqianchang/p/7240718.html
最新文章
csu 1538: Shopping(贪心)
csu 1537: Miscalculation(栈)
csu 1536 Bit String Reordering(模拟 bfs+状态压缩)
HDU 2955 Robberies(01 背包)
leetcode Reverse Words in a String
Leetcode Two Sum
静态全局变量和全局变量
Codeforces Round #210 (Div. 2) A. Levko and Table
Codeforces Round #209 (Div. 2) B. Permutation
Codeforces Round #209 (Div. 2) A. Table
热门文章
Codeforces Round #216 (Div. 2) B. Valera and Contest
Codeforces Round #216 (Div. 2)A. Valera and Plates
求字符串中对称的子字符串的最大长度
Codeforces Round #233 (Div. 2) B. Red and Blue Balls
Codeforces Round #233 (Div. 2) A、Pages
Codeforces Round #235 (Div. 2)C、Team
Codeforces Round #235 (Div. 2) B. Sereja and Contests
Codeforces Round #235 (Div. 2) A. Vanya and Cards
codeforces round #234B(DIV2) C Inna and Huge Candy Matrix
codeforces round #234B(DIV2) A Inna and Choose Options
Copyright © 2011-2022 走看看