上一页 1 ··· 400 401 402 403 404 405 406 407 408 ··· 492 下一页
摘要: It can be helpful to see the changes between two sets of code; git diff lets us do this by comparing two Git references and outputting the differences 阅读全文
posted @ 2016-08-12 02:14 Zhentiw 阅读(339) 评论(0) 推荐(0)
摘要: In the last lesson, we learned how to format the git log output; in this lesson we will learn how to filter down to a specific set of commits. By defa 阅读全文
posted @ 2016-08-11 04:57 Zhentiw 阅读(254) 评论(0) 推荐(0)
摘要: When running the git log command, we can pass in options as arguments toformat the data shown for each commit. In this lesson, we show how to use the  阅读全文
posted @ 2016-08-10 18:10 Zhentiw 阅读(192) 评论(0) 推荐(0)
摘要: When using a git command that can have a large amount of output (like git log, git diff, or git blame), Git opens the command output in our terminal " 阅读全文
posted @ 2016-08-10 03:16 Zhentiw 阅读(259) 评论(0) 推荐(0)
摘要: When working on a project, it is much easier to work on features and bugs in isolation of the rest of the project. We can do this with git branches; a 阅读全文
posted @ 2016-08-10 02:54 Zhentiw 阅读(188) 评论(0) 推荐(0)
摘要: Not only can you provide default values when using ES6 parameter object destructuring, but you can also require the presence of certain properties. No 阅读全文
posted @ 2016-08-09 00:50 Zhentiw 阅读(161) 评论(0) 推荐(0)
摘要: Higher order components will allow you to apply behaviors to multiple React components. So the idea is to create a high order component, then use this 阅读全文
posted @ 2016-08-07 15:24 Zhentiw 阅读(200) 评论(0) 推荐(0)
摘要: Often buttons need to be handled by JavaScript, and if done improperly it can lead to accessibility issues. In this lesson you will improve a major ne 阅读全文
posted @ 2016-08-05 20:31 Zhentiw 阅读(196) 评论(0) 推荐(0)
摘要: In this final React Native lesson of the series we will finalize the Notes view component and squash a few bugs in the code. 阅读全文
posted @ 2016-08-05 04:43 Zhentiw 阅读(237) 评论(0) 推荐(0)
摘要: Install: Config Firebase: First we need to require Firebase: Then in the component constructor, we need to init Firebase: The config you can easily ge 阅读全文
posted @ 2016-08-04 01:52 Zhentiw 阅读(1114) 评论(0) 推荐(0)
上一页 1 ··· 400 401 402 403 404 405 406 407 408 ··· 492 下一页