Skip to content

Commit

Permalink
Site updated at 2013-06-20 10:29:50 UTC
Browse files Browse the repository at this point in the history
  • Loading branch information
xiaocong committed Jun 20, 2013
1 parent c09e9a9 commit 0af3d1b
Show file tree
Hide file tree
Showing 111 changed files with 7,468 additions and 12,754 deletions.
10 changes: 9 additions & 1 deletion atom.xml
Expand Up @@ -4,7 +4,7 @@
<title><![CDATA[葱丝瓣酱]]></title>
<link href="http://xiaocong.github.io/atom.xml" rel="self"/>
<link href="http://xiaocong.github.io/"/>
<updated>2013-06-19T17:42:35+08:00</updated>
<updated>2013-06-20T18:29:03+08:00</updated>
<id>http://xiaocong.github.io/</id>
<author>
<name><![CDATA[Xiaocong He]]></name>
Expand Down Expand Up @@ -37,6 +37,11 @@
</span></code></pre></td></tr></table></div></figure>




<!--more-->


<h2>安装 pip 和 virtualenv</h2>

<p><code>pip</code> 是 Python 的包管理工具,建议 Python 的包都用 pip 进行管理。
Expand Down Expand Up @@ -249,6 +254,9 @@ Settings</code>&ndash;><code>GitHub</code>&ndash;><code>Settings-Default</code>
里面列举的问题都是关于 Python 基本的常识或者容易混淆的知识点,因此推荐
给团队的 Python 初学者。</p>

<!--more-->


<ol>
<li><p>参数是如何传递的?传值还是传引用?(How are arguments passed – by
reference of by value?)</p>
Expand Down
@@ -1,73 +1,114 @@

<!DOCTYPE HTML>
<html lang="zh-cn">
<html>
<head>
<meta charset="UTF-8">
<title>葱丝瓣酱</title>
<meta charset="utf-8">
<title>GitHub: 代码分享,以及协作开发 - 葱丝瓣酱</title>
<meta name="author" content="Xiaocong He">

<meta name="description" content="听说github很长时间了,但一直没怎么接触。最近尝试在项目中整合使用backbone.js和require.js,因为兼容性的问题需要查看两个项目的提交历史,才开始尝试使用github。
github给我的第一印象是,代码的存储和提交,但是很快我就发现github远不止这些功能。 &hellip;">

<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">

<link href="/atom.xml" rel="alternate" title="葱丝瓣酱" type="application/atom+xml">
<link rel="canonical" href="">
<link href="/favicon.ico" rel="shortcut icon">
<link href="/stylesheets/screen.css" media="screen, projection" rel="stylesheet" type="text/css">

<link href='http://fonts.googleapis.com/css?family=Slackey' rel='stylesheet' type='text/css'>
<link href='http://fonts.googleapis.com/css?family=Fjalla+One' rel='stylesheet' type='text/css'>
<link href='http://fonts.googleapis.com/css?family=Amethysta' rel='stylesheet' type='text/css'>
<script src="//ajax.googleapis.com/ajax/libs/jquery/1.8.2/jquery.min.js"></script>
<!--[if lt IE 9]><script src="//html5shiv.googlecode.com/svn/trunk/html5.js"></script><![endif]-->

<script type="text/javascript" src="/javascripts/jquery-tapir.js"></script>

<!-- remove or comment it to disable ajaxification -->
<script src="/javascripts/ajaxify.js"></script>



<script type="text/javascript">
var _gaq = _gaq || [];
_gaq.push(['_setAccount', 'UA-32376813-1']);
_gaq.push(['_trackPageview']);

(function() {
var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
})();
</script>

<meta name="author" content="Xiaocong He">

<meta name="description" content="GitHub: 代码分享,以及协作开发 Apr 13th, 2012 听说github很长时间了,但一直没怎么接触。最近尝试在项目中整合使用backbone.js和require.js,因为兼容性的问题需要查看两个项目的提交历史,才开始尝试使用github。
github给我的第一印象是, &hellip;">



<link rel="canonical" href="http://xiaocong.github.io/blog/2012/04/13/github-sharing-code-and-collaborating-with-others">
<link href="/favicon.png" rel="icon">
<link href="/stylesheets/screen.css" media="screen, projection" rel="stylesheet" type="text/css">
<link href="/atom.xml" rel="alternate" title="葱丝瓣酱" type="application/atom+xml">
</head>


<body>
<div id="wrapper">
<header id="header" class="inner"><!-- for more effects see _animate.scss -->
<h1 class="animated bounceInDown">
<div id="headerbg">
Xiaocong He
</div>
</h1>
<br>

<ul id="social-links" style="text-align:center">

