Code Monkey home page Code Monkey logo

blog-test's Introduction

自我介绍

我的生平

我叫小gao,大学本科毕业,现在毕业一年了

我的爱好

  1. 乒乓球
  2. 羽毛球
  3. 篮球
  4. 听音乐,看动漫

我的学习经历

  • 了解了前端20多天,最终还是决定脱产学习,今天这是我正式报名学习之后的第三天
  • 就近三天的学习,觉着自己的学习进度还是挺慢的,一天只能完成一课
  • 目前是学习到了git远程仓库,因此接触到了GitHub这个网站
  • 今日所学简单说一下就是
  1. 上传代码所需两行命令
git remote add origin git@xxxxxx
git push -u origin master
  1. 下载代码
git clone git@xxxxxx
  1. 四连操作
git add
git commit
git pull
git push
  • 来一段简单的代码
function f(){
  console.log(`hello world`)
}

f()
  • GitHub的网站是官网
  • 第一次用markdown写博客最后附上一张图如下:

一张图片

blog-test's People

Contributors

alertguo avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.