
Nov
23
VMWare Fusion Pro 11: Application cannot run correctly.
Published 12:11 Nov 23, 2018 by @ezra.
#Programming# If you cannot get VMWare Fusion Pro 11 for macOS to launch properly with this error message:
Pleas...

Aug
11
How to Transfer Data Between microSD Cards for Use on Nintendo Switch
Published 12:08 Aug 11, 2018 by @ezra.
#Gaming# Instructions on how to transfer data from one microSD card to another for use on Nintendo Switch.
Ad...

Jul
29
Nintendo Switch 下载加速
Published 12:07 Jul 29, 2018 by @ezra.
#Gaming# 小白方法
方法一
由于任天堂并未在中国设立服务器, 所以中国玩家难免会出现访问困难的情况, 此时我们将无线网络的DNS修改一下, 设置成韩国长安大学的DNS: 168.126.63.1 或 168.1...

Jul
25
Independent Linux Distributions
Published 15:07 Jul 25, 2018 by @ezra.
#UNIX/Linux#
Note
Sorted by popularity.
Debian
The Debian Project is an association of individuals...

Jul
17
RGB vs CMYK
Published 14:07 Jul 17, 2018 by @ezra.
#Desiging# CMYK也称作印刷色彩模式。它和RGB相比最大不同是,RGB模式是发光的色彩模式,你在一间黑暗的房间内仍然可以看见萤幕上的内容。
CMYK是一种依靠反光的色彩模式,我们能阅读报纸的内容是为什么呢?是...

Jun
13
WWDC 2018 Summary for iOS developers
Published 12:06 Jun 13, 2018 by @ezra.
#Programming# WWDC 2018 Summary for iOS developers.
What's new in Xcode 10
An ability to launch XCTest and XCUITe...

Jun
13
What’s new in Swift 4.2?
Published 12:06 Jun 13, 2018 by @ezra.
#Programming# Swift 4.2 is the second minor release of Swift 4, and brings with it another raft of awesome improve...

Jun
11
Swift struct type recursion
Published 12:06 Jun 11, 2018 by @ezra.
#Programming# the enums in Swift support recursive types using the indirect keyword so you can do something like:
...