240 发简信
IP属地:湖南
  • windows C盘清理

    windows清理C盘1.所有软件的缓存:C:\Users\liguanglei\AppData\Local 2.删除休眠文件 4G首先,清除系...

  • Resize,w 360,h 240
    iOS xcode引入AI助手Codeium

    一、优点:支持Swift、OC等70多种语言仅需在官方注册账号即可免费使用,并且官方承诺永久免费还提供Codeium Chat类似ChatGPT...

  • CVPixelBufferRef的使用

    背景在iOS里,我们经常能看到 CVPixelBufferRef 这个类型,在Camera 采集返回的数据里得到一个CMSampleBuffer...

  • xcode instrument cpu profile leaks笔记

    call Tree 解释:Separate by Thread -> 按线程分割Invert Call Tree -> 反转调用顺序Hide S...

  • UIButton的属性imageEdgeInsets,titleEdgeInsets的理解

    UIEdgeInsets(top: 0, left: 0, bottom: 0, right: 0) 其中包含的四个参数意义为:正值为靠近控件矩...

  • Macshell脚本将一张大图自动切成多张小图

    脚本下载地址:https://github.com/gleeeli/GlOCDemo/blob/master/GlOCDemo/Resource...

  • Resize,w 360,h 240
    用python脚本将excel表格内容,生成多语言文本xx.string

    完成demo可访问:https://github.com/gleeeli/PythonLocalizableProject[https://gi...

  • ios OC输出格式

    %c-----------输出一个字符 %d-----------以10进制的格式输出整形 %f-----------输出float类型 %lf...

  • swift5 操作字符串 以及正则

    //方案1let keyWordRange = allText.range(of: "测试")//方案2//let keyWordRange =...