摘要: 添加.gitignore的正确姿势# Windows:Thumbs.dbehthumbs.dbDesktop.ini# Python:*.py[cod]*.so*.egg*.egg-infodistbuild# My configurations:db.inideploy_key_rsa*.clas... 阅读全文
posted @ 2015-08-03 14:12 金正嗯 阅读(388) 评论(0) 推荐(0) 编辑
摘要: 点击设置 关于手机 点击miui版本号多次 然后去设置 其他高级设置 最下方开发者模式 进去有一个usb调试 阅读全文
posted @ 2015-08-03 14:11 金正嗯 阅读(210) 评论(0) 推荐(0) 编辑
摘要: [connectWiFi setContentHorizontalAlignment:UIControlContentHorizontalAlignmentFill]; [connectWiFi setContentVerticalAlignment:UIControlContentVertica... 阅读全文
posted @ 2015-07-28 11:41 金正嗯 阅读(559) 评论(0) 推荐(0) 编辑
摘要: https://git-scm.com/book/zh/v1 阅读全文
posted @ 2015-07-22 13:50 金正嗯 阅读(87) 评论(0) 推荐(0) 编辑
摘要: ssh-keygen -t rsa -b 4096 -C "zjin@linkernetworks.com" 阅读全文
posted @ 2015-07-22 13:49 金正嗯 阅读(1014) 评论(0) 推荐(0) 编辑
摘要: https://developer.apple.com/library/mac/documentation/Cocoa/Conceptual/MemoryMgmt/MemoryMgmt.pdf 阅读全文
posted @ 2015-07-13 18:58 金正嗯 阅读(87) 评论(0) 推荐(0) 编辑
摘要: $ pod repo remove master $ pod setup $ pod install 阅读全文
posted @ 2015-07-09 23:00 金正嗯 阅读(97) 评论(0) 推荐(0) 编辑
摘要: 把NSLocationAlwaysUsageDescription和NSLocationWhenInUseDescription的类型改为string就行了不要设bool 阅读全文
posted @ 2015-07-08 15:57 金正嗯 阅读(194) 评论(0) 推荐(0) 编辑
摘要: 1.打开终端,输入以下代码获取到DVTPlugInCompatibilityUUID defaults read /Applications/Xcode.app/Contents/Info DVTPlugInCompatibilityUUID2.然后输入如下命令 【最后一项是获取到的DVTPlu... 阅读全文
posted @ 2015-07-02 15:29 金正嗯 阅读(100) 评论(0) 推荐(0) 编辑
摘要: dataArray = [dataArray mutableCopy];[dataArray removeAllObjects];原因:http://stackoverflow.com/questions/14834749/nsmutablearray-removeallobjects-result... 阅读全文
posted @ 2015-06-30 16:11 金正嗯 阅读(254) 评论(0) 推荐(0) 编辑