English: http://www.git-scm.com/
Chinese: http://www.git-scm.com/book/zh
English: http://www.git-scm.com/
Chinese: http://www.git-scm.com/book/zh
http://stackoverflow.com/questions/4817520/why-ssl-of-entrust-ssl-certificate-is-required-for-apns
ls /etc/ssl/certs/Entrust*
wget http://rpms.famillecollet.com/enterprise/6/remi/x86_64/remi-release-6.5-1.el6.remi.noarch.rpm
rpm -Uvh remi-release-6.5-1.el6.remi.noarch.rpm
yum --enablerepo=remi-php54,remi update php
refer: http://snippets.khromov.se/update-php-5-5-from-remi-repo-on-centos-6/
原因:需要为坐标建立索引, 坐标值要为 double 型。
db.places.ensureIndex({ "location": "2d" } )
'location' => ['lng'=>42.241,'lat'=>55.5],
#header { | |
width: 100%; | |
height: 764px; | |
font-family: 'proxima_nova_rgregular', 'Proxima Nova', 'Helvetica Neue', Helvetica, sans-serif; | |
color: #fff; | |
text-rendering: optimizeLegibility; | |
-webkit-font-smoothing: antialiased; | |
background: #000 url(../images/bg-new.jpg); | |
background-size: 100%; | |
margin: 0 auto; |
http://www.zhangxinxu.com/jq/stylus/selectors.php
http://learnboost.github.io/stylus/docs/executable.html
stylus/app.styl => styles/app.css
可以用 --bare 选项运行 git init 来建立一个裸仓库,这会初始化一个不包含工作目录的仓库。
$ cd /opt/git
$ mkdir project.git
$ cd project.git
$ git --bare init
https://github.com/jsor/jcarousel
Mobile touch slider and framework with hardware accelerated transitions https://github.com/nolimits4web/Swiper