Nav logo 写文章 注册 登录
  • 首页
  • 下载App
  • 会员
  • IT技术
240
发简信
呦嚯嚯嚯12138
  • 3

    关注
  • 0

    粉丝
  • 26

    文章
  • 3221

    字数
  • 2

    收获喜欢
  • 1

    总资产
  • 文章
  • 动态
  • 最新评论
  • 热门
  • 将本地项目导入到码云

    1、cd到文件目录下 2、文件中有Git文件 需要移除 命令:rm -rf .git 3、git init 4、git add . 5、git ...

    160 0 0
  • git 创建分支 合并分支(xcode上的操作)

    1/左边管理栏第二栏选择branchfrom“主干名字”:为这个主干创建分支 2/切换当前分支:选中当前分支,右键选择checkout 3/在分...

    2535 0 0
  • 百度坐标转换为高德坐标进行导航

    + (CLLocationCoordinate2D)bd09Decrypt:(double)bdLat bdLon:(double)bdLon ...

    802 0 0
  • 矩形

    CGContextSetFillColorWithColor(context, [UIColor blueColor].CGColor);//填...

    97 0 0
  • 直线

    CGPoint aPoints[3];//坐标点 aPoints[0] = CGPointMake(100, 80);//坐标1 aPoints...

    111 0 0
  • 画圆

    //context就相当于是画布 CGContextRef context = UIGraphicsGetCurrentContext(); /...

    145 0 0
  • 网络请求图片,根据范围取图

    CGImageRef temImg = image.CGImage; float width = CGImageGetWidth(temImg)...

    127 0 0
  • 设置圆角虚边

    -(void)boundingRectangleForView:(UIView *)fatherView{ CGRect frame = fat...

    359 0 0
  • 监听是否触发home键挂起程序和是否重新进入程序程序.

    [[NSNotificationCenter defaultCenter] addObserver:self selector:@selecto...

    114 0 0
个人介绍
ios
  • 他关注的专题/文集/连载
  • 他喜欢的文章