zoukankan      html  css  js  c++  java
  • some knowledge t

    NSNumber
    static
    看下面例子  gCount可以在Person 文件中使用  在main 中不行
    @property()括号中可以填的属性
    国际化
    OC中的快捷键操作
    operation + command + 0     缩进右侧边框栏
     command + 0                       缩进左侧边框栏

    control + command + 箭头【上下】切换文件
    control + command + 箭头【左右】最近访问的文件 

    command +  /                     注释
    command + shift + k           清空
    command + x          剪切          
    command + c          复制 
    command + v          粘贴 
    command  + shift  + alt  + ←  合住所有方法 
    command 
    command + shift + N     新建一个Xcode 
    command + R            运行 
    command + ,          偏好设置 
    Cmd + .                   方便地暂停运行iOS模拟器
    关于类的对象
    类方法是不能访问实例变量的【此时实例变量还没有创建】
  • 相关阅读:
    Hadoop-MyEclipse安装配置
    grid搜索最优参数
    python数据集处理
    集合框架
    Java泛型集合
    python机器学习工具包
    IO流
    Eclipse导入Hadoop源码项目及编写Hadoop程序
    Hadoop日志以及日志的格式和命名组成
    VIM键盘映射 (Map)
  • 原文地址:https://www.cnblogs.com/GhostKZShadow/p/5105476.html
Copyright © 2011-2022 走看看