240 发简信
IP属地:北京
  • UIView与CALayer

    两者的关系 在创建UIView对象时,UIView内部会自动创建一个图层(CALayer对象),而当UIView对象需要显示到屏幕上时,会调用drawRect:方法进行绘图,...

  • 120
    iOS dyld加载流程(初探)

    iOS app代码的编译过程 源文件:载入.h、.m、.cpp等文件 预处理:替换宏,删除注释,展开头文件,产生.i文件 编译:将.i文件转换为汇编语言,产生.s文件 汇编:...

  • 你好,我再编译那一步,出现了这样的错误:
    c++: internal compiler error: 已杀死 (program cc1plus)
    Please submit a full bug report,
    with preprocessed source if appropriate.
    。。。。
    [ 60%] Built target opencv_stitching
    Makefile:160: recipe for target 'all' failed
    这怎么解决呢

    Ubuntu 18.04安装配置OpenCV 4.4.0

    概述 本文介绍ubuntu下OpenCV的编译安装以及环境配置,ubuntu版本18.04 OpenCV下载 下载地址OpenCV官网[https://opencv.org/...