题目内容 You are given two non-empty linked lists representing two non-negative integers. The digits are stored in reverse order and each of their nodes c ...
分类:
其他好文 时间:
2017-07-08 15:15:33
阅读次数:
183
Eclipse离线安装Emmet插件 近期发现了一个写前端代码很好的一个东西,一个叫做Emmet的工具,这个工具使用仿CSS选择器的语法来生成代码,大大提高了HTML/CSS代码编写的速度,前身就是大名鼎鼎的Zen coding。先来看张图: 是不是非常带劲呢,假设能达到图中的效果,对我们开发前端的 ...
分类:
系统相关 时间:
2017-07-08 13:17:34
阅读次数:
254
jenkins 是一个开源的自动化服务器。通过Jenkins,可以通过自动化加速软件开发过程。Jenkins管理和控制各种开发的生命周期过程,包括构建,文档,测试,包,阶段,部署,静态分析等等。您可以设置Jenkins来监视像SVN和Git这样的地方的任何代码更改,使用Ant和Maven等工具自动执 ...
分类:
其他好文 时间:
2017-07-08 12:16:29
阅读次数:
263
Git中从远程的分支获取最新的版本号到本地有这样2个命令: 1. git fetch:相当于是从远程获取最新版本号到本地,不会自己主动merge git fetch origin master git log -p master..origin/master git merge origin mas ...
分类:
其他好文 时间:
2017-07-08 10:08:09
阅读次数:
196
1、download https://git-for-windows.github.io/ 2、command add file to git: git add filename & git commit -m "explaination about the changes of the file" ...
分类:
其他好文 时间:
2017-07-08 00:28:49
阅读次数:
153
SSH:git@github.com:unbelievableme/object-pool.git HTTPS:https://github.com/unbelievableme/object-pool.git 缓冲池 设计要点:包含三个队列:空缓冲队列(emq),装满输入数据的输入的队列(inq) ...
分类:
编程语言 时间:
2017-07-07 23:38:55
阅读次数:
479
A message containing letters fromA-Zis being encoded to numbers using the following mapping: Given an encoded message containing digits, determine the ...
分类:
其他好文 时间:
2017-07-07 23:33:55
阅读次数:
233
常用git命令: $ git clone //本地如果无远程代码,先做这步,不然就忽略 $ cd //定位到你blog的目录下 $ git status //查看本地自己修改了多少文件 $ git add . //添加远程不存在的git文件 $ git commit -m "what I want ...
分类:
其他好文 时间:
2017-07-07 22:45:52
阅读次数:
249
方法一:eclipse安装好git插件后,直接import-git-project from git- clone url-输入github的网址等就可以了方法二:使用git软件,到指定的目录,右击git bash here,git clone 加带有网址的文件.git,如(git clone ht ...
分类:
系统相关 时间:
2017-07-07 22:41:20
阅读次数:
239
LINK 1 - How to use Prism with Xamarin.Forms http://brianlagunas.com/first-look-at-the-prism-for-xamarin-forms-preview/(Note: the Prism.Forms version ...
分类:
其他好文 时间:
2017-07-07 22:35:04
阅读次数:
136