GithubHelp home page GithubHelp logo

suchenrain.github.io's People

Contributors

suchenrain avatar

Stargazers

 avatar  avatar  avatar  avatar

Watchers

 avatar

Forkers

oqyj chengfai

suchenrain.github.io's Issues

angular 6.0发布啦 | ZChen

https://suchenrain.github.io/posts/64464/

翻译自:version-6-of-angular-now-available Angular 6.0.0 已经发布啦! 这是一个重要的版本,因为我们更多地将关注点从Angular自身底层框架转移到了相关的工具链上,如何让Angular的快速开发在以后变得更加简单。 作为这次新版本发布的一部分, 我们升级了框架包的主版本(@angular/core, @angular/common, @angu

Git系列—记录变更到版本库中 | ZChen

https://suchenrain.github.io/posts/20456/

到了这里相信你的机器上已经有了一个 Git 仓库,并且工作区里也签出了工作副本。通常,当项目达到想要记录的状态时,我们开始对文件进行更改并将这些变更的快照提交到存储库中。 工作目录里的文件无非两种状态:已追踪或者未追踪。已追踪文件是指那些被纳入了版本控制的文件,在上一次快照中有它们的记录;它们可以是「未修改」、「已修改」、「已暂存(staged)」。简而言之,追踪的文件就是 Git 所知道的文件。

markdown语法汇总 | ZChen

https://suchenrain.github.io/posts/15918/

markdown相关语法的总结 注意:这里介绍的只是通用的markdown语法,一些平台特有的语法的比如GFM(GitHub Flavored Markdown)的@等将不涉及。 Headers(标题)使用#来标记标题级别,语法如下: # 这是一级标题## 这是二级标题### 这是三级标题#### 这是四级标题##### 这是五级标题###### 这是六级标题 效果:这是一级标题这是二级标题这是

git command cheat sheet | ZChen

https://suchenrain.github.io/posts/40446/

更新日志 2018-05-24    git config 2018-05-15    初稿 关于实话说 git 是笔者用过的并觉得最好的版本控制系统,相较于 Microsoft 的 TFS 以及 SVN,git 都要优雅许多。然而接触它这么久,还是不敢说已经完全掌握并理解它,但这并不妨碍我对它的热爱。以前也记录过使

Git系列—Git配置详解 | ZChen

https://suchenrain.github.io/posts/46722/

Git 的配置文件Git 自带一个 git config 的工具来帮助设置控制 Git 外观和行为的配置变量。 这些变量存储在三个不同的位置,针对三个级别System,User和Repository: /etc/gitconfig 文件(一般是 Git 的安装目录): 包含系统上每一个用户及他们仓库的通用配置。 如果使用带有 --system 选项的 git config 时,它会从此文件读写配

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.