悟道人生

渴望闲云野鹤的生活,面对自然,鸟鸣虫唱,星辰为伴,没有拘束,没有苦恼,有的只是神仙般的生活

  :: 首页 :: 博问 :: 闪存 :: 新随笔 :: 联系 :: :: 管理 ::

2015年11月27日

摘要: 1. 本地创建新项目 git init git add . git commit -m "First commit" 2. 本地代码同步Push到远程仓库 git remote add origin "https://github.com/zwffff/ag.git" git push -u ori 阅读全文
posted @ 2015-11-27 19:00 凌风有约 阅读(341) 评论(0) 推荐(0) 编辑

摘要: 题目要求是:If we list all the natural numbers below 10 that are multiples of 3 or 5, we get 3, 5, 6 and 9. The sum of these multiples is 23.Find the sum of... 阅读全文
posted @ 2015-11-27 18:09 凌风有约 阅读(257) 评论(0) 推荐(0) 编辑