zoukankan
html css js c++ java
xcode4.0 使用快捷键
command 键就是那个windows旗帜键
option键是pc上得Alt键
1.control+D :
删除光标右边的字符
2.如果你当前在看一个.m文件,这个时候你突然想要看看与该文件对应的.h文件,我们可以使用 command + ctrl+向上箭头
组合键,打开配套文件
3.单步调试F6键
4.
command + shift + b
分析代码,找到
潜在
内存溢出问题
5.
control + command +
左/右方向键,在历史的上/下一个文件中切换
或用两个手指左右滑动
6.
双击中括号或者大括号,可以选择相应的封闭语句块
7.
command - shift - o: 快速搜索打开文件
8.
control 配合 1/2/3/4/5/6 键 :
可以快速打开相关文件/类或代码,我常用 control+1
显示打开的文件,control+6
显示当前类中的变量或方法,都可以输入来过滤
9.
command
配合 1/2/3/4/5/6/7
依次显示左边导航中每一个标签的子视图,
commandco+ 0
打开或关闭左边导航
10.
option + command
配合 1/2/3/4/5/6
依次打开右边属性窗口的每一个标签视图,特别是在
xib
时
常用,用 option + command + 0
关闭右边属性窗口
11.
command + shift + j
在左边导航中定位当前打开的文件
12.
f7
调试时 Step Into
f6
调试时 Step Over
f8
调试时 Step Out
28. command + \
: 当前行设置/取消断点
29. command + y
全局激活或禁用所有的断点
网络上志同道合,我们一起学习网络安全,一起进步,QQ群:694839022
查看全文
相关阅读:
分布式缓存系统 Memcached 状态机之SET、GET命令
分布式缓存系统 Memcached 状态机之网络数据读取与解析
分布式缓存系统 Memcached 状态机之socket连接与派发
分布式缓存系统 Memcached 主线程之main函数
分布式缓存系统 Memcached 半同步/半异步模式
分布式缓存系统 Memcached slab和item的主要操作
分布式缓存系统 Memcached 内存管理机制
分布式缓存系统 Memcached 工作线程初始化
分布式缓存系统 Memcached 哈希表操作
分布式缓存系统 Memcached 数据存储slab与hashtable
原文地址:https://www.cnblogs.com/cnsec/p/11515905.html
最新文章
开发库测试库间触发器同步 查找某时间点后的触发器 生成其删除 创建 禁用的脚本
[转] sqlserver 中查看trigger的disabled/enabled情况
[转]Vue.js 目录结构
[转]NancyFx/Nancy
[转]高品质开源工具Chloe.ORM:支持存储过程与Oracle
[转]How to get return values and output values from a stored procedure with EF Core?
[转]Sql Server 分页存储过程
[转]How to add a script in a partial view in MVC4?
[转]MVC Razor模板引擎 @RenderBody、@RenderPage、@RenderSection及Html.RenderPartial、Html.RenderAction
Bootstrap 3 Typeahead
热门文章
angularjs ui-grid cellTemplate checkbox ng-checked
[转]EntityFramework Core技术线路(EF7已经更名为EF Core,并于2016年6月底发布)
[转]Web后台模拟前端post(带NTLM验证)
[转]关于NTLM认证的.NET,php,python登录
多线程设计模式(二):Future模式
HAProxy安装配置用于TCP的负载均衡
多线程设计模式(一):总体介绍
HDFS之五:Hadoop 拒绝远程 9000 端口访问
分布式缓存系统 Memcached 基本配置与命令
分布式缓存系统 Memcached CAS协议
Copyright © 2011-2022 走看看