上一页 1 ··· 7 8 9 10 11
摘要: public class TestList {public static void main(String[] args){ List l1 = new LinkedList(); for(int i=0; i<=5; i++){ l1.add("a"+i); } System.out.printl 阅读全文
posted @ 2017-02-10 14:12 纵码万水千山 阅读(789) 评论(0) 推荐(0)
摘要: 更多详情请看廖雪峰官方网站 1.删除分支 删除本地分支 2.使用git对项目进行提交 (1)git pull提交代码前先更新 git pull或者git pull origin 分支名称 (2)git status 在工程目录下执行git status 操作来查看自己的状态,例如git status 阅读全文
posted @ 2017-01-01 19:28 纵码万水千山 阅读(187) 评论(0) 推荐(0)
上一页 1 ··· 7 8 9 10 11