-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
232 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,232 @@ | ||
<!DOCTYPE html> | ||
<html lang="en-US"> | ||
<head> | ||
<meta charset="UTF-8"> | ||
|
||
<!-- Begin Jekyll SEO tag v2.8.0 --> | ||
<title>自动驾驶全栈工程师 | 自动驾驶学习路线</title> | ||
<meta name="generator" content="Jekyll v3.9.3" /> | ||
<meta property="og:title" content="自动驾驶全栈工程师" /> | ||
<meta property="og:locale" content="en_US" /> | ||
<meta name="description" content="非科班转行的自我救赎之路" /> | ||
<meta property="og:description" content="非科班转行的自我救赎之路" /> | ||
<link rel="canonical" href="https://nuaawh.github.io/" /> | ||
<meta property="og:url" content="https://nuaawh.github.io/" /> | ||
<meta property="og:site_name" content="自动驾驶学习路线" /> | ||
<meta property="og:type" content="website" /> | ||
<meta name="twitter:card" content="summary" /> | ||
<meta property="twitter:title" content="自动驾驶全栈工程师" /> | ||
<script type="application/ld+json"> | ||
{"@context":"https://schema.org","@type":"WebSite","description":"非科班转行的自我救赎之路","headline":"自动驾驶全栈工程师","name":"自动驾驶学习路线","url":"https://nuaawh.github.io/"}</script> | ||
<!-- End Jekyll SEO tag --> | ||
|
||
<link rel="preconnect" href="https://fonts.gstatic.com"> | ||
<link rel="preload" href="https://fonts.googleapis.com/css?family=Open+Sans:400,700&display=swap" as="style" type="text/css" crossorigin> | ||
<meta name="viewport" content="width=device-width, initial-scale=1"> | ||
<meta name="theme-color" content="#157878"> | ||
<meta name="apple-mobile-web-app-status-bar-style" content="black-translucent"> | ||
<link rel="stylesheet" href="/assets/css/style.css?v=faf8ef56e145b0cde5fa6e2a23c0cd0b012677d9"> | ||
<!-- start custom head snippets, customize with your own _includes/head-custom.html file --> | ||
|
||
<!-- Setup Google Analytics --> | ||
|
||
|
||
|
||
<!-- You can set your favicon here --> | ||
<!-- link rel="shortcut icon" type="image/x-icon" href="/favicon.ico" --> | ||
|
||
<!-- end custom head snippets --> | ||
|
||
</head> | ||
<body> | ||
<a id="skip-to-content" href="#content">Skip to the content.</a> | ||
|
||
<header class="page-header" role="banner"> | ||
<h1 class="project-name">自动驾驶全栈工程师</h1> | ||
<h2 class="project-tagline">非科班转行的自我救赎之路</h2> | ||
|
||
|
||
</header> | ||
|
||
<main id="content" class="main-content" role="main"> | ||
<p>Text can be <strong>bold</strong>, <em>italic</em>, or <del>strikethrough</del>.</p> | ||
|
||
<p><a href="./another-page.html">Link to another page</a>.</p> | ||
|
||
<p><a href="https://markdown.com.cn/intro.html">Markdown教程</a></p> | ||
|
||
<p><a href="https://zhuanlan.zhihu.com/p/138220034">自动驾驶综述</a></p> | ||
|
||
<p>There should be whitespace between paragraphs.</p> | ||
|
||
<p>There should be whitespace between paragraphs. We recommend including a README, or a file with information about your project.</p> | ||
|
||
<h1 id="定位">定位</h1> | ||
|
||
<h1 id="感知">感知</h1> | ||
|
||
<p>This is a normal paragraph following a header. GitHub is a code hosting platform for version control and collaboration. It lets you and others work together on projects from anywhere.</p> | ||
|
||
<h1 id="规划">规划</h1> | ||
|
||
<blockquote> | ||
<p>This is a blockquote following a header.</p> | ||
|
||
<p>When something is important enough, you do it even if the odds are not in your favor.</p> | ||
</blockquote> | ||
|
||
<h1 id="控制">控制</h1> | ||
|
||
<h2 id="apollo代码解读">apollo代码解读</h2> | ||
|
||
<div class="language-js highlighter-rouge"><div class="highlight"><pre class="highlight"><code><span class="c1">// Javascript code with syntax highlighting.</span> | ||
<span class="kd">var</span> <span class="nx">fun</span> <span class="o">=</span> <span class="kd">function</span> <span class="nx">lang</span><span class="p">(</span><span class="nx">l</span><span class="p">)</span> <span class="p">{</span> | ||
<span class="nx">dateformat</span><span class="p">.</span><span class="nx">i18n</span> <span class="o">=</span> <span class="nx">require</span><span class="p">(</span><span class="dl">'</span><span class="s1">./lang/</span><span class="dl">'</span> <span class="o">+</span> <span class="nx">l</span><span class="p">)</span> | ||
<span class="k">return</span> <span class="kc">true</span><span class="p">;</span> | ||
<span class="p">}</span> | ||
</code></pre></div></div> | ||
|
||
<div class="language-ruby highlighter-rouge"><div class="highlight"><pre class="highlight"><code><span class="c1"># Ruby code with syntax highlighting</span> | ||
<span class="no">GitHubPages</span><span class="o">::</span><span class="no">Dependencies</span><span class="p">.</span><span class="nf">gems</span><span class="p">.</span><span class="nf">each</span> <span class="k">do</span> <span class="o">|</span><span class="n">gem</span><span class="p">,</span> <span class="n">version</span><span class="o">|</span> | ||
<span class="n">s</span><span class="p">.</span><span class="nf">add_dependency</span><span class="p">(</span><span class="n">gem</span><span class="p">,</span> <span class="s2">"= </span><span class="si">#{</span><span class="n">version</span><span class="si">}</span><span class="s2">"</span><span class="p">)</span> | ||
<span class="k">end</span> | ||
</code></pre></div></div> | ||
|
||
<h4 id="header-4">Header 4</h4> | ||
|
||
<ul> | ||
<li>This is an unordered list following a header.</li> | ||
<li>This is an unordered list following a header.</li> | ||
<li>This is an unordered list following a header.</li> | ||
</ul> | ||
|
||
<h5 id="header-5">Header 5</h5> | ||
|
||
<ol> | ||
<li>This is an ordered list following a header.</li> | ||
<li>This is an ordered list following a header.</li> | ||
<li>This is an ordered list following a header.</li> | ||
</ol> | ||
|
||
<h6 id="header-6">Header 6</h6> | ||
|
||
<table> | ||
<thead> | ||
<tr> | ||
<th style="text-align: left">head1</th> | ||
<th style="text-align: left">head two</th> | ||
<th style="text-align: left">three</th> | ||
</tr> | ||
</thead> | ||
<tbody> | ||
<tr> | ||
<td style="text-align: left">ok</td> | ||
<td style="text-align: left">good swedish fish</td> | ||
<td style="text-align: left">nice</td> | ||
</tr> | ||
<tr> | ||
<td style="text-align: left">out of stock</td> | ||
<td style="text-align: left">good and plenty</td> | ||
<td style="text-align: left">nice</td> | ||
</tr> | ||
<tr> | ||
<td style="text-align: left">ok</td> | ||
<td style="text-align: left">good <code class="language-plaintext highlighter-rouge">oreos</code></td> | ||
<td style="text-align: left">hmm</td> | ||
</tr> | ||
<tr> | ||
<td style="text-align: left">ok</td> | ||
<td style="text-align: left">good <code class="language-plaintext highlighter-rouge">zoute</code> drop</td> | ||
<td style="text-align: left">yumm</td> | ||
</tr> | ||
</tbody> | ||
</table> | ||
|
||
<h3 id="theres-a-horizontal-rule-below-this">There’s a horizontal rule below this.</h3> | ||
|
||
<hr /> | ||
|
||
<h3 id="here-is-an-unordered-list">Here is an unordered list:</h3> | ||
|
||
<ul> | ||
<li>Item foo</li> | ||
<li>Item bar</li> | ||
<li>Item baz</li> | ||
<li>Item zip</li> | ||
</ul> | ||
|
||
<h3 id="and-an-ordered-list">And an ordered list:</h3> | ||
|
||
<ol> | ||
<li>Item one</li> | ||
<li>Item two</li> | ||
<li>Item three</li> | ||
<li>Item four</li> | ||
</ol> | ||
|
||
<h3 id="and-a-nested-list">And a nested list:</h3> | ||
|
||
<ul> | ||
<li>level 1 item | ||
<ul> | ||
<li>level 2 item</li> | ||
<li>level 2 item | ||
<ul> | ||
<li>level 3 item</li> | ||
<li>level 3 item</li> | ||
</ul> | ||
</li> | ||
</ul> | ||
</li> | ||
<li>level 1 item | ||
<ul> | ||
<li>level 2 item</li> | ||
<li>level 2 item</li> | ||
<li>level 2 item</li> | ||
</ul> | ||
</li> | ||
<li>level 1 item | ||
<ul> | ||
<li>level 2 item</li> | ||
<li>level 2 item</li> | ||
</ul> | ||
</li> | ||
<li>level 1 item</li> | ||
</ul> | ||
|
||
<h3 id="small-image">Small image</h3> | ||
|
||
<p><img src="https://github.githubassets.com/images/icons/emoji/octocat.png" alt="Octocat" /></p> | ||
|
||
<h3 id="large-image">Large image</h3> | ||
|
||
<p><img src="https://guides.github.com/activities/hello-world/branching.png" alt="Branching" /></p> | ||
|
||
<h3 id="definition-lists-can-be-used-with-html-syntax">Definition lists can be used with HTML syntax.</h3> | ||
|
||
<dl> | ||
<dt>Name</dt> | ||
<dd>Godzilla</dd> | ||
<dt>Born</dt> | ||
<dd>1952</dd> | ||
<dt>Birthplace</dt> | ||
<dd>Japan</dd> | ||
<dt>Color</dt> | ||
<dd>Green</dd> | ||
</dl> | ||
|
||
<div class="language-plaintext highlighter-rouge"><div class="highlight"><pre class="highlight"><code>Long, single-line code blocks should not wrap. They should horizontally scroll if they are too long. This line should be long enough to demonstrate this. | ||
</code></pre></div></div> | ||
|
||
<div class="language-plaintext highlighter-rouge"><div class="highlight"><pre class="highlight"><code>The final element. | ||
</code></pre></div></div> | ||
|
||
|
||
<footer class="site-footer"> | ||
|
||
<span class="site-footer-credits">This page was generated by <a href="https://pages.github.com">GitHub Pages</a>.</span> | ||
</footer> | ||
</main> | ||
</body> | ||
</html> | ||
|
File renamed without changes.