Lex Tang
Lex Tang
This feature is not reliable enough yet. As I tested in iOS 9 and iOS 10, sometimes it does not work as expected.
为什么我第一眼看成了开发生殖器。 楼主简直神作,写成 issue 太可惜了,建个 repo 一定登顶 trending 第一。 测试: 老实说我从来没用过Swift,正因为我反感Swift。 为什么我反感,因为我完全有开发Swift的能力,Swift的底层我都了如指掌。 虽说我反感Swift,但是Swift却在测试界占有大量的用户份额,之后我有个想法,不如重新开发一个属于自己思想,自己架构的Swift。 我给了他一个霸气的名字:MingGeSwift, 它的名字叫MingGeSwift,MingGe就是我的大名, 一看到Swift名字,就知道作者是我,知道它是国产的,让别人知道国产Swift一样做得很出色,出众 我是mingge 请支持国产minggeSwift,因为我们都是中国人。
如果只要提高文字可读性,可以不用 UILabel,据说现在 UILabel 底层是 WKWebView 实现,性能不好。改成自己把文字画出来,blendMode 用 kCGBlendModeDifference. https://developer.apple.com/library/mac/documentation/GraphicsImaging/Conceptual/drawingwithquartz2d/dq_images/dq_images.html
用 python 版装的话,好像也有问题了。
之前 provider 用 python 的时候把 UDP 设置成 false 了,报了个错没有记下来,晚点再试一下。 另外,这行在 Debian Jessie 和 Ubuntu 15 下也能用吗? https://github.com/ftao/vpn-deploy-playbook/blob/master/roles/ss-server/tasks/install_libev.yml#L7
没有明显的优势,算是多一个选择吧。 http://v2ex.com/t/181363
+1 最好能把使用前要改的都集中在一个文件里,现在有点乱。
@rpplusplus 我强迫症看到项目名就看不下去了。
macOS 15.0 不展示第三方 Finder Sync 插件了,官方说 15.2 才会修好。我先实现了一个临时修复的版本。 https://forums.developer.apple.com/forums/thread/756711?answerId=812519022#812519022
It is not advisable to address this compilation error by manually inserting the type declaration into the source code. Instead, I recommend downgrading from C99 to C98 by applying this...