上一页 1 ··· 9 10 11 12 13
  2013年9月22日
摘要: 网上多半都是命令行下的解决方案,我用的是EGit,所以要在eclipse里(我的版本是kepler)把下面这句话添加到配置文件中.Window->Preference->Team->Git->Configuration->Repository Settings->选择你的repository,然后点open[branch "master"] remote = origin merge = refs/heads/master 阅读全文
posted @ 2013-09-22 13:09 饕盡天下 阅读(806) 评论(0) 推荐(0) 编辑
  2013年9月10日
摘要: Map map = new HashMap(); map.put("A", "AAA"); map.put("B", "BBB"); map.put("C", "CCC"); map.put("D", "DDD"); // 第一种用for循环 for (Map.Entry entry : map.entrySet()) { System.out.println(entry.getKey() + "--->" + 阅读全文
posted @ 2013-09-10 17:38 饕盡天下 阅读(209) 评论(0) 推荐(0) 编辑
  2013年8月25日
摘要: 如何刪除一github中的repository,這本該是個非常簡單的操作,可一開始搜的時候,有不少文章比較含糊.這裡就記錄下來吧.1.訪問https://github.com/settings/profile2.在選項中選Repositories(https://github.com/settings/repositories)3.選擇要刪除的Repository4.選擇右下角的settings(https://github.com/for-example/the-repository-will-be-deleted/settings)5.點擊delete this repository 阅读全文
posted @ 2013-08-25 16:27 饕盡天下 阅读(314) 评论(0) 推荐(0) 编辑
摘要: 備著,等有空的時候再慢慢補上.做了這麼些年開發,一直沒什麽可存儲的積累,無論是紙上的還是網絡上的,存在腦子裡的始終會慢慢忘卻.開始技術積累了.由於對繁體的喜愛,我會全程用繁體字記錄的. 阅读全文
posted @ 2013-08-25 16:21 饕盡天下 阅读(134) 评论(0) 推荐(0) 编辑
上一页 1 ··· 9 10 11 12 13