2012-11-11

post-footer-line post-footer-line-1

因為覺得文章下面的社群分享按鈕、跟時間標記很礙眼
所以先暫時拿掉 XD
在這邊先記錄

<div class="post-footer">的裏頭有三個
分別是

  • post-footer-line post-footer-line-1 時間阿、張貼人以及社群分享按鈕
  • post-footer-line post-footer-line-2 標籤 
  • post-footer-line post-footer-line-3 標籤


 <div class='post-footer-line post-footer-line-1'><span class='post-author vcard'>

        <b:if cond='data:top.showAuthor'>

          <data:top.authorLabel/>

            <b:if cond='data:post.authorProfileUrl'>

              <span class='fn' itemprop='author' itemscope='itemscope' itemtype='http://schema.org/Person'>

                <meta expr:content='data:post.authorProfileUrl' itemprop='url'/>

                <a class='g-profile' expr:href='data:post.authorProfileUrl' rel='author' title='author profile'>

                  <span itemprop='name'><data:post.author/></span>

                </a>

              </span>

            <b:else/>

              <span class='fn' itemprop='author' itemscope='itemscope' itemtype='http://schema.org/Person'>

                <span itemprop='name'><data:post.author/></span>

              </span>

            </b:if>

        </b:if>

      </span> <span class='post-timestamp'>

        <b:if cond='data:top.showTimestamp'>

          <data:top.timestampLabel/>

        <b:if cond='data:post.url'>

          <meta expr:content='data:post.canonicalUrl' itemprop='url'/>

          <a class='timestamp-link' expr:href='data:post.url' rel='bookmark' title='permanent link'><abbr class='published' expr:title='data:post.timestampISO8601' itemprop='datePublished'><data:post.timestamp/></abbr></a>

        </b:if>

        </b:if>

      </span> <span class='post-comment-link'>

        <b:if cond='data:blog.pageType != &quot;item&quot;'>

          <b:if cond='data:blog.pageType != &quot;static_page&quot;'>

            <b:if cond='data:post.allowComments'>

              <b:include data='post' name='comment_count_picker'/>

            </b:if>

          </b:if>

        </b:if>

      </span> <span class='post-icons'>

        <!-- email post links -->

        <b:if cond='data:post.emailPostUrl'>

          <span class='item-action'>

          <a expr:href='data:post.emailPostUrl' expr:title='data:top.emailPostMsg'>

              <img alt='' class='icon-action' height='13' src='http://img1.blogblog.com/img/icon18_email.gif' width='18'/>

          </a>

          </span>

        </b:if>



        <!-- quickedit pencil -->

        <b:include data='post' name='postQuickEdit'/>

      </span> <div class='post-share-buttons goog-inline-block'>

        <b:if cond='data:post.sharePostUrl'>

          <b:include data='post' name='shareButtons'/>

        </b:if>

      </div> </div>



      <div class='post-footer-line post-footer-line-2'><span class='post-labels'>
        <b:if cond='data:post.labels'>
          <data:postLabelsLabel/>
          <b:loop values='data:post.labels' var='label'>
            <a expr:href='data:label.url' rel='tag'><data:label.name/></a><b:if cond='data:label.isLast != &quot;true&quot;'>,</b:if>
          </b:loop>
        </b:if>
      </span> </div>
123

2012-08-30

更新紀錄

以編年倒序的方式紀錄更新事項

102 年更新項目

  1. 移除標語:將所學變成所用:化成文字、化成行動 101.11.11
    • 變更成文青峰標語:純。記錄
  2. 變更部落格名字以及標語
    • 原標題:知性印刷坊
    • 變更後:小麥的部落格
    • 原標語:博學之,審問之,明辨之,慎思之,篤行之
    • 變更後:將所學變成所用:化成文字、化成行動


101 年更新項目
  1. 變更背景樣式 101.09.
  2. 隱藏 Blogger 邊欄工具(Widget)標題 101.08.30
  3. 開張大吉 101.02.16

2012-08-03

測試文章-LaTex / 公式解推導


公式解

$x=-\dfrac {b\pm \sqrt {b^{2}-4a}c} {2a}$