本篇我们会学习如何用rbenv在Ubuntu 15.04中安装Ruby on
Rails。我们选择Ubuntu作为操作系统是因为Ubuntu是Linux发行版中自带很多包和完整文档的操作系统,因此我认为这是正确的选择。
【云栖社区】 【javascript】 【mysql】 【ubuntu】 【源码】 【数据库】 【配置】 …
May
02
2017
May
02
2017
Aug
17
2016
Feb
02
2016
Jul
13
2015
Nov
09
2014
Dec
20
2013
Sep
10
2013
抓取google play统计数据
官方没有接口。
https://github.com/tmurakam/googleplay_dev_scraper
需要ruby>1.9.2
yum 安装的都是1.8.x的,无奈。
翻了翻代码,感叹一下ruby模块的强大。
另:gp的统计更新时间为 12:00 am PST
也就是说和中国相差15个小时, 更新时间为中国时间下午15:00,这个和google adsense的数据更新时间是相同的。
PST – Pacific Standard Time
PST is 8 hours behind of Coordinated Universal Time (UTC)
Example location in PST
Los Angeles – This time zone offset is used during winter in this
location
date_default_timezone_set('America/Los_Angeles'); $time = "2013-09-09 12:01 am"; $t = strtotime($time); date_default_timezone_set('Asia/Shanghai'); print date("Y-m-d H:i:s", $t); // 2013-09-09 15:01:00 |
May
20
2013
安装Redmine2.3.0时,需要安装Mysql2 0.3.11,总是安装失败,显示以下信息:
[root@cloudop redmine-2.
【native】 【mysql】 【ruby】 【makefile】 点击查看原文>
Jan
23
2013