<body class="default">
<div id="wrapper">
<div id="header">
<h1><a href="/">葱丝瓣酱</a></h1>

<p>你真的需要呼吸吗?!</p>

</div>
<ul id="social-links">
<!-- GitHub -->
<li>
<a href="https://github.com/xiaocong" class="github" title="Github"></a>
</li>

<li><a class="feed" href="/atom.xml" title="RSS">RSS</a></li>

<!-- Google Plus -->
<li>
<a href="http://plus.google.com/106150875079575926280?rel=author" class="google" title="Google+"></a>
</li>

<li><a class="twitter" href="http://twitter.com/xiaocong" title="Twitter">Twitter</a></li>


<li> <a class="github" href="https://github.com/xiaocong" title="GitHub">GitHub</a> </li>
<!-- Twitter -->
<li>
<a href="http://www.twitter.com/xiaocong" class="twitter" title="Twitter"></a>
</li>

</ul>
<div class="clear"></div>
<ul id="nav">

<li> <a href="/">blog</a> </li>



<li><a href="/blog/archives">archives</a></li>

</ul>

<div id="main"> <div class="post-header">

<h1 class="post-title">GitHub: 代码分享,以及协作开发</h1>







<!-- use full url including 'index.html' for navigation bar if you are using ajax -->
<ul id="nav">
<li id="ajax"><a href="/index.html">Home</a></li>
<li id="ajax"><a href="/blog/archives/index.html">Archives</a></li>
<li><a href="/atom.xml">RSS</a></li>

<li>
<div id="dark">
<form method="get" action="/search.html" id="search">
<input name="query" type="text" placeholder="Search..." x-webkit-speech />
</form>
</div>
</li>

</ul>





</header>

<time datetime="2012-04-13T15:11:00+08:00" pubdate data-updated="true">Apr 13<span>th</span>, 2012</time>
</div>

<div class="post-content"><p>听说<a href="http://github.com" title="GitHub">github</a>很长时间了,但一直没怎么接触。最近尝试在项目中整合使用<a href="http://backbonejs.com/" title="Backbone.js">backbone.js</a><a href="http://requirejs.org/" title="Require.js">require.js</a>,因为兼容性的问题需要查看两个项目的提交历史,才开始尝试使用<a href="http://github.com" title="GitHub">github</a>
<div id="toload">
<!-- begin toload -->
<div id="content" class="inner">
<article class="post">
<h2 class="title">GitHub: 代码分享,以及协作开发</h2>
<div class="entry-content"><p>听说<a href="http://github.com" title="GitHub">github</a>很长时间了,但一直没怎么接触。最近尝试在项目中整合使用<a href="http://backbonejs.com/" title="Backbone.js">backbone.js</a><a href="http://requirejs.org/" title="Require.js">require.js</a>,因为兼容性的问题需要查看两个项目的提交历史,才开始尝试使用<a href="http://github.com" title="GitHub">github</a>
<a href="http://github.com" title="GitHub">github</a>给我的第一印象是,代码的存储和提交,但是很快我就发现<a href="http://github.com" title="GitHub">github</a>远不止这些功能。</p>

<ul>
Expand All @@ -85,109 +126,55 @@ <h1 class="post-title">GitHub: 代码分享,以及协作开发</h1>
<p>另:本博客是基于<a href="http://octopress.org/" title="Octopress">Octopress</a>生成,并托管在<a href="http://github.com" title="GitHub">github</a>,感谢他们分享这么优秀的工具和想法。</p>
</div>


<div class="post-single">
<div class="post-meta">


<span class="categories">
Categories:

<a class='category' href='/blog/categories/github/'>github</a>

</span>



<div class="sharing">

<a href="http://twitter.com/share" class="twitter-share-button" data-url="http://xiaocong.github.io/blog/2012/04/13/github-sharing-code-and-collaborating-with-others/" data-via="xiaocong" data-counturl="http://xiaocong.github.io/blog/2012/04/13/github-sharing-code-and-collaborating-with-others/" >Tweet</a>


<div class="g-plusone" data-size="medium"></div>


<div class="fb-like" data-send="true" data-width="450" data-show-faces="false"></div>

<div class="meta">

</div>


</div>
<div class="clear"></div>


<div id="comments">
<h2>Comments</h1>
<div id="disqus_thread" aria-live="polite"></div>
</div>

</article>

<div class="share">
<div class="addthis_toolbox addthis_default_style ">

<a class="addthis_button_facebook_like" fb:like:layout="button_count"></a>


<a class="addthis_button_tweet"></a>


<a class="addthis_button_google_plusone" g:plusone:size="medium"></a>

