preview
为了更好的体验FQ,大神开发了fianlspeed(不过有一点这个是双边加速的),对于bandwagon小机来说再好不过了,
参考
finalspeed 项目地址(好像原作者已经删除了源码):https://github.com/d1sm/finalspeed
finalspeed CLI项目地址:https://github.com/wholeworm/finalspeed
目标
finalspeed server/client GUI 在这里不再累述.
这里主要说明一下无GUI版本在raspberry pi 2 上开机自启服务
在raspberry pi 上运行finalspeed client CLI:
#运行CLI版
sudo java -jar finalspeed.jar -b
参考链接
https://aoaoao.me/951.html/comment-page-1
http://www.ipip5.com/today/api.php?type=json
http://www.eoeandroid.com/thread-331843-1-1.html
说明
天气信息来自于百度地图API,历史上的今天来自于网络API(见上).
准备工作
安装python(没有的,自行下载安装)
安装requests
git clone git://github.com/kennethreitz/requests.git
cd requests
python3 setup.py install
原文链接:http://www.cnblogs.com/sn-dnv-aps/p/3296886.html
今天在git提交代码写注释的时候发现在注释不能换行?
命令如下:
git commit -m"fix issues:
1.blog update error.
2.logging to file not work."