-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
637 lines (291 loc) · 16.7 KB
/
index.html
File metadata and controls
637 lines (291 loc) · 16.7 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
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
<!DOCTYPE html>
<!--[if IEMobile 7 ]><html class="no-js iem7"><![endif]-->
<!--[if lt IE 9]><html class="no-js lte-ie8"><![endif]-->
<!--[if (gt IE 8)|(gt IEMobile 7)|!(IEMobile)|!(IE)]><!--><html class="no-js" lang="en"><!--<![endif]-->
<head>
<meta charset="utf-8">
<title>yang3wei的专栏</title>
<meta name="author" content="yang3wei">
<meta name="description" content="原文链接:ant fileset用法 fileset用来定义目录位置及操作适用于该目录下的那些子目录或文件">
<!-- http://t.co/dKP3o1e -->
<meta name="HandheldFriendly" content="True">
<meta name="MobileOptimized" content="320">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="author" content="yang3wei">
<meta name="description" content="yang3wei的专栏, yang3wei">
<meta name="keywords" content="yang3wei, cocos2d, mac, objective-c, c/c++, game develop, java, OpenGL, shell, box2d, git, python">
<link rel="canonical" href="http://yang3wei.github.com/">
<link href="/favicon.png" rel="icon">
<link href="/stylesheets/screen.css" media="screen, projection" rel="stylesheet" type="text/css">
<script src="/javascripts/modernizr-2.0.js"></script>
<script src="/javascripts/ender.js"></script>
<script src="/javascripts/octopress.js" type="text/javascript"></script>
<link href="/atom.xml" rel="alternate" title="yang3wei的专栏" type="application/atom+xml">
<!--Fonts from Google"s Web font directory at http://google.com/webfonts -->
<link href="http://fonts.googleapis.com/css?family=PT+Serif:regular,italic,bold,bolditalic" rel="stylesheet" type="text/css">
<link href="http://fonts.googleapis.com/css?family=PT+Sans:regular,italic,bold,bolditalic" rel="stylesheet" type="text/css">
<script type="text/javascript">
var _gaq = _gaq || [];
_gaq.push(['_setAccount', 'UA-38160149-1']);
_gaq.push(['_trackPageview']);
(function() {
var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
})();
</script>
</head>
<body >
<header role="banner"><hgroup>
<h1><a href="/">yang3wei的专栏</a></h1>
<h2>Enjoy my life!</h2>
</hgroup>
</header>
<nav role="navigation"><ul class="subscription" data-subscription="rss">
<li><a href="/atom.xml" rel="subscribe-rss" title="subscribe via RSS">RSS</a></li>
</ul>
<form action="http://google.com/search" method="get">
<fieldset role="search">
<input type="hidden" name="q" value="site:yang3wei.github.com" />
<input class="search" type="text" name="q" results="0" placeholder="Search"/>
</fieldset>
</form>
<ul class="main-navigation">
<li><a href="/">Blog</a></li>
<li><a href="/blog/archives">Archives</a></li>
</ul>
</nav>
<div id="main">
<div id="content">
<div class="blog-index">
<article>
<header>
<h1 class="entry-title"><a href="/blog/2013/02/17/ant-fileset-yong-fa/">Ant fileset 用法</a></h1>
<p class="meta">
<time datetime="2013-02-17T07:53:00+08:00" pubdate data-updated="true">Feb 17<span>th</span>, 2013</time>
| <a href="/blog/2013/02/17/ant-fileset-yong-fa/#disqus_thread">Comments</a>
</p>
</header>
<div class="entry-content"><p>原文链接:<a href="http://blog.csdn.net/ajaxbloger/article/details/2303841">ant fileset用法</a> <br/>
fileset用来定义目录位置及操作适用于该目录下的那些子目录或文件</div>
<footer>
<a rel="full-article" href="/blog/2013/02/17/ant-fileset-yong-fa/">Read on →</a>
</footer>
</article>
<article>
<header>
<h1 class="entry-title"><a href="/blog/2013/02/15/mac-xia-an-zhuang-opencv/">Mac 下安装 OpenCV</a></h1>
<p class="meta">
<time datetime="2013-02-15T10:32:00+08:00" pubdate data-updated="true">Feb 15<span>th</span>, 2013</time>
| <a href="/blog/2013/02/15/mac-xia-an-zhuang-opencv/#disqus_thread">Comments</a>
</p>
</header>
<div class="entry-content"><p>原文链接:<a href="http://stefan321.iteye.com/blog/1555880">Mac下安装 OpenCV</a><br/>
本人(yang3wei)的操作系统为 Mac OS X Lion 10.7.2,安装的 OpenCV 版本为 2.4.4。</div>
<footer>
<a rel="full-article" href="/blog/2013/02/15/mac-xia-an-zhuang-opencv/">Read on →</a>
</footer>
</article>
<article>
<header>
<h1 class="entry-title"><a href="/blog/2013/02/15/ru-he-zai-mac-os-x-lion-shang-an-zhuang-opencv-2-dot-2/">如何在 Mac OS X Lion 上安装 OpenCV 2.2</a></h1>
<p class="meta">
<time datetime="2013-02-15T10:19:00+08:00" pubdate data-updated="true">Feb 15<span>th</span>, 2013</time>
| <a href="/blog/2013/02/15/ru-he-zai-mac-os-x-lion-shang-an-zhuang-opencv-2-dot-2/#disqus_thread">Comments</a>
</p>
</header>
<div class="entry-content"><p>原文链接:<a href="http://blog.sina.com.cn/s/blog_677a6d640100xcx9.html">如何在Mac OS X Lion上安装OpenCV 2.2! </a><br/>
OpenCV 对于做计算机视觉的童鞋来说就想老鼠与大米的关系,总之一个词——重要!</p>
</div>
<footer>
<a rel="full-article" href="/blog/2013/02/15/ru-he-zai-mac-os-x-lion-shang-an-zhuang-opencv-2-dot-2/">Read on →</a>
</footer>
</article>
<article>
<header>
<h1 class="entry-title"><a href="/blog/2013/02/15/cmake-xue-xi-bi-ji-1/">cmake 学习笔记1</a></h1>
<p class="meta">
<time datetime="2013-02-15T09:28:00+08:00" pubdate data-updated="true">Feb 15<span>th</span>, 2013</time>
| <a href="/blog/2013/02/15/cmake-xue-xi-bi-ji-1/#disqus_thread">Comments</a>
</p>
</header>
<div class="entry-content"><p>原文链接:<a href="http://blog.csdn.net/dbzhang800/article/details/6314073">cmake 学习笔记(一)</a><br/>
最大的 Qt4 程序群 (KDE4) 采用 cmake 作为构建系统<br/>
Qt4 的 python 绑定 (pyside) 采用了 cmake 作为构建系统<br/>
开源的图像处理库 opencv 采用 cmake 作为构建系统…<br/>
看来不学习一下 cmake 是不行了,一点一点来吧,找个最简单的 C 程序,慢慢复杂化,试试看:</p>
</div>
<footer>
<a rel="full-article" href="/blog/2013/02/15/cmake-xue-xi-bi-ji-1/">Read on →</a>
</footer>
</article>
<article>
<header>
<h1 class="entry-title"><a href="/blog/2013/02/15/git-diff-dai-ma-bi-jiao-de-gao-ji-ji-qiao/">Git diff 代码比较的高级技巧</a></h1>
<p class="meta">
<time datetime="2013-02-15T00:24:00+08:00" pubdate data-updated="true">Feb 15<span>th</span>, 2013</time>
| <a href="/blog/2013/02/15/git-diff-dai-ma-bi-jiao-de-gao-ji-ji-qiao/#disqus_thread">Comments</a>
</p>
</header>
<div class="entry-content"><p>原文链接:<a href="http://blog.csdn.net/offbye/article/details/6592563">Git diff代码比较的高级技巧</a><br/>
新的 android 的项目涉及到 android 的源码的管理和修改,我们是在 android 源码基础上做 TDSCDMA 和 GSM 的双卡双待功能实现,项目中使用了Git 作为版本管理工具,因此借此机会深入研究了 Git 的原理和使用方法。这里重点说一下 Git diff 相关的技巧。</p>
</div>
<footer>
<a rel="full-article" href="/blog/2013/02/15/git-diff-dai-ma-bi-jiao-de-gao-ji-ji-qiao/">Read on →</a>
</footer>
</article>
<article>
<header>
<h1 class="entry-title"><a href="/blog/2013/02/11/getting-started-with-jni-and-c-plus-plus-on-osx-lion/">Getting Started with JNI and C++ on OSX Lion</a></h1>
<p class="meta">
<time datetime="2013-02-11T15:19:00+08:00" pubdate data-updated="true">Feb 11<span>th</span>, 2013</time>
| <a href="/blog/2013/02/11/getting-started-with-jni-and-c-plus-plus-on-osx-lion/#disqus_thread">Comments</a>
</p>
</header>
<div class="entry-content"><p>原文链接:<br/>
<a href="http://mrjoelkemp.com/2012/01/getting-started-with-jni-and-c-on-osx-lion/">Getting Started with JNI and C++ on OSX Lion</a></p>
</div>
<footer>
<a rel="full-article" href="/blog/2013/02/11/getting-started-with-jni-and-c-plus-plus-on-osx-lion/">Read on →</a>
</footer>
</article>
<article>
<header>
<h1 class="entry-title"><a href="/blog/2013/02/10/java-dfile-dot-encoding-equals-utf-8-gan-diao-luan-ma/">Java -Dfile.encoding=UTF-8 干掉乱码</a></h1>
<p class="meta">
<time datetime="2013-02-10T15:18:00+08:00" pubdate data-updated="true">Feb 10<span>th</span>, 2013</time>
| <a href="/blog/2013/02/10/java-dfile-dot-encoding-equals-utf-8-gan-diao-luan-ma/#disqus_thread">Comments</a>
</p>
</header>
<div class="entry-content"><p>参考链接:<br/>
<a href="http://hi.baidu.com/cnjsp/item/a2c9c9aed1de96a829ce9d24">java 乱码问题-Dfile.encoding=UTF-8</a><br/>
<a href="http://yaojingguo.blogspot.com/2009/02/javas-fileencoding-property-on-windows.html">Java’s file.encoding property on Windows platform</a><br/>
<a href="http://wiki.answers.com/Q/How_do_you_open_a_jar_file_on_a_mac">How do you open a jar file on a mac?</a></p>
</div>
<footer>
<a rel="full-article" href="/blog/2013/02/10/java-dfile-dot-encoding-equals-utf-8-gan-diao-luan-ma/">Read on →</a>
</footer>
</article>
<article>
<header>
<h1 class="entry-title"><a href="/blog/2013/02/09/wxpython-undefined-variable-from-import-pysimpleapp/">wxPython Undefined variable from import PySimpleApp</a></h1>
<p class="meta">
<time datetime="2013-02-09T23:41:00+08:00" pubdate data-updated="true">Feb 9<span>th</span>, 2013</time>
| <a href="/blog/2013/02/09/wxpython-undefined-variable-from-import-pysimpleapp/#disqus_thread">Comments</a>
</p>
</header>
<div class="entry-content"><p>在 python 里面,将文本文件的内容读取为字符串只需要一行代码:</div>
<footer>
<a rel="full-article" href="/blog/2013/02/09/wxpython-undefined-variable-from-import-pysimpleapp/">Read on →</a>
</footer>
</article>
<article>
<header>
<h1 class="entry-title"><a href="/blog/2013/02/09/jie-du-hen-qiang-hen-biao-han-de-pythonbiao-zhun-guiku/">解读很强很彪悍的 Python 标准 GUI 库</a></h1>
<p class="meta">
<time datetime="2013-02-09T21:25:00+08:00" pubdate data-updated="true">Feb 9<span>th</span>, 2013</time>
| <a href="/blog/2013/02/09/jie-du-hen-qiang-hen-biao-han-de-pythonbiao-zhun-guiku/#disqus_thread">Comments</a>
</p>
</header>
<div class="entry-content"><p>原文链接:<a href="http://developer.51cto.com/art/201002/184975.htm">解读很强很彪悍的Python标准GUI库</a><br/>
Python 标准 GUI 库的创始人为 Guido van Rossum。在一个不经意间的时刻决心开发一个新的脚本解释程序,那也就是 Python 语言。</p>
</div>
<footer>
<a rel="full-article" href="/blog/2013/02/09/jie-du-hen-qiang-hen-biao-han-de-pythonbiao-zhun-guiku/">Read on →</a>
</footer>
</article>
<article>
<header>
<h1 class="entry-title"><a href="/blog/2013/02/09/git-biao-qian-xiang-guan-cao-zuo/">Git 标签相关操作</a></h1>
<p class="meta">
<time datetime="2013-02-09T14:15:00+08:00" pubdate data-updated="true">Feb 9<span>th</span>, 2013</time>
| <a href="/blog/2013/02/09/git-biao-qian-xiang-guan-cao-zuo/#disqus_thread">Comments</a>
</p>
</header>
<div class="entry-content"><p>原文链接:<a href="http://www.csser.com/board/4f3f516e38a5ebc97800050e#/post/4f54fd1bb439efec21000062">Git 标签相关操作</a><br/>
标签可以针对某一时间点的版本做标记,常用于版本发布。</p>
</div>
<footer>
<a rel="full-article" href="/blog/2013/02/09/git-biao-qian-xiang-guan-cao-zuo/">Read on →</a>
</footer>
</article>
<div class="pagination">
<a class="prev" href="/blog/page/2/">← Older</a>
<a href="/blog/archives">Blog Archives</a>
</div>
</div>
<aside class="sidebar">
<section>
<h1>Recent Posts</h1>
<ul id="recent_posts">
<li class="post">
<a href="/blog/2013/02/17/ant-fileset-yong-fa/">Ant fileset 用法</a>
</li>
<li class="post">
<a href="/blog/2013/02/15/mac-xia-an-zhuang-opencv/">Mac 下安装 OpenCV</a>
</li>
<li class="post">
<a href="/blog/2013/02/15/ru-he-zai-mac-os-x-lion-shang-an-zhuang-opencv-2-dot-2/">如何在 Mac OS X Lion 上安装 OpenCV 2.2</a>
</li>
<li class="post">
<a href="/blog/2013/02/15/cmake-xue-xi-bi-ji-1/">cmake 学习笔记1</a>
</li>
<li class="post">
<a href="/blog/2013/02/15/git-diff-dai-ma-bi-jiao-de-gao-ji-ji-qiao/">Git diff 代码比较的高级技巧</a>
</li>
</ul>
</section>
<section>
<h1>Tags</h1>
<ul class="tag-cloud">
<a style="font-size: 159%" href="/tags/c-c-/">C/C++</a>
<a style="font-size: 130%" href="/tags/opencv/">OpenCV</a>
<a style="font-size: 100%" href="/tags/algorithm/">algorithm</a>
<a style="font-size: 100%" href="/tags/ant/">ant</a>
<a style="font-size: 100%" href="/tags/cocos2d/">cocos2d</a>
<a style="font-size: 130%" href="/tags/eclipse/">eclipse</a>
<a style="font-size: 210%" href="/tags/git/">git</a>
<a style="font-size: 130%" href="/tags/hardware/">hardware</a>
<a style="font-size: 100%" href="/tags/ios/">iOS</a>
<a style="font-size: 194%" href="/tags/java/">java</a>
<a style="font-size: 189%" href="/tags/mac/">mac</a>
<a style="font-size: 194%" href="/tags/octopress/">octopress</a>
<a style="font-size: 130%" href="/tags/python/">python</a>
<a style="font-size: 159%" href="/tags/vim/">vim</a>
<a style="font-size: 147%" href="/tags/伟少手札/">伟少手札</a>
<a style="font-size: 130%" href="/tags/养生/">养生</a>
</ul>
</section>
<section>
<h1>Categories</h1>
<ul id="category-list"><li><a href='/blog/categories/c-c-相关'>C/C++相关 (1)</a></li><li><a href='/blog/categories/cocos2d相关'>Cocos2d相关 (1)</a></li><li><a href='/blog/categories/git相关'>Git相关 (13)</a></li><li><a href='/blog/categories/java相关'>Java相关 (8)</a></li><li><a href='/blog/categories/mac相关'>Mac相关 (7)</a></li><li><a href='/blog/categories/octopress相关'>Octopress相关 (8)</a></li><li><a href='/blog/categories/opencv相关'>OpenCV相关 (2)</a></li><li><a href='/blog/categories/python相关'>Python相关 (2)</a></li><li><a href='/blog/categories/vim相关'>Vim相关 (4)</a></li><li><a href='/blog/categories/伟少手札'>伟少手札 (2)</a></li><li><a href='/blog/categories/养生相关'>养生相关 (2)</a></li><li><a href='/blog/categories/硬件相关'>硬件相关 (2)</a></li><li><a href='/blog/categories/算法相关'>算法相关 (1)</a></li></ul>
</section>
<section>
<h1>Recent Comments</h1>
<div id="recentcomments" class="dsq-widget"><script type="text/javascript" src="http://yang3wei.disqus.com/recent_comments_widget.js?num_items=5&hide_avatars=0&avatar_size=48&excerpt_length=200"></script></div><a href="http://disqus.com/">Powered by Disqus</a>
</section>
<section>
<h1>On Delicious</h1>
<div id="delicious"></div>
<script type="text/javascript" src="http://feeds.delicious.com/v2/json/yang3wei?count=10&sort=date&callback=renderDeliciousLinks"></script>
<p><a href="http://delicious.com/yang3wei">My Delicious Bookmarks »</a></p>
</section>
</aside>
</div>
</div>
<footer role="contentinfo"><p>
Copyright © 2013 - yang3wei -
<span class="credit">Powered by <a href="http://octopress.org">Octopress</a></span>
</p>
</footer>
<script type="text/javascript">
var disqus_shortname = 'yang3wei';
var disqus_script = 'count.js';
(function () {
var dsq = document.createElement('script'); dsq.type = 'text/javascript'; dsq.async = true;
dsq.src = 'http://' + disqus_shortname + '.disqus.com/' + disqus_script;
(document.getElementsByTagName('head')[0] || document.getElementsByTagName('body')[0]).appendChild(dsq);
}());
</script>
</body>
</html>