aboutsummaryrefslogtreecommitdiff
blob: 9d554a40beb3a72c355c65ac38494774a7466c03 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
<!DOCTYPE html>
<html>
<head>
    <meta charset='utf-8'>
    <meta http-equiv="X-UA-Compatible" content="chrome=1">

    <link rel="stylesheet" type="text/css" href="../stylesheets/stylesheet.css" media="screen" />
    <link rel="stylesheet" type="text/css" href="../stylesheets/pygment_trac.css" media="screen" />
    <link rel="stylesheet" type="text/css" href="../stylesheets/print.css" media="print" />

    <title>Jinwei.me|Git</title>
</head>

<body>
    <header>
        <div class="container">
            <h1>Jinwei.me</h1>
            <h2>I write programmes</h2>
            <section id="downloads">
                <a href="../index.html" class="btn btn-github">
                    <span class="icon"></span>
                    <-Back to Home</a></section>
                </div>
            </header>
            <div class="container">
                <section id="main_content">
                    <h3>
                        <a name="welcome-to-github-pages" class="anchor" href="#welcome-to-github-pages">
                            <span class="octicon octicon-link"></span>
                        </a>
                        Git
                    </h3>

                    <p>
                        Git的使用果然是不熟练啊。。。为了fix conflicts一不小心就把昨天的文章给删了。。还好没有发生像rm -rf /那样的事故。。。以后还是尽量小心吧,Git的命令特别是merge,rebase这些还得多了解了解,不能仅仅把Git的使用局限在add,commit和push上面。。。
                        <br>
                        既然昨天的文章被删了,我也没有备份,那就随便再扯一点。总算是把何凯明那篇dehaze的论文看完啦,不过感觉现在的理解还是很浅薄,soft matting那一块还是完全不理解,除了这一块matting之外其他的部分感觉还是不难的,只是现在缺少图像编程的基础知识还不知道怎么下手。昨天还看了他在CVPR的slides,确实深入浅出,比看中文的follower们的文章好多了。
                        <br>
                        昨天还无意中再次翻到了交大李武军的文章,《
                        <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>
                        》。很早之前就读到过,但是那时只是泛泛而读,加上自己完全没有经验,根本读不出什么东西。虽然现在做的事不能算是搞科研,但是至少和之前读的感觉是不一样了。
                    </p>
                </section>
            </div>
</body>

        </html>
Powered by cgit v1.2.3 (git 2.41.0)