Coding in Windows - Setting Up Git & Cmder

https://www.awmoore.com/2015/01/14/setting-up-git-and-cmder/ (已挂)

If you're going to be getting into coding, especially Front End, Node.js, or Angular.js development, you're likely going to need (or want) to use Github and version control in your workflow. In this article I'm going to go over how to set up Github for your Windows system, and how to get it to work with the excellent console emulator, Cmder.

Until you start using it, you never really learn how awesome version controlling your projects can be. Without version control, you're working with static files in a generally fixed location, and if you want to back up your project at a certain point in time, you have to manually create a copy of your project and store that somewhere. When you work in teams, this can quickly become convoluted and difficult to manage. With version control, you can automate the process a bit more, and you gain the flexibility to be able to work in multiple locations and with other developers without needing to transfer files over email, thumbdrives, or ftp.

Raspberry pi 2 finalspeed auto start

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 

Raspberry PI 自动发布天气信息到QQ空间/微博

参考链接

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

历史上的今天 API (数据来自维基百科)

git commit -m 注释中的换行

原文链接: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."

Viagle Blog

欢迎来到我的个人博客网站