首页
学习
活动
专区
圈层
工具
发布
    • 综合排序
    • 最热优先
    • 最新优先
    时间不限
  • 来自专栏网络安全技术点滴分享

    靠近自动解锁,远离即刻锁定:BLEUnlock让你的Mac更智能

    id stringByReplacingOccurrencesOfString:@".Launcher" withString:@""]; // 检查主应用是否已经在运行 if ([NSRunningApplication

    36010编辑于 2026-01-04
  • 来自专栏网罗开发

    13 个 GCD 应用场景

    ///////////////////////////////////////////// 64 9999 监听进程 在 Mac 开发中,你可以监听其他进程的开启关闭情况: let apps = NSRunningApplication.runningApplications

    68620发布于 2021-09-09
  • 来自专栏戴铭的博客

    细说 GCD(Grand Central Dispatch)如何用

    NSRunningApplication *mail = [NSRunningApplication runningApplicationsWithBundleIdentifier:@"com.apple.mail

    2.5K30发布于 2020-06-16
领券