问题标签 [macos-sierra]
For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.
arrow-keys - macOS Sierra - A way to move the cursor when holding down arrow key
Is there a way to move the cursor when I hold down the left or right arrow key. In the former OSX versions it used to work. After I've updated to Sierra, my cursor is not moving when I hold down the arrow key.
macos - macOS Sierra 不支持 Xcode6.4?
升级macOS Sierra后,打开 xcode6 会闪退。
在苹果论坛,好像也有人遇到过同样的问题,但是还没人回答!
此问题描述中的崩溃日志。
apache - macOS Sierra 禁止 Apache Localhost 403
macOS Sierra 更新使我的 Apache 的 localhost 现在无法访问。我只能访问localhost/
. 但子文件夹localhost/<other-directory>/
不是,并且显示“403 禁止访问”错误。
git - git 在更新到 macOS Sierra 后无法在钥匙串中找到证书
升级到 macOS 10.12 Sierra 后,我无法与我的加密 SSL git 服务器同步。通过 Safari 访问服务器时,证书仍然可以正常工作。
尝试推送到服务器时收到此消息:
证书在钥匙串中,名称是正确的(它在更新之前有效),但不知何故我无法访问它。
我的 ~/.gitconfig 文件仍然包含以下内容:
到目前为止,还有其他人遇到过这个问题吗?
homebrew - Homebrew 在 macOS Sierra 上找不到 LFTP 公式
我刚刚升级到 macOS Sierra 并安装了 brew 来获取一些包。以前我使用LFTP 更快地从远程服务器同步文件。但是,升级到 Sierra 后,brew 无法再安装 LFTP。使用后
我得到以下输出和错误
我相信它找不到公式......但我不知道为什么。有人知道解决方案吗?
java - Jvm 需要很长时间才能解析 localhost 的 ip-address
升级到 macOS Sierra 后,“sbt 测试”(包括查找本地主机名称/IP 地址)的性能似乎存在问题。在以前的 OS X 版本上,大约需要 40-50 秒才能完成。macOS Sierra 时间远高于此。我最后一次跑步大约是 15 分钟。编译时间与“El Capitan”上的时间大致相同。
我是我团队中唯一一个尝试这个新 macOS 的人,所以我不知道它是只发生在我的 Mac 上还是普遍存在的问题。
我的同事在 Ubuntu 上遇到了类似的问题,这与随机数生成减慢了测试速度有关 -服务响应时间慢:Java SecureRandom & /dev/random
不幸的是,这对我不起作用。最初我在 JDK 8u54 上尝试过,然后尝试更新到 JDK 8u102,但这也没有帮助。
PS 我正在运行 Macbook Pro Mid-2015 2.8GHz i7、16GB 内存、1TB SSD。
java - Spring Data + MongoDB 升级到 macOS Sierra 后速度极慢
升级到 macOS Sierra 后,Spring Data 和 MongoDB 之间的通信莫名其妙地极慢,基本不可用。
具体来说,以前需要约 100 毫秒的与数据库的交互集合,现在需要约 10 分钟。
我正在使用最新的稳定版本的驱动程序和弹簧数据:
MongoDB Java 驱动程序
春季数据 MongoDB
此外,我使用 Homebrew 安装了 MongoDB。
mongod --version
:
我不确定如何解决这个问题。如果您认为我应该将其发布到其他地方,请告诉我,我会的。
谢谢。
更新 1:在尝试在 docker 容器中运行 mongodb 而不是在 macOS Sierra 上运行之后,仍然存在缓慢的问题。
更新 2:最终降级为 El Capitan。
swing - 在 mac os sierra 更新后,Intellij 等 Java 应用程序面临滚动问题
在最近对我的 Macbook pro 更新 Mac os Sierra 之后,我遇到了所有 Java 应用程序(如 Intellij IDEA 社区版)的滚动问题。
编辑器窗格中的滚动非常快。滚动增量的单位似乎很大。
Intellij IDEA 版本为 2016.2.3。Java 版本是 Java 8 更新 10.1。
即使在 "System Preference" -> "Java" -> "Advanced" tab 中,我也看到了相同的行为。
ios-simulator - iOS 10 模拟器 LayerKit 连接失败
迁移到最新的 mac OS Sierra 和 Xcode 8 后,LayerKit(版本 0.22.0)停止在模拟器上工作。总是返回错误:
错误 Domain=com.layer.LayerKit.Security Code=-34018 “密钥对生成失败,结果代码 -34018。” UserInfo={NSLocalizedDescription=Generation of key pair failed with result code -34018., parameters={ atag = <63657274 732d7472 75737465 642e6c79 72382e6e 65743a43 46363431 3046342d 42383546 2d313145 342d4134 42452d34 37424235 46303235 444534>; bsiz = 1024; pdmn = ck; 烫发 = 1; 类型 = 42; }}
有没有人有同样的问题?
macos-sierra - MacOS Sierra broke my git, oh noes - Applicable to Sierra, High Sierra, and Mojave
I upgraded to MacOS Sierra today and went to my repo like normal but none of the git commands work, in fact my machine doesn't recognize that I have git installed. help?
I found this article but it seems a little elaborate.