【翻译自mos文章】使用config.sh/config.bat 来 configure or re-configure GI...
分类:
其他好文 时间:
2014-12-01 20:55:36
阅读次数:
205
QQ FarmTime Limit: 1000 MSMemory Limit: 65536 KTotal Submit: 33(11 users)Total Accepted: 10(8 users)Rating:Special Judge:NoDescriptionMany boys and gi...
分类:
其他好文 时间:
2014-12-01 20:47:54
阅读次数:
229
题目描述:
Given a binary tree, return the zigzag level order traversal of its nodes' values. (ie, from left to right, then right to left for the next level and alternate between).
For example:
Gi...
分类:
其他好文 时间:
2014-12-01 10:12:10
阅读次数:
207
一、过程总结 第一次迭代中前半段进度非常的慢,花了很多时间学习语言和框架以及熟悉环境。而且在前半段中由于环境配的不是很好,写出的代码想要调试都非常的困难,我花了很多的时间却又没有看到一点点的效果以后一度心情非常沮丧。而且在前半段中我们以功能来划分任务,经常发生多个人修改同一份代码的情况,使得在用gi...
分类:
其他好文 时间:
2014-11-30 19:54:28
阅读次数:
165
近日,我意识到我竟然没有理想。我很害怕。一时,我不明白我为什么学习,学习又为了什么?我想到了我的父母,让他们过上好日子?我也想到我自己,让我自己过上好日子?这,太过实际,确少一种心怀天下的胸怀。为中华崛起之读书又似乎遥不可及。联想到马云演讲视频,为中小企业提供支持。我想我的理想可否定义为,为国产GI...
分类:
其他好文 时间:
2014-11-27 21:58:45
阅读次数:
192
1. Git概念
1.1. Git库中由三部分组成
Git 仓库就是那个.git 目录,其中存放的是我们所提交的文档索引内容,Git 可基于文档索引内容对其所管理的文档进行内容追踪,从而实现文档的版本控制。.git目录位于工作目录内。
1) 工作目录:用户本地的目录;
2) Index(索引):将工作目录下所有文件(包含子目录)生成快照,存放到一个临时的存储区域,Gi...
分类:
其他好文 时间:
2014-11-27 14:30:59
阅读次数:
218
unicode转码方法var GB2312UnicodeConverter = { ToUnicode: function (str) { return escape(str).toLocaleLowerCase().replace(/%u/gi,...
分类:
其他好文 时间:
2014-11-26 18:02:57
阅读次数:
141
先上html代码<!DOCTYPEHTML>
<html>
<head>
<linkhref="http://netdna.bootstrapcdn.com/twitter-bootstrap/2.2.2/css/bootstrap-combined.min.css"rel="stylesheet">
<linkrel="stylesheet"type="text/css"media="screen"
href="http://tarruda.gi..
分类:
Web程序 时间:
2014-11-25 18:52:43
阅读次数:
202
download the egit plugin and install in eclipseclone the opencms source file using egitimport the project into workplace as a new wizard project in gi...
分类:
系统相关 时间:
2014-11-23 20:10:18
阅读次数:
286
最近在写一个单页面应用web工程,后端只提供API接口,想来想去决定用Angular来开发,用Yeoman(yo+grunt+bower)+Requirejs来管理,废话少说今天奉献我的开发环境搭建我用的是mac系统首先要安装brew,用brew来安装nodecurl -LsSf http://gi...
分类:
Web程序 时间:
2014-11-23 07:01:52
阅读次数:
356