上一页 1 ··· 359 360 361 362 363 364 365 366 367 ··· 499 下一页
摘要: Rename your local foo branch with bar: Remember this will add the new branch when you push, but it won’t delete the old foo remote branch. Add -f --mi 阅读全文
posted @ 2017-04-18 19:06 Zhentiw 阅读(310) 评论(0) 推荐(0)
摘要: To build rest api easily, we can use ModelViewSet from rest_framework. It provides GET, POST, DELETE, PUT methods. To render those model view set, you 阅读全文
posted @ 2017-04-18 17:18 Zhentiw 阅读(424) 评论(0) 推荐(0)
摘要: When developing responsive websites, you will constantly be resizing your browser to make sure your site is properly responding to all of the resizes. 阅读全文
posted @ 2017-04-18 14:58 Zhentiw 阅读(151) 评论(0) 推荐(0)
摘要: Testing your sites on mobile devices is a critical part of the development process. Webpack dev server enables you to visit the server from any device 阅读全文
posted @ 2017-04-18 03:16 Zhentiw 阅读(345) 评论(0) 推荐(0)
摘要: We can use javascript for color and opacity variations, math, list and map logic or to see if something exists. SCSS includes functions for a wide ran 阅读全文
posted @ 2017-04-16 17:16 Zhentiw 阅读(248) 评论(0) 推荐(0)
摘要: In this lesson, we will look at Greensock's Draggable API. We will implement a scrollable <div>container and explore some options available. DOC 阅读全文
posted @ 2017-04-14 22:56 Zhentiw 阅读(225) 评论(0) 推荐(0)
摘要: import React from 'react' const Release = React.createClass({ render() { const { title, artist, outOfPrint } = this.props.release; const className = outOfPrint? 'release outOfPri... 阅读全文
posted @ 2017-04-14 22:35 Zhentiw 阅读(270) 评论(0) 推荐(0)
摘要: In this lesson, we'll look at how to manage your history between tmux sessions, and ensure that your setup preserves your bash history between multipl 阅读全文
posted @ 2017-04-14 21:53 Zhentiw 阅读(462) 评论(0) 推荐(0)
摘要: Creating custom validators is easy, just create a class inject AbstractControl. Here is the form we want to validate it: We put two custom validators 阅读全文
posted @ 2017-04-13 02:42 Zhentiw 阅读(379) 评论(0) 推荐(0)
摘要: By using ssh, you can share a tmux session, making pair programming much easier. We'll learn how to share a tmux session with another user. For one de 阅读全文
posted @ 2017-04-12 17:14 Zhentiw 阅读(215) 评论(0) 推荐(0)
上一页 1 ··· 359 360 361 362 363 364 365 366 367 ··· 499 下一页