
Cef:介绍
cef结构简介 CMakeLists.txt Debug cef的debug构建,以及平台需要的其他库 include cef头文件 libcef_dll libcef_dll静态库的源代码, 用到cef的C++AP...
cef结构简介 CMakeLists.txt Debug cef的debug构建,以及平台需要的其他库 include cef头文件 libcef_dll libcef_dll静态库的源代码, 用到cef的C++AP...
otool -f print the fat headers -a print the archive header -h print the mach header -l print the load comman...
登录用户 获取登录用户名 std::string get_login_name() { std::string res; char* name = new char[512]; auto len = getlogin...
服务类型 Login item 不由launchd管理,其他3个是 有UI XPC service 无UI,除非是用IOSurface这种方式 Launch Daemon 运行在系统上下文中,其他三个运行在用户上下文...
安装Rosetta 2 /usr/sbin/softwareupdate --install-rosetta 打开一个Rosetta终端 arch -x86_64 /usr/bin/env bash arch -x8...
About Mac M1 arm架构编出来的动态库都是arm架构 所以arm下写出来的软件,要让x86_64架构下能运行,就需要在arm下编的时候编成x86_64架构 包括所依赖的一些库,都需要x86_64的 查看动...
WIN32_LEAN_AND_MEAN 一个预处理宏,用于控制 Windows 头文件中包含哪些内容 具体来说,定义这个宏会减少 Windows 头文件中包含的一些不常用的头文件和 API,从而减小编译时间并减少编译...
简介 Mach-O 是 Mach 目标文件格式的缩写,是一种用于可执行文件、目标代码、共享库、动态加载代码和核心转储的文件格式 对mach-o对解析需要考虑到两点: 有的文件是以典型的mac-o头开始的 而有的文件则...
Windows 安装 为了确定安装目标,在安装前后调用了get_reg_items reg_helper reg; auto res1 = reg.get_reg_items(); auto res = create...