Key 與 index 的差異?Key 包含了兩個功能 1. 約束 (constraint) 2. 索引 (index), 也就是 key 功能上包含了 index. 以 Primary key 來說,他的特性是 1. Unique constraint. 2. Each table can only have one Primary key. 3. Cannot be null.
分類: 軟體開發相關
MySQL server 在 Mac 上關不掉的問題
MacOS 系統在開機時會 load 上述路徑的 plist files, 然後要特別注意你的 plist file 是否有 KeepAlive, RunAtLoad 兩個 tag, 如果你不希望該 service keep alive 或 run at load 的話,請做適當的設定。
Swift (3): about Optional
Marin Todorov’s article: Swift Optionals: Wh …
Swift (2): about the Navigation
當你將一個 Navigation Controller 加入到 View (或是 View Controlle …
Swift (1): Swift 的 data structure
https://developer.apple.com/library/prerelease/ios/docu …
Android NDK
OGRE Android uses Android NDK to build. Let’s inv …