01 2017 档案

摘要:git国内访问较慢,走代理较快。 方法:git config --global http.proxy http://proxyuser:proxypwd@proxy.server.com:port_number(有用户和密码) git config --global http.proxy http: 阅读全文
posted @ 2017-01-14 23:16 輪迴之間 阅读(3104) 评论(0) 推荐(0)
摘要:Given a string, find the length of the longest substring without repeating characters. Examples: Given "abcabcbb", the answer is "abc", which the leng 阅读全文
posted @ 2017-01-06 15:48 輪迴之間 阅读(334) 评论(0) 推荐(0)