Feb
10
RSYNC Cheatsheet
Published 15:02 Feb 10, 2018 by @ezra.
#macOS#
Commands
Description
rsync /path/to/file.ext /path/to/dest
简单的复制文件 file.ext 到 /path...
Jan
21
Tkinter Cheatsheet
Published 10:01 Jan 21, 2018 by @ezra.
#Programming# Hello World
We always need to follow two steps no matter how big the application is, there is always...
Jan
06
CSS Selectors Cheatsheet
Published 17:01 Jan 06, 2018 by @ezra.
#Programming#
Selector
Example
Example description
.class
.intro
Selects all elements with class="i...
Jan
05
Swift: Return instancetype
Published 12:01 Jan 05, 2018 by @ezra.
#Programming# To return instancetype in Swift, you can define a generic helper method which infers the type of sel...
Jan
03
CocoaPods: Encountered an unknown error (Pod::DSLError) during validation
Published 12:01 Jan 03, 2018 by @ezra.
#Programming# 在发布到 CocoaPods 是如果遇到下面的问题:
Validating podspec
-> UIMessageBar (1.0.0)
- ERROR | [iOS] unknow...
Dec
28
Swift: Codable With Custom Dates
Published 12:12 Dec 28, 2017 by @ezra.
#Programming# How do you decode a JSON feed that has several custom date formats? If you are lucky using a dateDec...
Dec
21
Swift: Access Levels
Published 12:12 Dec 21, 2017 by @ezra.
#Programming# You may not have noticed but there was a small but important change to the private access level in S...
Dec
18
LAContext.biometryType returns LABiometryType.none in iOS 11
Published 12:12 Dec 18, 2017 by @ezra.
#Programming# I'm trying to support FaceID in my application.
Running LAContect().canEvaluatePolicy(.deviceOwnerAu...
19:09 Sep 30, 2017
你应当有控制力,不是控制欲。
北京市 · 朝阳区
Sep
27
What is TIC Read Status?
Published 12:09 Sep 27, 2017 by @ezra.
#Programming# Apple staff gave the following answer:
TIC expands to "TCP I/O connection", which is a subsystem wi...
Sep
25
Disable the full swipe on a tableview cell in iOS 11
Published 12:09 Sep 25, 2017 by @ezra.
#Programming# Implement like below:
func tableView(_ tableView: UITableView, trailingSwipeActionsConfigurationForR...