Mac OS X 常用快捷键 1)快捷键图标: Escape 为 esc 键 无 Eject 键时用电源键代替 Space Bar 为空格键 2)基本快捷键: command + x 剪切文字 command + c 复制 command + v 粘贴 command + z 撤销 command + a 全选 command + s 保存 command + f 查找 3)截图: command + shift + 3 截取全屏到文件 command + shift + 4 截取选中屏幕区域到…
引言 开发中,我们会有很多地方使用 Dialog 来展示一些提示信息或设置信息.如:用户提示.进度展示.时间设置.日期设置等. 下面我和大家一些学习下Android中常用的几种Dialog吧~ * 首先,**先介绍下 Dialog 中那些类的关系 先来一波源码 public interface DialogInterface { ...... } public class Dialog implements DialogInterface ...... public class AlertDia…