<a class="addthis_counter addthis_pill_style"></a>
</div>
<script type="text/javascript" src="http://s7.addthis.com/js/250/addthis_widget.js#pubid="></script>
</div>
</div>
<div id="footer">
<div class="panels">
<div class="license">
<h2>License</h2>
<p>如非特别声明,本 Blog 的文章由 Xiaocong He 创作,采用<a rel="license" href="http://creativecommons.org/licenses/by-nc-sa/3.0/">知识共享署名-非商业性使用-相同方式共享 3.0 Unported 许可协议</a>进行许可。</p>
</div>

<div class="posts">
<h2>Recent Posts</h2>
<ul>

<li>
<a href="/blog/2013/06/18/customize-python-dev-environment-on-ubuntu/">在Ubuntu下配置舒服的Python开发环境</a>
</li>

<li>
<a href="/blog/2013/06/16/python-interview-question-and-answer/">Python 面试问题</a>
</li>

<li>
<a href="/blog/2013/06/04/creating-a-singleton-in-python/">在Python中生成单体实例的方法</a>
</li>

<li>
<a href="/blog/2013/04/22/writing-development-documentation-with-markdown/">在 Markdown 中嵌入 UML 文档</a>
</li>

<li>
<a href="/blog/2013/03/20/team-collaboration-with-github/">使用GitHub进行团队合作</a>
</li>

</ul>
</div>

<div class="douban">
<h2>Reading</h2>

<script type="text/javascript" src="http://www.douban.com/service/badge/xiaoconghe/?show=collection&amp;select=favorite&amp;n=8&amp;columns=4&amp;hidelogo=yes&amp;hideself=yes&amp;cat=book" ></script>
<a href="http://www.douban.com/people/xiaoconghe" class="view-douban">xiaoconghe on douban.com&raquo;</a>

</div>
</div>

<p class="powered">
Powered by <a href="http://octopress.org">Octopress</a> and <a href="https://github.com/iwinux/compbits">Compbits</a>
</p>
<section id="comment">
<h2 class="title">Comments</h2>
<div id="disqus_thread" aria-live="polite"><noscript>Please enable JavaScript to view the <a href="http://disqus.com/?ref_noscript">comments powered by Disqus.</a></noscript>
</div>
</section>

</div> <!-- #wrapper end -->
</div>
<footer id="footer">
<div style="display:inline">
Copyright &copy; 2013


<script type="text/javascript">
var _gaq = _gaq || [];
_gaq.push(['_setAccount', 'UA-32376813-1']);
_gaq.push(['_trackPageview']);
Xiaocong He
. Powered by <a href="http://octopress.org">Octopress</a> |
Theme <a href="http://github.com/panks/fabric">fabric</a> by <a href="http://panks.me">Pankaj Kumar</a>
</div>

(function() {
var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
})();
</script>

</footer>
<script src="/javascripts/fabric.js"></script>
<script src="/javascripts/jquery.fancybox.pack.js"></script>
<script type="text/javascript">
(function($){
$('.fancybox').fancybox();
})(jQuery);
</script> <!-- Delete or comment this line to disable Fancybox -->



<script type="text/javascript">
var disqus_shortname = 'xiaocong';
Expand All @@ -206,38 +193,17 @@ <h2>Reading</h2>
</script>



<div id="fb-root"></div>
<script>(function(d, s, id) {
var js, fjs = d.getElementsByTagName(s)[0];
if (d.getElementById(id)) {return;}
js = d.createElement(s); js.id = id;
js.src = "//connect.facebook.net/en_US/all.js#appId=212934732101925&xfbml=1";
fjs.parentNode.insertBefore(js, fjs);
}(document, 'script', 'facebook-jssdk'));</script>



<script type="text/javascript">
(function() {
var script = document.createElement('script'); script.type = 'text/javascript'; script.async = true;
script.src = 'https://apis.google.com/js/plusone.js';
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(script, s);
})();
</script>



<script type="text/javascript">
(function(){
var twitterWidgets = document.createElement('script');
twitterWidgets.type = 'text/javascript';
twitterWidgets.async = true;
twitterWidgets.src = 'http://platform.twitter.com/widgets.js';
document.getElementsByTagName('head')[0].appendChild(twitterWidgets);
})();
</script>


<!-- end toload -->
</div>
</div>
<script src="/javascripts/jquery.ui.totop.js" type="text/javascript"></script>
<script type="text/javascript">
/*<![CDATA[*/
;(function($){$().UItoTop({easingType:'easeOutCirc'});})(jQuery);
/*]]>*/
</script><!-- remove it to remove the scroll to top button -->
</body>
</html>

0 comments on commit 0af3d1b

Please sign in to comment.