上一页 1 2 3 4 5 6 7 ··· 73 下一页
摘要: Systempackage com.qunar.basicJava.javase.p11CommonlyUsedClass;/** * Author: libin.chen@qunar.com Date: 14-5-21 10:54 */public class SystemDemo { p... 阅读全文
posted @ 2014-06-05 10:03 小尼人00 阅读(150) 评论(0) 推荐(0) 编辑
摘要: Date And Calendar And SimpleDateFormat 与 国际化package com.qunar.basicJava.javase.p11CommonlyUsedClass;import java.text.DateFormat;import java.text.Parse... 阅读全文
posted @ 2014-06-05 09:59 小尼人00 阅读(571) 评论(0) 推荐(0) 编辑
摘要: Comparablepackage com.qunar.basicJava.javase.p11CommonlyUsedClass;import java.util.Arrays;/** * Author: libin.chen@qunar.com Date: 14-5-21 19:59 */cl... 阅读全文
posted @ 2014-06-05 09:51 小尼人00 阅读(167) 评论(0) 推荐(0) 编辑
摘要: TimerTaskpackage com.qunar.basicJava.javase.p11CommonlyUsedClass.timer;import java.text.SimpleDateFormat;import java.util.Date;import java.util.TimerT... 阅读全文
posted @ 2014-06-05 09:26 小尼人00 阅读(155) 评论(0) 推荐(0) 编辑
摘要: Pattern 类的常用方法1, public static Pattern compile(String regex) 普通 指定正则表达式的规则2, public Matcher matcher(CharSequence input) 返回 Matcher 类实例3, publi... 阅读全文
posted @ 2014-06-04 21:09 小尼人00 阅读(213) 评论(0) 推荐(0) 编辑
摘要: 第 1 步 : git inithp@linux:/home/ghome$git initGit init或者使用 git init-db。创建一个空的Git库。在当前目录中产生一个.git 的子目录。以后,所有的文件变化信息都会保存到这个目录下.在 git 版本库中创建分支的成本几乎为零,所以,不... 阅读全文
posted @ 2014-06-04 14:57 小尼人00 阅读(171) 评论(0) 推荐(0) 编辑
摘要: 看一下你的origin是自己的还是思雨的,在项目根目录下(qua)终端运行:你可以看到现在有一个叫做origin的远程仓库 是你自己的姓名 说明你是从自己的repo clone下来的下面我们把自己写的代码commit到自己的仓库上:在终端运行:这步是提交到自己的本地仓库,下面我们再提交到gitlab... 阅读全文
posted @ 2014-06-04 13:44 小尼人00 阅读(138) 评论(0) 推荐(0) 编辑
摘要: Quick setup— if you've done this kind of thing beforeorHTTPSSHWe recommend every repository include aREADME,LICENSE, and.gitignore.Create a new reposi... 阅读全文
posted @ 2014-06-04 11:33 小尼人00 阅读(274) 评论(0) 推荐(0) 编辑
摘要: 点击进入一个Repositories仓库,然后看右边栏的这个Setting在最底部有删除按键 阅读全文
posted @ 2014-06-04 11:21 小尼人00 阅读(163) 评论(0) 推荐(0) 编辑
摘要: from :http://blog.csdn.net/hanpompy/article/details/7622251今天是六一儿童节,天气很好,起得很早,结果就是为了搞清楚JUnit里的各种断言是怎么来的。junit和hamcrest是两个不同的框架,不同的东西。只不过是junit使用了hamcr... 阅读全文
posted @ 2014-06-03 17:23 小尼人00 阅读(426) 评论(0) 推荐(0) 编辑
上一页 1 2 3 4 5 6 7 ··· 73 下一页