摘要:
by Daniel KehoeLast updated 28 December 2013How to install Apple Xcode Command Line Tools for Mac OS X 10.9 Mavericks.Xcode is a large suite of softwa... 阅读全文
阅读排行榜
iOS7新特性-完美解决iOS7关于自定义导航条UIBarButtonItem偏移的问题
2013-11-26 10:59 by 三戒1993, 178 阅读, 收藏,
摘要:
前言:本文由DevDiv社区@Vincent 原创,转载请注明出处!http://www.devdiv.com/iOS_iPhone-ios_ios_uibarbuttonitem_-thread-206858-1-1.html问题引入:iOS7中导航栏按钮图片会有左右偏移,比如leftBarBut... 阅读全文
清理Mac中svn文件
2013-05-07 16:40 by 三戒1993, 178 阅读, 收藏,
摘要:
有时候你需要清理你工程里的.svn隐藏的文件,用一下代码在终端里1sudofindYourDir-name".svn"-execrm-r{}\; 版权声明:本文为博主原创文章,未经博主允许不得转载。 阅读全文
数据库的几个概念:主键,外键,索引,唯一索引
2012-10-18 09:34 by 三戒1993, 178 阅读, 收藏,
摘要:
主键: 主键是数据表的唯一索引,比如学生表里有学号和姓名,姓名可能有重名的,但学号确是唯一的,你要从学生表中搜索一条纪录如查找一个人,就只能根据学号去查找,这才能找出唯一的一个,这就是主键;如:id int(10) not null primary key auto_increment ;自增长的类... 阅读全文
MKAnnotation image offset with custom pin image
2014-10-29 16:37 by 三戒1993, 177 阅读, 收藏,
摘要:
YourUIAnnotationViewis always drawn at the same scale, the map's zoom level doesn't matter. That's whycenterOffsetisn't bound with the zoom level.annV... 阅读全文
浙公网安备 33010602011771号