- html - 出于某种原因,IE8 对我的 Sass 文件中继承的 html5 CSS 不友好?
- JMeter 在响应断言中使用 span 标签的问题
- html - 在 :hover and :active? 上具有不同效果的 CSS 动画
- html - 相对于居中的 html 内容固定的 CSS 重复背景?
我正在使用 NSFileHandle readInBackgroundAndNotify
从管道读取数据。但在打开应用程序系统状态栏菜单之前,我不会收到 NSFileHandleReadCompletionNotification
通知。如果菜单折叠,一切正常。
如何解决这个问题?
最佳答案
更改 NSFileHandle 调用后,一切都开始正常工作
来自:
[处理 readInBackgroundAndNotify]
至:
[处理 readInBackgroundAndNotifyForModes:[NSArray arrayWithObject:NSRunLoopCommonModes]]
关于objective-c - NSFileHandle readInBackgroundAndNotify 和 NSMenu,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/9958709/
我正在使用 NSFileHandle 从套接字读取数据。这就是我创建 filehandle 的方式: filehandle = [[NSFileHandle alloc] initWithFileDe
您好,我正在使用 NSFileHandle 的 readInBackgroundAndNotify 方法在日志文件更新时获取通知。 我有以下代码: - (void)startReading {
我通过 NSTask 调用各种命令行工具。这些工具可能会运行几秒钟,并不断地将文本输出到stdout。最终,该工具将自行终止。我的应用使用 readInBackgroundAndNotify 异步读取
我正在使用 NSFileHandle readInBackgroundAndNotify 从管道读取数据。但在打开应用程序系统状态栏菜单之前,我不会收到 NSFileHandleReadComplet
我正在尝试在后台线程中运行 NSTask 并使用 readInBackgroundAndNotify 在附加到我的窗口(首选项 Pane )的 NSPanel 上的 NSTextview 中显示其输出
我有以下 Obj-C 代码及其日志输出。谁能告诉我为什么我没有从 NSFileHandle 获得任何输出? @implementation AppDelegate - (void)applicatio
我是一名优秀的程序员,十分优秀!