
macOS应用记述一
获取签名方法一 std::string get_publisher_from_identifier(std::string& identifier) { std::string res; @autorelea...
获取签名方法一 std::string get_publisher_from_identifier(std::string& identifier) { std::string res; @autorelea...
Windows 日志 可以通过现有日志来观察 当不方便附加进程时,可以通过写文件的方法写日志 Visual Studio 附加到进程 CLion 附加到进程 windbg Linux 日志 应用程序日志 var/lo...
Intel芯 重启有了声音后按住command + R 直到苹果界面显示了出来后释放 M芯片 长按关机键 根据提示继续按住 修改SIP 根据上面的方法进入了Recovery界面后 点击上方的实用工具 打开一个终端,先...
Windows 安装 为了确定安装目标,在安装前后调用了get_reg_items reg_helper reg; auto res1 = reg.get_reg_items(); auto res = create...
安装Rosetta 2 /usr/sbin/softwareupdate --install-rosetta 打开一个Rosetta终端 arch -x86_64 /usr/bin/env bash arch -x8...
登录用户 获取登录用户名 std::string get_login_name() { std::string res; char* name = new char[512]; auto len = getlogin...
otool -f print the fat headers -a print the archive header -h print the mach header -l print the load comman...
问题 M2 Macbook开发,发现不识别#if defined(__aarch64__) 原因 编译dylib的时候,指定了编x86_64,然后被识别成intel的 解决方法一 通过在cmake里面判断架构结构,自...
接口卡信息获取 这里是外面有地方需要获取en0信息,所以使用了一个map,以接口卡名字为键,保存了对应的接口卡信息 std::vector<std::map<std::string, std::strin...
About 获取macOS系统软件的自动更新相关开关 plist文件 需要注意的是,有些字段一开始是没有的,只有当对应功能启用后,才会生成相关字段 在取不到字段的时候,可以标记对应功能为未生效状态 另外,用Xcode...
搜索当前分类