Tekkaman

导航

 

2014年4月27日

摘要: 【一些编程语录】1、If debugging is the process of removing software bugs, then programming must be the process of putting them in.– Edsger Dijkstra 如果调试程序是移除臭... 阅读全文
posted @ 2014-04-27 21:42 Tekkaman 阅读(293) 评论(0) 推荐(0)
 
摘要: 【不要向没权力&能力的人证明自己的能力】 不是所有的上级都有足够的权力和能力。一个没权力的Leader,即使你向他证明了自己的能力,你所能获得的也只能是他的邮件表扬的荣誉。对于加薪,他能给的仅仅一个相对较好的考评,等待公司人力资源根据考评组织年度调薪。对于升职,你的Leader都仅比你高一级,你能... 阅读全文
posted @ 2014-04-27 21:33 Tekkaman 阅读(375) 评论(0) 推荐(0)
 
摘要: 【Priceless Notes】 1、人类对价格的绝对值没有准确的判断,但是价格或物体的相对值有较准确的判断。 2、物理强度与主观体验的关联成幂曲线。如60瓦的灯会让人觉得亮,但要让人觉得2倍亮的话,则需要4倍的亮度。又如某种程序的糖让人觉得甜,但要想2倍甜的话只需要1.7倍的糖就够了。也就是相同 阅读全文
posted @ 2014-04-27 16:56 Tekkaman 阅读(217) 评论(0) 推荐(0)
 
摘要: 【Auto Layout】 Audo Layout System only supported above iOS6.0。Coders that need to support system which below iOS6.0,do not consider using AudoLayout Sy 阅读全文
posted @ 2014-04-27 14:36 Tekkaman 阅读(307) 评论(0) 推荐(0)
 
摘要: 【iOS6后的内存警告处理】 The memory used by a view to draw itself onscreen is potentially quite large. However, the system automatically releases these expensi... 阅读全文
posted @ 2014-04-27 10:08 Tekkaman 阅读(828) 评论(0) 推荐(0)