smelikecat

导航

07 2014 档案

PHP Functions - arsort()
摘要:1 f [4] => e [3] => d [2] => c [1] => b [0] => a ) 9 */10 11 12 13 $numbers = array(1,2,3,4,5,6,7,8);14 arsort($numbers);15 print_r($numbers);16 ... 阅读全文

posted @ 2014-07-31 11:27 smelikecat 阅读(331) 评论(0) 推荐(0)

Launch Google Map in Android / IOS Mobile
摘要:Open Map,I am here.Open Map, I am here.Here are the pages list: How to launch Google Maps on iPhone via web link?Getting Safari to auto open Google M... 阅读全文

posted @ 2014-07-23 18:57 smelikecat 阅读(204) 评论(0) 推荐(0)