Code Monkey home page Code Monkey logo

blog's People

Contributors

souse avatar

Stargazers

 avatar

Watchers

 avatar

blog's Issues

基础信息整理

整理:

1、http协议理解:https://www.cnblogs.com/li0803/archive/2008/11/03/1324746.html
				https://www.cnblogs.com/wqhwe/p/5407468.html

2、浏览器缓存:http://blog.csdn.net/grandpang/article/details/51329289
			http://www.cocoachina.com/webapp/20151217/14718.html
			http://www.jianshu.com/p/509f5dabdb4f

3、react源码详解:https://yq.aliyun.com/articles/72329
		http://blog.csdn.net/code_for_free/article/details/50514259 key
		https://doc.react-china.org/docs/higher-order-components.html 高阶组件
		http://www.jianshu.com/p/bf643a328e10 无状态组件
		https://segmentfault.com/a/1190000006845396 容器组件
		https://www.qcloud.com/community/article/578631001489391631
		https://www.cnblogs.com/wy1935/p/7092900.html
		http://www.jianshu.com/p/fb915d9c99c4 父子组件通信

4、Promise: https://www.cnblogs.com/lvdabao/p/es6-promise-1.html
			https://www.cnblogs.com/lvdabao/p/jquery-deferred.html
		源码解析:https://segmentfault.com/a/1190000006103601

git多人协作

GitHub 多人协作开发 三种方式:

一、Fork 方式 网上介绍比较多的方式(比较大型的开源项目,比如cocos2d-x)
开发者 fork 自己生成一个独立的分支,跟主分支完全独立,pull代码后,项目维护者可根据代码质量决定是否merge代码
此方式网上方法比较多,这里不详细描述

有两种常用的方法在GitHub上建立团队合作:

二、组织 – 组织的所有者可以针对不同的代码仓库建立不同访问权限的团队。
Accounts Settings => Organizations =>Create new Organizations 新建一个组织 然后添加项目成员,根据提示设置完毕即可。
新建一个Repository 新建完毕后 进入Repository的Settings =>Collaborators 在Teams下面点击刚创建的组织 比如eveloper-51/owners
里面就可以添加或者remove组织成员

三、合作者 – 代码仓库的所有者可以为单个仓库增加具备只读或者读写权限的协作者。
合作者方式比较实用,也很方便,新建一个Repository,完毕之后,进入Repository的Settings,然后在Manage Collaborators里就可以管理合作者了。
其他合作者,实用 ssh-keygen -C "[email protected]" (这里的email使用github账号)生成公钥和私钥,在Accounts Settings=》SSH keys 将公钥上传上去。
上传完成后,可使用Tower(Mac下Git管理工具)clone remote Repository 使用SSH方式登录(这里的私钥使用刚才生成的) 这样,其他合作者就可以正常的PUSH代码了。

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.