240 发简信
IP属地:四川
  • 修改Xcode默认模版

    前往文件夹位置:/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.pl...

  • 模拟器无法运行

    最近老遇到一个问题:使用模拟器运行的时候,会报错,每次都需要clean,很烦人的,The operation couldn’t be compl...

  • NSString

    content: length:NSUInteger,%ld characterAtIndex: it isn't get the string...

  • ssh服务常见问题总结

    登录是出现如下提示:ssh root@172.16.81.221@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@...

  • Mac下修改hosts的方法

    前往文件夹:/private/etc/找到hosts然后将本地编辑好的hosts拖进去,覆盖原来的文件,输入电脑密码,就OK了。

  • 计算文字宽度和高度

    计算文字宽度 NSString *content = @"欢迎来到北京";CGSize size =[content sizeWithAttri...

  • debug->release运行时报的错

    ‘XXXX’ was compiled with optimization - stepping may behave oddly; varia...

  • 数据类型和变量

    整数可以用十进制,也可以使用十六进制(0x) 浮点数可以用数学写法,也可以用科学计数法(1.23e9) 字符串是以 ' ' 或 " " 括起来的...

  • 输入和输出

    输出 print 'hello,world' print语句也可以跟上多个字符串,用逗号隔开,就可以连成一串输出:print 'The quic...