Skip to content

Commit 166ee97

Browse files
author
firebird007
committed
blog update
1 parent 9a22889 commit 166ee97

File tree

17 files changed

+292
-160
lines changed

17 files changed

+292
-160
lines changed

2018/04/15/hello-world/index.html

Lines changed: 21 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,13 @@
66
<title>hello-world | firebird&#39;s home</title>
77
<meta name="author" content="firebird">
88

9-
<meta name="description" content="0. Test$$\begin{aligned}
9+
<meta name="description" content="¶0. Test
10+
$$\begin{aligned}
1011
\dot{x} &amp;amp; = \sigma(y-x) \\
1112
\dot{y} &amp;amp; = \rho x - y - xz \\
1213
\dot{z} &amp;amp; = -\beta z + xy
1314
\end{aligned}$$
14-
\frac{\partia">
15+
$$\frac{\pa">
1516

1617

1718
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">
@@ -148,39 +149,43 @@ <h1 class="title title-inverse "> hello-world</h1>
148149
<div class="mypage">
149150

150151

151-
<h2 id="0-Test"><a href="#0-Test" class="headerlink" title="0. Test"></a>0. Test</h2><span>$$\begin{aligned}
152+
<h2 id="0-test"><a class="header-anchor" href="#0-test"></a>0. Test</h2>
153+
<span>$$\begin{aligned}
152154
\dot{x} &amp; = \sigma(y-x) \\
153155
\dot{y} &amp; = \rho x - y - xz \\
154156
\dot{z} &amp; = -\beta z + xy
155157
\end{aligned}$$</span><!-- Has MathJax -->
156-
<script type="math/tex; mode=display">\frac{\partial u}{\partial t}
157-
= h^2 \left( \frac{\partial^2 u}{\partial x^2} +
158-
\frac{\partial^2 u}{\partial y^2} +
159-
\frac{\partial^2 u}{\partial z^2}\right)</script><h2 id="1-Coding"><a href="#1-Coding" class="headerlink" title="1. Coding"></a>1. Coding</h2><figure class="highlight plain"><table><tr><td class="gutter"><pre><span class="line">1</span><br></pre></td><td class="code"><pre><span class="line">alert(&apos;Hello World!&apos;);</span><br></pre></td></tr></table></figure>
160-
<h2 id="2-Alerts"><a href="#2-Alerts" class="headerlink" title="2. Alerts"></a>2. Alerts</h2><div class="alert alert-warning"><i class="fa fa-bell float-left"></i> <p>Best check yo self, you’re not looking too good.</p>
158+
<p>$$\frac{\partial u}{\partial t}<br>
159+
= h^2 \left( \frac{\partial^2 u}{\partial x^2} +<br>
160+
\frac{\partial^2 u}{\partial y^2} +<br>
161+
\frac{\partial^2 u}{\partial z^2}\right)$$</p>
162+
<h2 id="1-coding"><a class="header-anchor" href="#1-coding"></a>1. Coding</h2>
163+
<figure class="highlight plain"><table><tr><td class="gutter"><pre><span class="line">1</span><br></pre></td><td class="code"><pre><span class="line">alert(&apos;Hello World!&apos;);</span><br></pre></td></tr></table></figure>
164+
<h2 id="2-alerts"><a class="header-anchor" href="#2-alerts"></a>2. Alerts</h2>
165+
<div class="alert alert-warning"><i class="fa fa-bell float-left"></i> <p>Best check yo self, you’re not looking too good.</p>
161166
</div>
162167
<div class="alert alert-danger"><i class="fa fa-bug float-left"></i> <p>Change a few things up and try submitting again.</p>
163168
</div>
164169
<div class="alert alert-success"><i class="fa fa-lightbulb-o float-left"></i> <p>You successfully read this important alert message.</p>
165170
</div>
166171
<div class="alert alert-info"><i class="fa fa-info float-left"></i> <p>This alert needs your attention, but it’s not super important.</p>
167172
</div>
168-
<h2 id="2-Label"><a href="#2-Label" class="headerlink" title="2. Label"></a>2. Label</h2><span class="label label-default">default</span>
173+
<h2 id="2-label"><a class="header-anchor" href="#2-label"></a>2. Label</h2>
174+
<span class="label label-default">default</span>
169175
<span class="label label-warning">warinng</span>
170176
<span class="label label-success">success</span>
171177
<span class="label label-danger">danger</span>
172178
<span class="label label-primary">primary</span>
173179
<span class="label label-info">info</span>
174-
<h2 id="3-Text-Color"><a href="#3-Text-Color" class="headerlink" title="3. Text Color"></a>3. Text Color</h2><font color="#00ffff" size="4"> test </font>
175-
176-
<font color="blue" size="4"> test </font>
177-
178-
<font color="grey" size="4"> test </font>
179-
180+
<h2 id="3-text-color"><a class="header-anchor" href="#3-text-color"></a>3. Text Color</h2>
181+
<p><font color="#00ffff" size="4"> test </font></p>
182+
<p><font color="blue" size="4"> test </font></p>
183+
<p><font color="grey" size="4"> test </font></p>
180184
<p class="text-muted"></p><p>Fusce dapibus, tellus ac cursus commodo, tortor mauris nibh.</p>
181185
<p></p>
182186

183-
<h2 id="4-Buttons"><a href="#4-Buttons" class="headerlink" title="4. Buttons"></a>4. Buttons</h2><a class="btn btn-secondary" href="http://firebird007.top">firebird</a>
187+
<h2 id="4-buttons"><a class="header-anchor" href="#4-buttons"></a>4. Buttons</h2>
188+
<a class="btn btn-secondary" href="http://firebird007.top">firebird</a>
184189
<a class="btn btn-primary" href="http://firebird007.top">firebird</a>
185190
<a class="btn btn-success" href="http://firebird007.top">firebird</a>
186191
<a class="btn btn-warning" href="http://firebird007.top">firebird</a>

2018/04/16/matlab-intro01/index.html

Lines changed: 41 additions & 19 deletions
Large diffs are not rendered by default.

2018/04/26/R-ac-circuit/index.html

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -164,6 +164,9 @@ <h3 id="1-ohm-law"><a class="header-anchor" href="#1-ohm-law">¶</a>1. Ohm Law</
164164
<br>
165165
$\dot U = R \dot I$ (向量形式的Ohm Law)</p>
166166
<h3 id="2-功率"><a class="header-anchor" href="#2-功率"></a>2. 功率</h3>
167+
<p>小写字母$p$ 表示瞬时功率。<br>
168+
$p = p_{R} = u i = U_m I_m sin^2 \omega t = \frac{U_m I_m}{2}(1-cos 2\omega t) = U I (1-cos2\omega t) \geq 0$<br>
169+
电阻元件在交流电路中$u$和$i$同相位,所以瞬时功率$p\geq 0$, 表明电阻从电源取用电能而转换为热能。</p>
167170

168171
</div>
169172

archives/2018/04/index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -205,11 +205,11 @@ <h4>Categories</h4>
205205
<h4>Tag Cloud</h4>
206206
<ul class="tag_box inline list-unstyled">
207207

208-
<li><a href="/tags/matlab/">matlab<span>1</span></a></li>
208+
<li><a href="/tags/电工技术(上)/">电工技术(上)<span>1</span></a></li>
209209

210210
<li><a href="/tags/2018春-金材专业/">2018春-金材专业<span>2</span></a></li>
211211

212-
<li><a href="/tags/电工技术(上)/">电工技术(上)<span>1</span></a></li>
212+
<li><a href="/tags/matlab/">matlab<span>1</span></a></li>
213213

214214

215215
</ul>

archives/2018/index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -205,12 +205,12 @@ <h4>Categories</h4>
205205
<h4>Tag Cloud</h4>
206206
<ul class="tag_box inline list-unstyled">
207207

208+
<li><a href="/tags/matlab/">matlab<span>1</span></a></li>
209+
208210
<li><a href="/tags/电工技术(上)/">电工技术(上)<span>1</span></a></li>
209211

210212
<li><a href="/tags/2018春-金材专业/">2018春-金材专业<span>2</span></a></li>
211213

212-
<li><a href="/tags/matlab/">matlab<span>1</span></a></li>
213-
214214

215215
</ul>
216216
</div>

archives/index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -207,10 +207,10 @@ <h4>Tag Cloud</h4>
207207

208208
<li><a href="/tags/电工技术(上)/">电工技术(上)<span>1</span></a></li>
209209

210-
<li><a href="/tags/matlab/">matlab<span>1</span></a></li>
211-
212210
<li><a href="/tags/2018春-金材专业/">2018春-金材专业<span>2</span></a></li>
213211

212+
<li><a href="/tags/matlab/">matlab<span>1</span></a></li>
213+
214214

215215
</ul>
216216
</div>

atom.xml

Lines changed: 10 additions & 8 deletions
Large diffs are not rendered by default.

baidusitemap.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
<url>
77
<loc>https://firebird007.top/2018/04/26/R-ac-circuit/</loc>
8-
<lastmod>2018-04-26T13:05:51.339Z</lastmod>
8+
<lastmod>2018-04-26T13:45:10.271Z</lastmod>
99
<data>
1010
<display>
1111
<title>R_ac_circuit</title>

categories/others/index.html

Lines changed: 20 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -149,39 +149,43 @@ <h3 class="title">
149149
<div class="row">
150150

151151

152-
<h2 id="0-Test"><a href="#0-Test" class="headerlink" title="0. Test"></a>0. Test</h2><span>$$\begin{aligned}
152+
<h2 id="0-test"><a class="header-anchor" href="#0-test"></a>0. Test</h2>
153+
<span>$$\begin{aligned}
153154
\dot{x} &amp; = \sigma(y-x) \\
154155
\dot{y} &amp; = \rho x - y - xz \\
155156
\dot{z} &amp; = -\beta z + xy
156157
\end{aligned}$$</span><!-- Has MathJax -->
157-
<script type="math/tex; mode=display">\frac{\partial u}{\partial t}
158-
= h^2 \left( \frac{\partial^2 u}{\partial x^2} +
159-
\frac{\partial^2 u}{\partial y^2} +
160-
\frac{\partial^2 u}{\partial z^2}\right)</script><h2 id="1-Coding"><a href="#1-Coding" class="headerlink" title="1. Coding"></a>1. Coding</h2><figure class="highlight plain"><table><tr><td class="gutter"><pre><span class="line">1</span><br></pre></td><td class="code"><pre><span class="line">alert(&apos;Hello World!&apos;);</span><br></pre></td></tr></table></figure>
161-
<h2 id="2-Alerts"><a href="#2-Alerts" class="headerlink" title="2. Alerts"></a>2. Alerts</h2><div class="alert alert-warning"><i class="fa fa-bell float-left"></i> <p>Best check yo self, you’re not looking too good.</p>
158+
<p>$$\frac{\partial u}{\partial t}<br>
159+
= h^2 \left( \frac{\partial^2 u}{\partial x^2} +<br>
160+
\frac{\partial^2 u}{\partial y^2} +<br>
161+
\frac{\partial^2 u}{\partial z^2}\right)$$</p>
162+
<h2 id="1-coding"><a class="header-anchor" href="#1-coding"></a>1. Coding</h2>
163+
<figure class="highlight plain"><table><tr><td class="gutter"><pre><span class="line">1</span><br></pre></td><td class="code"><pre><span class="line">alert(&apos;Hello World!&apos;);</span><br></pre></td></tr></table></figure>
164+
<h2 id="2-alerts"><a class="header-anchor" href="#2-alerts"></a>2. Alerts</h2>
165+
<div class="alert alert-warning"><i class="fa fa-bell float-left"></i> <p>Best check yo self, you’re not looking too good.</p>
162166
</div>
163167
<div class="alert alert-danger"><i class="fa fa-bug float-left"></i> <p>Change a few things up and try submitting again.</p>
164168
</div>
165169
<div class="alert alert-success"><i class="fa fa-lightbulb-o float-left"></i> <p>You successfully read this important alert message.</p>
166170
</div>
167171
<div class="alert alert-info"><i class="fa fa-info float-left"></i> <p>This alert needs your attention, but it’s not super important.</p>
168172
</div>
169-
<h2 id="2-Label"><a href="#2-Label" class="headerlink" title="2. Label"></a>2. Label</h2><span class="label label-default">default</span>
173+
<h2 id="2-label"><a class="header-anchor" href="#2-label"></a>2. Label</h2>
174+
<span class="label label-default">default</span>
170175
<span class="label label-warning">warinng</span>
171176
<span class="label label-success">success</span>
172177
<span class="label label-danger">danger</span>
173178
<span class="label label-primary">primary</span>
174179
<span class="label label-info">info</span>
175-
<h2 id="3-Text-Color"><a href="#3-Text-Color" class="headerlink" title="3. Text Color"></a>3. Text Color</h2><font color="#00ffff" size="4"> test </font>
176-
177-
<font color="blue" size="4"> test </font>
178-
179-
<font color="grey" size="4"> test </font>
180-
180+
<h2 id="3-text-color"><a class="header-anchor" href="#3-text-color"></a>3. Text Color</h2>
181+
<p><font color="#00ffff" size="4"> test </font></p>
182+
<p><font color="blue" size="4"> test </font></p>
183+
<p><font color="grey" size="4"> test </font></p>
181184
<p class="text-muted"></p><p>Fusce dapibus, tellus ac cursus commodo, tortor mauris nibh.</p>
182185
<p></p>
183186

184-
<h2 id="4-Buttons"><a href="#4-Buttons" class="headerlink" title="4. Buttons"></a>4. Buttons</h2><a class="btn btn-secondary" href="http://firebird007.top">firebird</a>
187+
<h2 id="4-buttons"><a class="header-anchor" href="#4-buttons"></a>4. Buttons</h2>
188+
<a class="btn btn-secondary" href="http://firebird007.top">firebird</a>
185189
<a class="btn btn-primary" href="http://firebird007.top">firebird</a>
186190
<a class="btn btn-success" href="http://firebird007.top">firebird</a>
187191
<a class="btn btn-warning" href="http://firebird007.top">firebird</a>
@@ -241,10 +245,10 @@ <h4>Categories</h4>
241245
<h4>Tag Cloud</h4>
242246
<ul class="tag_box inline list-unstyled">
243247

244-
<li><a href="/tags/matlab/">matlab<span>1</span></a></li>
245-
246248
<li><a href="/tags/电工技术(上)/">电工技术(上)<span>1</span></a></li>
247249

250+
<li><a href="/tags/matlab/">matlab<span>1</span></a></li>
251+
248252
<li><a href="/tags/2018春-金材专业/">2018春-金材专业<span>2</span></a></li>
249253

250254

0 commit comments

Comments
 (0)