diff options
author | Jinwei Zhao <[email protected]> | 2016-04-04 14:00:39 +0800 |
---|---|---|
committer | Jinwei Zhao <[email protected]> | 2017-01-13 15:07:45 +0800 |
commit | e002d09d2b6b2317fec6caa8836b20e6709c5da3 (patch) | |
tree | 1e1623524986fc63abcab7b10912dffe55dc1da9 /Code/GitHub_Jekyll/posts/2014-03-23-Git.html | |
parent | dbcebe1def5c355120c61b575390d1d9ac355f67 (diff) | |
download | jinwei.me-e002d09d2b6b2317fec6caa8836b20e6709c5da3.tar.gz |
jinwei.me
Diffstat (limited to 'Code/GitHub_Jekyll/posts/2014-03-23-Git.html')
-rw-r--r-- | Code/GitHub_Jekyll/posts/2014-03-23-Git.html | 47 |
1 files changed, 0 insertions, 47 deletions
diff --git a/Code/GitHub_Jekyll/posts/2014-03-23-Git.html b/Code/GitHub_Jekyll/posts/2014-03-23-Git.html deleted file mode 100644 index 9d554a4..0000000 --- a/Code/GitHub_Jekyll/posts/2014-03-23-Git.html +++ /dev/null | |||
@@ -1,47 +0,0 @@ | |||
1 | <!DOCTYPE html> | ||
2 | <html> | ||
3 | <head> | ||
4 | <meta charset='utf-8'> | ||
5 | <meta http-equiv="X-UA-Compatible" content="chrome=1"> | ||
6 | |||
7 | <link rel="stylesheet" type="text/css" href="../stylesheets/stylesheet.css" media="screen" /> | ||
8 | <link rel="stylesheet" type="text/css" href="../stylesheets/pygment_trac.css" media="screen" /> | ||
9 | <link rel="stylesheet" type="text/css" href="../stylesheets/print.css" media="print" /> | ||
10 | |||
11 | <title>Jinwei.me|Git</title> | ||
12 | </head> | ||
13 | |||
14 | <body> | ||
15 | <header> | ||
16 | <div class="container"> | ||
17 | <h1>Jinwei.me</h1> | ||
18 | <h2>I write programmes</h2> | ||
19 | <section id="downloads"> | ||
20 | <a href="../index.html" class="btn btn-github"> | ||
21 | <span class="icon"></span> | ||
22 | <-Back to Home</a></section> | ||
23 | </div> | ||
24 | </header> | ||
25 | <div class="container"> | ||
26 | <section id="main_content"> | ||
27 | <h3> | ||
28 | <a name="welcome-to-github-pages" class="anchor" href="#welcome-to-github-pages"> | ||
29 | <span class="octicon octicon-link"></span> | ||
30 | </a> | ||
31 | Git | ||
32 | </h3> | ||
33 | |||
34 | <p> | ||
35 | Git的使用果然是不熟练啊。。。为了fix conflicts一不小心就把昨天的文章给删了。。还好没有发生像rm -rf /那样的事故。。。以后还是尽量小心吧,Git的命令特别是merge,rebase这些还得多了解了解,不能仅仅把Git的使用局限在add,commit和push上面。。。 | ||
36 | <br> | ||
37 | 既然昨天的文章被删了,我也没有备份,那就随便再扯一点。总算是把何凯明那篇dehaze的论文看完啦,不过感觉现在的理解还是很浅薄,soft matting那一块还是完全不理解,除了这一块matting之外其他的部分感觉还是不难的,只是现在缺少图像编程的基础知识还不知道怎么下手。昨天还看了他在CVPR的slides,确实深入浅出,比看中文的follower们的文章好多了。 | ||
38 | <br> | ||
39 | 昨天还无意中再次翻到了交大李武军的文章,《 | ||
40 | <a href="https://www.dropbox.com/s/7xye7wzke4cgafk/%E6%B5%85%E8%B0%88%E6%9C%AC%E7%A7%91%E7%94%9F%E7%A7%91%E7%A0%94%E8%83%BD%E5%8A%9B%E5%9F%B9%E5%85%BB%206.pdf" target="_blank">浅谈本科生科研能力培养</a> | ||
41 | 》。很早之前就读到过,但是那时只是泛泛而读,加上自己完全没有经验,根本读不出什么东西。虽然现在做的事不能算是搞科研,但是至少和之前读的感觉是不一样了。 | ||
42 | </p> | ||
43 | </section> | ||
44 | </div> | ||
45 | </body> | ||
46 | |||
47 | </html> \ No newline at end of file | ||