eairjhioaegnh

eairjhioaegnh

V2EX 第 488443 号会员,加入于 2020-05-08 22:51:29 +08:00
根据 eairjhioaegnh 的设置,主题列表被隐藏
二手交易 相关的信息,包括已关闭的交易,不会被隐藏
eairjhioaegnh 最近回复了
这个项目有 Wi-Fi 相关操作: https://github.com/digital-pers0n/Aerodrome/
我提取了断开操作,我自己测试是可以的:

//main.m

#import <Foundation/Foundation.h>

struct Apple80211;
typedef struct Apple80211 *Apple80211Ref;

int Apple80211Disassociate(Apple80211Ref wref);

int Apple80211Open(Apple80211Ref *handle);

int Apple80211Close(Apple80211Ref handle);

int Apple80211BindToInterface(Apple80211Ref handle, CFStringRef interface);


int main() {
int error;
Apple80211Ref ref;
error = Apple80211Open(&ref);
Apple80211BindToInterface(ref, CFSTR("en0"));

if (error == 0) {
Apple80211Disassociate(ref);
} else {
printf("%d\n", error);
}
Apple80211Close(ref);
return 0;
}
// clang main.m -o main -O3 -F /System/Library/PrivateFrameworks -framework Apple80211 -framework Foundation && ./main
2 天前
回复了 bskfz 创建的主题 macOS 需要关闭 sip 吗?
我常年关着,喜欢折腾
对这是正常的
@Fred0410 就是这个帖子的视频这样,https://forums.macrumors.com/threads/finder-keeps-stealing-focus-after-closing-any-application.2384794/ ,哈哈其实没抱太大希望,麻木了,
三天了,还是没人,有没有老哥帮我测试下能不能复现:关闭 sip ,添加启动参数 sudo nvram boot-args="amfi_get_out_of_my_way=0x1" 重起后看看 java 是否崩溃
51 天前
回复了 manimalt 创建的主题 macOS 有软件可以使得我的 macbook14 寸边框变粗吗?
那种强行更改显示器分辨率的 app 试过吗,不知道改合适的值的话会不会出现黑边
幸好没升哈哈哈
52 天前
回复了 eairjhioaegnh 创建的主题 macOS 请问 xib interface builder 文档在哪
@icubic 我说我咋找不着呢!我是想基于一个老项目修改,看来只能找博客文章和视频看然后自己来回试了
52 天前
回复了 netdcy 创建的主题 macOS macos 15.0 修复了两个 bug
@bclerdx 小版本就该修复
52 天前
回复了 netdcy 创建的主题 macOS macos 15.0 修复了两个 bug
效率是真低
关于   ·   帮助文档   ·   博客   ·   API   ·   FAQ   ·   实用小工具   ·   5717 人在线   最高记录 6679   ·     Select Language
创意工作者们的社区
World is powered by solitude
VERSION: 3.9.8.5 · 10ms · UTC 03:06 · PVG 11:06 · LAX 19:06 · JFK 22:06
Developed with CodeLauncher
♥ Do have faith in what you're doing.