好文記錄與分享 軟體開發隨筆 2018 年 10 月 15 日2022 年 12 月 7 日 作者: Larry [好文分享] MySQL 中 key, primary key, unique key 與 index 區別 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. 閱讀全文
軟體開發隨筆 2015 年 12 月 21 日2022 年 12 月 7 日 作者: Larry MySQL server 在 Mac 上關不掉的問題 MacOS 系統在開機時會 load 上述路徑的 plist files, 然後要特別注意你的 plist file 是否有 KeepAlive, RunAtLoad 兩個 tag, 如果你不希望該 service keep alive 或 run at load 的話,請做適當的設定。 閱讀全文
好文記錄與分享 軟體開發隨筆 2015 年 11 月 1 日2020 年 8 月 17 日 作者: Larry Swift (3): about Optional Marin Todorov's article: Swift Optionals: When … 閱讀全文
軟體開發隨筆 2015 年 10 月 22 日2020 年 8 月 18 日 作者: Larry Swift (2): about the Navigation 當你將一個 Navigation Controller 加入到 View (或是 View Controlle … 閱讀全文
軟體開發隨筆 2015 年 10 月 21 日2020 年 7 月 25 日 作者: Larry Swift (1): Swift 的 data structure https://developer.apple.com/library/prerelease/ios/docu … 閱讀全文
軟體開發隨筆 2013 年 4 月 22 日2022 年 6 月 12 日 作者: Larry Android NDK OGRE Android uses Android NDK to build. Let's inves … 閱讀全文
軟體開發隨筆 2013 年 4 月 17 日2024 年 1 月 28 日 作者: Larry The role of C++ in Windows 8 application development I have been interested in Windows 8 applicati … 閱讀全文
軟體開發隨筆 2013 年 4 月 13 日2024 年 1 月 28 日 作者: Larry Google C++ Testing Framework I have heard this testing framework so many times, so I … 閱讀全文
軟體開發隨筆 2012 年 9 月 16 日2020 年 7 月 25 日 作者: Larry Class Diagram & Sequence Diagram 要了解 Class Diagram 可以先了解 UML (Unified Modeling Language). UML 是由 “Object Management Group” 所創造並管理。目前 (20120916) 最新的的版本是 UML 2.4.1 閱讀全文