-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
432 lines (269 loc) · 15.9 KB
/
Copy pathindex.html
File metadata and controls
432 lines (269 loc) · 15.9 KB
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
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>寶哥在研究</title>
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">
<meta name="description">
<meta property="og:type" content="website">
<meta property="og:title" content="寶哥在研究">
<meta property="og:url" content="http://tom00502.github.io/">
<meta property="og:site_name" content="寶哥在研究">
<meta property="og:description">
<meta name="twitter:card" content="summary">
<meta name="twitter:title" content="寶哥在研究">
<meta name="twitter:description">
<link rel="alternative" href="/atom.xml" title="寶哥在研究" type="application/atom+xml">
<link rel="icon" href="/favicon.png">
<link href="//fonts.googleapis.com/css?family=Source+Code+Pro" rel="stylesheet" type="text/css">
<link rel="stylesheet" href="/css/style.css" type="text/css">
</head>
<body>
<div id="container">
<div id="wrap">
<header id="header">
<div id="banner"></div>
<div id="header-outer" class="outer">
<div id="header-title" class="inner">
<h1 id="logo-wrap">
<a href="/" id="logo">寶哥在研究</a>
</h1>
</div>
<div id="header-inner" class="inner">
<nav id="main-nav">
<a id="main-nav-toggle" class="nav-icon"></a>
<a class="main-nav-link" href="/">Home</a>
<a class="main-nav-link" href="/archives">Archives</a>
</nav>
<nav id="sub-nav">
<a id="nav-rss-link" class="nav-icon" href="/atom.xml" title="RSS Feed"></a>
<a id="nav-search-btn" class="nav-icon" title="Search"></a>
</nav>
<div id="search-form-wrap">
<form action="//google.com/search" method="get" accept-charset="UTF-8" class="search-form"><input type="search" name="q" results="0" class="search-form-input" placeholder="Search"><input type="submit" value="" class="search-form-submit"><input type="hidden" name="q" value="site:http://tom00502.github.io"></form>
</div>
</div>
</div>
</header>
<div class="outer">
<section id="main">
<article id="post-hexo好用標籤" class="article article-type-post" itemscope itemprop="blogPost">
<div class="article-meta">
<a href="/2014/12/10/hexo好用標籤/" class="article-date">
<time datetime="2014-12-10T10:42:00.000Z" itemprop="datePublished">Dec 10 2014</time>
</a>
</div>
<div class="article-inner">
<header class="article-header">
<h1 itemprop="name">
<a class="article-title" href="/2014/12/10/hexo好用標籤/">hexo好用標籤</a>
</h1>
</header>
<div class="article-entry" itemprop="articleBody">
<h3 id="引入youtube連結">引入youtube連結</h3>
<pre><code><span class="tuple">{ <span class="comment">% youtube video_id % }</span></span>
</code></pre>
<p class="article-more-link">
<a href="/2014/12/10/hexo好用標籤/#more">Read More</a>
</p>
</div>
<footer class="article-footer">
<a data-url="http://tom00502.github.io/2014/12/10/hexo好用標籤/" data-id="mfru4efap0qy2yus" class="article-share-link">Share</a>
<a href="http://tom00502.github.io/2014/12/10/hexo好用標籤/#disqus_thread" class="article-comment-link">Comments</a>
<ul class="article-tag-list"><li class="article-tag-list-item"><a class="article-tag-list-link" href="/tags/hexo/">hexo</a></li><li class="article-tag-list-item"><a class="article-tag-list-link" href="/tags/tags/">tags</a></li></ul>
</footer>
</div>
</article>
<article id="post-讓google看見你的網站" class="article article-type-post" itemscope itemprop="blogPost">
<div class="article-meta">
<a href="/2014/12/09/讓google看見你的網站/" class="article-date">
<time datetime="2014-12-09T07:20:31.000Z" itemprop="datePublished">Dec 9 2014</time>
</a>
</div>
<div class="article-inner">
<header class="article-header">
<h1 itemprop="name">
<a class="article-title" href="/2014/12/09/讓google看見你的網站/">Google網站管理工具 讓google看見你的網站</a>
</h1>
</header>
<div class="article-entry" itemprop="articleBody">
<p>大家網頁做好後,總是希望分享給更多人看</p>
<p>但是寶哥的部落格寫好後,在google搜尋都找不到<br>
<p class="article-more-link">
<a href="/2014/12/09/讓google看見你的網站/#more">Read More</a>
</p>
</div>
<footer class="article-footer">
<a data-url="http://tom00502.github.io/2014/12/09/讓google看見你的網站/" data-id="hdakjo6cuqhakbf9" class="article-share-link">Share</a>
<a href="http://tom00502.github.io/2014/12/09/讓google看見你的網站/#disqus_thread" class="article-comment-link">Comments</a>
<ul class="article-tag-list"><li class="article-tag-list-item"><a class="article-tag-list-link" href="/tags/google/">google</a></li><li class="article-tag-list-item"><a class="article-tag-list-link" href="/tags/網站管理工具/">網站管理工具</a></li></ul>
</footer>
</div>
</article>
<article id="post-為DLL檔案寫入詳細資料" class="article article-type-post" itemscope itemprop="blogPost">
<div class="article-meta">
<a href="/2014/12/03/為DLL檔案寫入詳細資料/" class="article-date">
<time datetime="2014-12-03T06:28:46.000Z" itemprop="datePublished">Dec 3 2014</time>
</a>
<div class="article-category">
<a class="article-category-link" href="/categories/vc/">vc++</a>
</div>
</div>
<div class="article-inner">
<header class="article-header">
<h1 itemprop="name">
<a class="article-title" href="/2014/12/03/為DLL檔案寫入詳細資料/">為DLL檔案寫入詳細資料</a>
</h1>
</header>
<div class="article-entry" itemprop="articleBody">
<p>有時候我們會編寫動態連結檔供其他程式來使用<br>但是檔案放久了,可能會忘記他是做什麼的,或者有版本變動後,不知道是哪一個版本</p>
<p class="article-more-link">
<a href="/2014/12/03/為DLL檔案寫入詳細資料/#more">Read More</a>
</p>
</div>
<footer class="article-footer">
<a data-url="http://tom00502.github.io/2014/12/03/為DLL檔案寫入詳細資料/" data-id="p9tsbv2c5hs121d4" class="article-share-link">Share</a>
<a href="http://tom00502.github.io/2014/12/03/為DLL檔案寫入詳細資料/#disqus_thread" class="article-comment-link">Comments</a>
<ul class="article-tag-list"><li class="article-tag-list-item"><a class="article-tag-list-link" href="/tags/dll/">dll</a></li><li class="article-tag-list-item"><a class="article-tag-list-link" href="/tags/vc/">vc++</a></li></ul>
</footer>
</div>
</article>
<article id="post-IndexOf獲得物件在陣列中的索引值" class="article article-type-post" itemscope itemprop="blogPost">
<div class="article-meta">
<a href="/2014/12/03/IndexOf獲得物件在陣列中的索引值/" class="article-date">
<time datetime="2014-12-03T02:53:24.000Z" itemprop="datePublished">Dec 3 2014</time>
</a>
<div class="article-category">
<a class="article-category-link" href="/categories/C/">C#</a>
</div>
</div>
<div class="article-inner">
<header class="article-header">
<h1 itemprop="name">
<a class="article-title" href="/2014/12/03/IndexOf獲得物件在陣列中的索引值/">IndexOf 獲得物件在陣列中的索引值</a>
</h1>
</header>
<div class="article-entry" itemprop="articleBody">
<p>如何知道物件在陣列中的索引值呢?<br>可以使用Array.IndexOf<br>
<p class="article-more-link">
<a href="/2014/12/03/IndexOf獲得物件在陣列中的索引值/#more">Read More</a>
</p>
</div>
<footer class="article-footer">
<a data-url="http://tom00502.github.io/2014/12/03/IndexOf獲得物件在陣列中的索引值/" data-id="f1aeucz21x8xm7hu" class="article-share-link">Share</a>
<a href="http://tom00502.github.io/2014/12/03/IndexOf獲得物件在陣列中的索引值/#disqus_thread" class="article-comment-link">Comments</a>
<ul class="article-tag-list"><li class="article-tag-list-item"><a class="article-tag-list-link" href="/tags/C/">C#</a></li><li class="article-tag-list-item"><a class="article-tag-list-link" href="/tags/陣列/">陣列</a></li></ul>
</footer>
</div>
</article>
<article id="post-C-語法備記" class="article article-type-post" itemscope itemprop="blogPost">
<div class="article-meta">
<a href="/2014/12/02/C-語法備記/" class="article-date">
<time datetime="2014-12-02T10:54:42.000Z" itemprop="datePublished">Dec 2 2014</time>
</a>
<div class="article-category">
<a class="article-category-link" href="/categories/C/">C#</a>
</div>
</div>
<div class="article-inner">
<header class="article-header">
<h1 itemprop="name">
<a class="article-title" href="/2014/12/02/C-語法備記/">C# 語法備記</a>
</h1>
</header>
<div class="article-entry" itemprop="articleBody">
<p>很久以前就想碰C#了,剛好現在工作上需要用到,在感受他強大的威力之前,先來了解一下基本語法吧!</p>
<p class="article-more-link">
<a href="/2014/12/02/C-語法備記/#more">Read More</a>
</p>
</div>
<footer class="article-footer">
<a data-url="http://tom00502.github.io/2014/12/02/C-語法備記/" data-id="k4nq4qfmnodb25rx" class="article-share-link">Share</a>
<a href="http://tom00502.github.io/2014/12/02/C-語法備記/#disqus_thread" class="article-comment-link">Comments</a>
<ul class="article-tag-list"><li class="article-tag-list-item"><a class="article-tag-list-link" href="/tags/C/">C#</a></li><li class="article-tag-list-item"><a class="article-tag-list-link" href="/tags/語法/">語法</a></li></ul>
</footer>
</div>
</article>
<nav id="page-nav">
<span class="page-number current">1</span><a class="page-number" href="/page/2/">2</a><a class="extend next" rel="next" href="/page/2/">Next »</a>
</nav>
</section>
<aside id="sidebar">
<div class="widget-wrap">
<h3 class="widget-title">Categories</h3>
<div class="widget">
<ul class="category-list"><li class="category-list-item"><a class="category-list-link" href="/categories/BB/">BB</a><span class="category-list-count">1</span></li><li class="category-list-item"><a class="category-list-link" href="/categories/C/">C#</a><span class="category-list-count">2</span></li><li class="category-list-item"><a class="category-list-link" href="/categories/vc/">vc++</a><span class="category-list-count">1</span></li><li class="category-list-item"><a class="category-list-link" href="/categories/編輯/">編輯</a><span class="category-list-count">1</span></li></ul>
</div>
</div>
<div class="widget-wrap">
<h3 class="widget-title">Tags</h3>
<div class="widget">
<ul class="tag-list"><li class="tag-list-item"><a class="tag-list-link" href="/tags/AA/">AA</a><span class="tag-list-count">1</span></li><li class="tag-list-item"><a class="tag-list-link" href="/tags/C/">C#</a><span class="tag-list-count">2</span></li><li class="tag-list-item"><a class="tag-list-link" href="/tags/dll/">dll</a><span class="tag-list-count">1</span></li><li class="tag-list-item"><a class="tag-list-link" href="/tags/google/">google</a><span class="tag-list-count">1</span></li><li class="tag-list-item"><a class="tag-list-link" href="/tags/hexo/">hexo</a><span class="tag-list-count">1</span></li><li class="tag-list-item"><a class="tag-list-link" href="/tags/markdown/">markdown</a><span class="tag-list-count">1</span></li><li class="tag-list-item"><a class="tag-list-link" href="/tags/tags/">tags</a><span class="tag-list-count">1</span></li><li class="tag-list-item"><a class="tag-list-link" href="/tags/vc/">vc++</a><span class="tag-list-count">1</span></li><li class="tag-list-item"><a class="tag-list-link" href="/tags/網站管理工具/">網站管理工具</a><span class="tag-list-count">1</span></li><li class="tag-list-item"><a class="tag-list-link" href="/tags/語法/">語法</a><span class="tag-list-count">1</span></li><li class="tag-list-item"><a class="tag-list-link" href="/tags/陣列/">陣列</a><span class="tag-list-count">1</span></li></ul>
</div>
</div>
<div class="widget-wrap">
<h3 class="widget-title">Tag Cloud</h3>
<div class="widget tagcloud">
<a href="/tags/AA/" style="font-size: 10.00px;">AA</a><a href="/tags/C/" style="font-size: 20.00px;">C#</a><a href="/tags/dll/" style="font-size: 10.00px;">dll</a><a href="/tags/google/" style="font-size: 10.00px;">google</a><a href="/tags/hexo/" style="font-size: 10.00px;">hexo</a><a href="/tags/markdown/" style="font-size: 10.00px;">markdown</a><a href="/tags/tags/" style="font-size: 10.00px;">tags</a><a href="/tags/vc/" style="font-size: 10.00px;">vc++</a><a href="/tags/網站管理工具/" style="font-size: 10.00px;">網站管理工具</a><a href="/tags/語法/" style="font-size: 10.00px;">語法</a><a href="/tags/陣列/" style="font-size: 10.00px;">陣列</a>
</div>
</div>
<div class="widget-wrap">
<h3 class="widget-title">Archives</h3>
<div class="widget">
<ul class="archive-list"><li class="archive-list-item"><a class="archive-list-link" href="/archives/2014/12/">December 2014</a><span class="archive-list-count">6</span></li><li class="archive-list-item"><a class="archive-list-link" href="/archives/2014/11/">November 2014</a><span class="archive-list-count">2</span></li></ul>
</div>
</div>
<div class="widget-wrap">
<h3 class="widget-title">Recents</h3>
<div class="widget">
<ul>
<li>
<a href="/2014/12/10/hexo好用標籤/">hexo好用標籤</a>
</li>
<li>
<a href="/2014/12/09/讓google看見你的網站/">Google網站管理工具 讓google看見你的網站</a>
</li>
<li>
<a href="/2014/12/03/為DLL檔案寫入詳細資料/">為DLL檔案寫入詳細資料</a>
</li>
<li>
<a href="/2014/12/03/IndexOf獲得物件在陣列中的索引值/">IndexOf 獲得物件在陣列中的索引值</a>
</li>
<li>
<a href="/2014/12/02/C-語法備記/">C# 語法備記</a>
</li>
</ul>
</div>
</div>
</aside>
</div>
<footer id="footer">
<div class="outer">
<div id="footer-info" class="inner">
© 2015 陳小寶<br>
Powered by <a href="http://hexo.io/" target="_blank">Hexo</a>
</div>
</div>
</footer>
</div>
<nav id="mobile-nav">
<a href="/" class="mobile-nav-link">Home</a>
<a href="/archives" class="mobile-nav-link">Archives</a>
</nav>
<script>
var disqus_shortname = 'tom00502';
(function(){
var dsq = document.createElement('script');
dsq.type = 'text/javascript';
dsq.async = true;
dsq.src = '//' + disqus_shortname + '.disqus.com/count.js';
(document.getElementsByTagName('head')[0] || document.getElementsByTagName('body')[0]).appendChild(dsq);
})();
</script>
<script src="//ajax.googleapis.com/ajax/libs/jquery/2.0.3/jquery.min.js"></script>
<link rel="stylesheet" href="/fancybox/jquery.fancybox.css" type="text/css">
<script src="/fancybox/jquery.fancybox.pack.js" type="text/javascript"></script>
<script src="/js/script.js" type="text/javascript"></script>
</div>
</body>
</html>