台北市徐州路2號 TEL / 02-2392-8888 FAX / 02-7724-0004
淡水線、北投線(紅):台大醫院站2號出口
板南線(藍):善導寺站2號出口
2011年4月25日 星期一
2011年4月19日 星期二
gnu Make 平行執行
1. make 同時執行多個jobs可以加快執行,尤其是 2/4核心的cpu
The pitfalls and benefits of GNU Make parallelization
Ask Mr. Make
WRITTEN BY 14000
WEDNESDAY, 03 JANUARY 2007 05:32
--http://www.cmcrossroads.com/ask-mr-make/7483--the-pitfalls-and-benefits-of-gnu-make-parallelization
----The Basics: -j or --jobs
----Missing Dependencies
----The hidden temporary file problem
----The right way to do recursive Make
Implementing the GNU make "jobserver
--http://mad-scientist.net/make/jobserver.html
5.4 Parallel Execution
--http://www.gnu.org/s/hello/manual/make/Parallel.html
.NOTPARALLEL
--http://www.gnu.org/s/hello/manual/make/Special-Targets.html#Special-Targets
Overriding GNU Make SHELL variable for massive parallel make
http://ninjaverification.wordpress.com/2008/10/21/overriding-gnu-make-shell-variable-for-massive-parallel-make/
Optimizing Build Times Using Parallel "make"
By Morgan Herrington, July 16, 2004
http://developers.sun.com/solaris/articles/parallel_make.html
http://stackoverflow.com/questions/2121620/parallel-building-with-gnumake-and-prerequisites
http://groups.google.com/group/gnu.utils.bug/browse_thread/thread/9c53eda266a5fdb4/87325bdde038bdbf
Parallel Make
make’s “parallel make” promises large speedups, especially with the increasing popularity of multi-core CPUs. Unfortunately, the delivery falls short of the promise.
--http://www.conifersystems.com/whitepapers/gnu-make/
The pitfalls and benefits of GNU Make parallelization
Ask Mr. Make
WRITTEN BY 14000
WEDNESDAY, 03 JANUARY 2007 05:32
--http://www.cmcrossroads.com/ask-mr-make/7483--the-pitfalls-and-benefits-of-gnu-make-parallelization
----The Basics: -j or --jobs
----Missing Dependencies
----The hidden temporary file problem
----The right way to do recursive Make
Implementing the GNU make "jobserver
--http://mad-scientist.net/make/jobserver.html
5.4 Parallel Execution
--http://www.gnu.org/s/hello/manual/make/Parallel.html
.NOTPARALLEL
--http://www.gnu.org/s/hello/manual/make/Special-Targets.html#Special-Targets
Overriding GNU Make SHELL variable for massive parallel make
http://ninjaverification.wordpress.com/2008/10/21/overriding-gnu-make-shell-variable-for-massive-parallel-make/
Optimizing Build Times Using Parallel "make"
By Morgan Herrington, July 16, 2004
http://developers.sun.com/solaris/articles/parallel_make.html
http://stackoverflow.com/questions/2121620/parallel-building-with-gnumake-and-prerequisites
http://groups.google.com/group/gnu.utils.bug/browse_thread/thread/9c53eda266a5fdb4/87325bdde038bdbf
Parallel Make
make’s “parallel make” promises large speedups, especially with the increasing popularity of multi-core CPUs. Unfortunately, the delivery falls short of the promise.
--http://www.conifersystems.com/whitepapers/gnu-make/
2011年4月5日 星期二
voip
網路電話費率比較
yahoo voice
Taiwan $ 0.018
Taiwan, Mobile $ 0.089
Taiwan, Taipei $ 0.020
vbuzzer
TAIWAN $0.020 $0.020
TAIWAN-MOBILE $0.085 $0.08
teltel
臺灣 0.020
skype
所有費率: 價格(不含增值稅): 價格(含增值稅):
臺灣 2.3¢ 2.6¢
臺灣 - 免費電話 0¢ 0¢
臺灣 - 台北 2.3¢ 2.6¢
臺灣 - 行動通訊 10.1¢ 11.6¢
全球費率目的地內的通話 全球費率目的地外的通話
連接費 不包括增值稅 包括增值稅 不包括增值稅 包括增值稅
美元 (USD) 0.039 0.045 0.079 0.091
yahoo voice
Taiwan $ 0.018
Taiwan, Mobile $ 0.089
Taiwan, Taipei $ 0.020
vbuzzer
TAIWAN $0.020 $0.020
TAIWAN-MOBILE $0.085 $0.08
teltel
臺灣 0.020
skype
所有費率: 價格(不含增值稅): 價格(含增值稅):
臺灣 2.3¢ 2.6¢
臺灣 - 免費電話 0¢ 0¢
臺灣 - 台北 2.3¢ 2.6¢
臺灣 - 行動通訊 10.1¢ 11.6¢
全球費率目的地內的通話 全球費率目的地外的通話
連接費 不包括增值稅 包括增值稅 不包括增值稅 包括增值稅
美元 (USD) 0.039 0.045 0.079 0.091
2011年3月28日 星期一
vim notes
http://www.vim.org/scripts/script.php?script_id=521
--mru.vim : Plugin to manage Most Recently Used (MRU) files
http://www.thegeekstuff.com/2009/08/vim-editor-how-to-setup-most-recently-used-documents-features-using-mru-plugin/
http://www.vim.org/scripts/script.php?script_id=1658
--The NERD tree : A tree explorer plugin for navigating the filesystem
http://thehumblecoder.wordpress.com/2006/08/08/vim-swap-and-backup-files/
http://www.study-area.org/tips/vim/Vim-9.html
vim config
--set t_Co=256
--colorscheme zenburn
--set ruler
--set number
--set ch=2
--set backup
--set backupext=.bak
--set incsearch
--set ic
--map <F2> :NERDTreeToggle<CR>
--map <F3> :MRU<CR>
vim color scheme zenburn
--http://slinky.imukuppi.org/zenburn/
--http://www.vim.org/scripts/script.php?script_id=415
http://blog.superbil.info/2009/08/vimrc.html
http://blog.roga.tw/2010/01/%E6%88%91%E7%9B%AE%E5%89%8D%E4%BD%BF%E7%94%A8%E7%9A%84-vimrc-%E8%A8%AD%E5%AE%9A%E6%AA%94/
http://blog.vgod.tw/2009/12/08/vim-cheat-sheet-for-programmers/
http://www.yolinux.com/TUTORIALS/LinuxTutorialAdvanced_vi.html
ctrl-] The vim editor will jump into the tag to follow it to a new position in the file or to a new file.
ctrl-t The vim editor will allow the user to jump back a level.
http://vim.wikia.com/wiki/Browsing_programs_with_tags
Vim will search for the file named 'tags', starting with the directory of the current file and then going to the parent directory and then recursively to the directory one level above, till it either locates the 'tags' file or reaches the root directory
:set tags=./tags;
vim + ctags
http://blog.sina.com.cn/s/blog_498a6eeb0100b1cy.html
http://descent-incoming.blogspot.com/2008/03/vim-ctag-ctag.html
http://blog.yam.com/kikakika/article/27459014
http://blog.yam.com/kikakika/article/27458895
http://blog.yam.com/kikakika/article/26867424
http://stenlyho.blogspot.com/2008/11/ubuntuvim-plugin-ctagstaglist.html
http://adrianhuang.blogspot.com/2007/09/trace-code-gvimctagscscope.html
ctags -R
vim 7.0的新功能 - 分頁(tab)
http://www.javaworld.com.tw/roller/snpshu/entry/2006_11_3_vim_tabs
http://www.linux.com/archive/feed/59533
http://www.techrepublic.com/blog/opensource/use-tabs-to-open-multiple-files-in-vim/678
gvim
http://c9s.blogspot.com/2007/06/gvim.html
Enhanced gVim Package for Win32
http://c9s.blogspot.com/2007/09/enhanced-gvim-package-for-win32.html
http://www.microsoft.com/downloads/en/details.aspx?familyid=22e69ae4-7e40-4807-8a86-b3d36fab68d3&displaylang=en
Overview
Consolas is intended for use in programming environments and other circumstances where a monospaced font is specified. All characters have the same width, like old typewriters, making it a good choice for personal and business correspondence. Optimizing the font specifically for ClearType allowed a design with proportions closer to normal text than traditional monospaced fonts like Courier. This allows for more comfortable reading of extended text on-screen.
The package will change the default text face in Visual Studio to the Consolas family.
This package is only intended for licensed users of Microsoft Visual Studio 2005 or 2008.
vim ref http link
http://yyq123.blogspot.com/
http://www.study-area.org/tips/vim/index.html
[筆記] Linux.find+grep.screen.vimdiff + vi 設定檔+Visual block
--http://liwecan.pixnet.net/blog/post/28306253
vimdiff
--http://c9s.blogspot.com/2007/08/vimdiff.html
http://ninitsai0206.blogspot.com/2010/12/using-diff-on-vim.html
http://vim.dindinx.net/vim7/html/diff.txt.php
垂直比對
:vert diffsplit {filename}
更新diff status
:diffupdate
垂直比對_other1
1. open file 1
1.1 :diffthis
2. :vsplit OR :vnew
3. open file 1
3.1 :diffthis
垂直比對_other2
vimdiff file1 file2
多視窗(:vsplit, split)關閉
:qall
http://trac.nchc.org.tw/grid/attachment/wiki/gpxe-sis900/08-02-12_VIMDIFF_UTF8.txt
:diffget :diffput 將左右兩邊的差異互拷
do, dp short hotkey
windows vim config
" windows version vim config file
set nocompatible
source $VIMRUNTIME/vimrc_example.vim
source $VIMRUNTIME/mswin.vim
behave mswin
set diffexpr=MyDiff()
function MyDiff()
let opt = '-a --binary '
if &diffopt =~ 'icase' | let opt = opt . '-i ' | endif
if &diffopt =~ 'iwhite' | let opt = opt . '-b ' | endif
let arg1 = v:fname_in
if arg1 =~ ' ' | let arg1 = '"' . arg1 . '"' | endif
let arg2 = v:fname_new
if arg2 =~ ' ' | let arg2 = '"' . arg2 . '"' | endif
let arg3 = v:fname_out
if arg3 =~ ' ' | let arg3 = '"' . arg3 . '"' | endif
let eq = ''
if $VIMRUNTIME =~ ' '
if &sh =~ '\<cmd'
let cmd = '""' . $VIMRUNTIME . '\diff"'
let eq = '"'
else
let cmd = substitute($VIMRUNTIME, ' ', '" ', '') . '\diff"'
endif
else
let cmd = $VIMRUNTIME . '\diff'
endif
silent execute '!' . cmd . ' ' . opt . arg1 . ' ' . arg2 . ' > ' . arg3 . eq
endfunction
" up config is from vim 7.3 windows version
set t_Co=256
colorscheme zenburn
set ruler
set number
set ch=2
set backup
set backupext=.bak
set incsearch
set ic
set guifont=Monaco:h12
" vim + ctags config ref http://blogold.chinaunix.net/u3/111185/showart_2270485.html
" http://vim.wikia.com/wiki/Browsing_programs_with_tags
" search parent directory for tags file
set tags=tags;
set autochdir
map <F2> :NERDTreeToggle<CR>
map <F3> :MRU<CR>
map <F4> :TlistToggle<CR>
http://freehaha.blogspot.com/2008/02/vim-buffer-tab.html
vim buffer->tab
:tab ball
http://www.rayninfo.co.uk/vimtips.html
Best of Vim Tips
----------------------------------------
" Absolutely essential
----------------------------------------
* # g* g# : find word under cursor (<cword>) (forwards/backwards)
% : match brackets {}[]()
. : repeat last modification
@: : repeat last : command (then @@)
matchit.vim : % now matches tags <tr><td><script> <?php etc
<C-N><C-P> : word completion in insert mode
<C-X><C-L> : Line complete SUPER USEFUL
/<C-R><C-W> : Pull <cword> onto search/command line
/<C-R><C-A> : Pull <CWORD> onto search/command line
:set ignorecase : you nearly always want this
:set smartcase : overrides ignorecase if uppercase used in search string (cool)
:syntax on : colour syntax in Perl,HTML,PHP etc
:set syntax=perl : force syntax (usually taken from file extension)
:h regexp<C-D> : type control-D and get a list all help topics containing
regexp (plus use TAB to Step thru list)
::show current edit file name and path
http://groups.google.com/group/comp.editors/browse_thread/thread/85e969ca3651da80
But how can I see the full path of the file I am currently editing?
:echo expand('%:p')
-----
vim grep (search keyword)
-- :lv or :lvimgrep
----http://vim.wikia.com/wiki/Find_in_files_within_Vim
----http://jeffblack360.wordpress.com/2011/02/04/vim-lvimgrep-is-a-beautiful-thing/
----http://vim.1045645.n5.nabble.com/vimgrep-vs-lvimgrep-td1164116.html
----
回到上一次的遊標位置 Ctrl+o
http://stackoverflow.com/questions/5052079/move-cursor-to-its-last-position
http://stackoverflow.com/questions/53911/in-vim-how-do-i-go-back-to-where-i-was-before-a-search
--
http://vim.wikia.com/wiki/Count_number_of_matches_of_a_pattern
--mru.vim : Plugin to manage Most Recently Used (MRU) files
http://www.thegeekstuff.com/2009/08/vim-editor-how-to-setup-most-recently-used-documents-features-using-mru-plugin/
http://www.vim.org/scripts/script.php?script_id=1658
--The NERD tree : A tree explorer plugin for navigating the filesystem
http://thehumblecoder.wordpress.com/2006/08/08/vim-swap-and-backup-files/
http://www.study-area.org/tips/vim/Vim-9.html
vim config
--set t_Co=256
--colorscheme zenburn
--set ruler
--set number
--set ch=2
--set backup
--set backupext=.bak
--set incsearch
--set ic
--map <F2> :NERDTreeToggle<CR>
--map <F3> :MRU<CR>
vim color scheme zenburn
--http://slinky.imukuppi.org/zenburn/
--http://www.vim.org/scripts/script.php?script_id=415
http://blog.superbil.info/2009/08/vimrc.html
http://blog.roga.tw/2010/01/%E6%88%91%E7%9B%AE%E5%89%8D%E4%BD%BF%E7%94%A8%E7%9A%84-vimrc-%E8%A8%AD%E5%AE%9A%E6%AA%94/
http://blog.vgod.tw/2009/12/08/vim-cheat-sheet-for-programmers/
http://www.yolinux.com/TUTORIALS/LinuxTutorialAdvanced_vi.html
ctrl-] The vim editor will jump into the tag to follow it to a new position in the file or to a new file.
ctrl-t The vim editor will allow the user to jump back a level.
http://vim.wikia.com/wiki/Browsing_programs_with_tags
Vim will search for the file named 'tags', starting with the directory of the current file and then going to the parent directory and then recursively to the directory one level above, till it either locates the 'tags' file or reaches the root directory
:set tags=./tags;
vim + ctags
http://blog.sina.com.cn/s/blog_498a6eeb0100b1cy.html
http://descent-incoming.blogspot.com/2008/03/vim-ctag-ctag.html
http://blog.yam.com/kikakika/article/27459014
http://blog.yam.com/kikakika/article/27458895
http://blog.yam.com/kikakika/article/26867424
http://stenlyho.blogspot.com/2008/11/ubuntuvim-plugin-ctagstaglist.html
http://adrianhuang.blogspot.com/2007/09/trace-code-gvimctagscscope.html
ctags -R
VIM + bufexplorer
http://blog.cathayan.org/item/1204
http://have2look.com/wordpress/archives/52.html
http://www.vim.org/scripts/script.php?script_id=42
http://groups.google.com/group/vim-taiwan/browse_thread/thread/91f2727c20d6c4b3?pli=1
http://lorenlai.pixnet.net/blog/post/30682573
http://tc.wangchao.net.cn/bbs/detail_1631832.html
http://moto.debian.org.tw/viewtopic.php?t=1061
VIM + Taglist
http://c9s.blogspot.com/2007/07/vim-taglist-plugin.html
http://nixchun.pixnet.net/blog/post/21765036
http://blog.elleryq.idv.tw/2006/05/vimtaglist.html
http://www.vim.org/scripts/script.php?script_id=273
http://vim.wikia.com/wiki/Browsing_programs_with_tags
http://vim.1045645.n5.nabble.com/vim-can-t-use-paths-in-tags-file-exuberant-ctags-win-xp-on-c-td1189693.html
http://rickey-nctu.blogspot.com/2009/02/vim-srcexpl.html
http://vim-taglist.sourceforge.net/faq.html
http://stackoverflow.com/questions/563616/vim-and-ctags-tips-and-tricks
http://community.ingres.com/wiki/Vim_and_ctags
[article] 最佳vim技巧
http://moto.debian.org.tw/viewtopic.php?t=1061
vim 大小寫轉換
http://www.csie.nctu.edu.tw/~chlo/web/docs/doc/data/vim/13.htm
vim 7.0的新功能 - 分頁(tab)
http://www.javaworld.com.tw/roller/snpshu/entry/2006_11_3_vim_tabs
http://www.linux.com/archive/feed/59533
http://www.techrepublic.com/blog/opensource/use-tabs-to-open-multiple-files-in-vim/678
gvim
http://c9s.blogspot.com/2007/06/gvim.html
Enhanced gVim Package for Win32
http://c9s.blogspot.com/2007/09/enhanced-gvim-package-for-win32.html
http://www.microsoft.com/downloads/en/details.aspx?familyid=22e69ae4-7e40-4807-8a86-b3d36fab68d3&displaylang=en
Overview
Consolas is intended for use in programming environments and other circumstances where a monospaced font is specified. All characters have the same width, like old typewriters, making it a good choice for personal and business correspondence. Optimizing the font specifically for ClearType allowed a design with proportions closer to normal text than traditional monospaced fonts like Courier. This allows for more comfortable reading of extended text on-screen.
The package will change the default text face in Visual Studio to the Consolas family.
This package is only intended for licensed users of Microsoft Visual Studio 2005 or 2008.
vim ref http link
http://yyq123.blogspot.com/
http://www.study-area.org/tips/vim/index.html
[筆記] Linux.find+grep.screen.vimdiff + vi 設定檔+Visual block
--http://liwecan.pixnet.net/blog/post/28306253
vimdiff
--http://c9s.blogspot.com/2007/08/vimdiff.html
http://ninitsai0206.blogspot.com/2010/12/using-diff-on-vim.html
http://vim.dindinx.net/vim7/html/diff.txt.php
垂直比對
:vert diffsplit {filename}
更新diff status
:diffupdate
垂直比對_other1
1. open file 1
1.1 :diffthis
2. :vsplit OR :vnew
3. open file 1
3.1 :diffthis
垂直比對_other2
vimdiff file1 file2
多視窗(:vsplit, split)關閉
:qall
http://trac.nchc.org.tw/grid/attachment/wiki/gpxe-sis900/08-02-12_VIMDIFF_UTF8.txt
:diffget :diffput 將左右兩邊的差異互拷
do, dp short hotkey
windows vim config
" windows version vim config file
set nocompatible
source $VIMRUNTIME/vimrc_example.vim
source $VIMRUNTIME/mswin.vim
behave mswin
set diffexpr=MyDiff()
function MyDiff()
let opt = '-a --binary '
if &diffopt =~ 'icase' | let opt = opt . '-i ' | endif
if &diffopt =~ 'iwhite' | let opt = opt . '-b ' | endif
let arg1 = v:fname_in
if arg1 =~ ' ' | let arg1 = '"' . arg1 . '"' | endif
let arg2 = v:fname_new
if arg2 =~ ' ' | let arg2 = '"' . arg2 . '"' | endif
let arg3 = v:fname_out
if arg3 =~ ' ' | let arg3 = '"' . arg3 . '"' | endif
let eq = ''
if $VIMRUNTIME =~ ' '
if &sh =~ '\<cmd'
let cmd = '""' . $VIMRUNTIME . '\diff"'
let eq = '"'
else
let cmd = substitute($VIMRUNTIME, ' ', '" ', '') . '\diff"'
endif
else
let cmd = $VIMRUNTIME . '\diff'
endif
silent execute '!' . cmd . ' ' . opt . arg1 . ' ' . arg2 . ' > ' . arg3 . eq
endfunction
" up config is from vim 7.3 windows version
set t_Co=256
colorscheme zenburn
set ruler
set number
set ch=2
set backup
set backupext=.bak
set incsearch
set ic
set guifont=Monaco:h12
" vim + ctags config ref http://blogold.chinaunix.net/u3/111185/showart_2270485.html
" http://vim.wikia.com/wiki/Browsing_programs_with_tags
" search parent directory for tags file
set tags=tags;
set autochdir
map <F2> :NERDTreeToggle<CR>
map <F3> :MRU<CR>
map <F4> :TlistToggle<CR>
http://freehaha.blogspot.com/2008/02/vim-buffer-tab.html
vim buffer->tab
:tab ball
http://www.rayninfo.co.uk/vimtips.html
Best of Vim Tips
----------------------------------------
" Absolutely essential
----------------------------------------
* # g* g# : find word under cursor (<cword>) (forwards/backwards)
% : match brackets {}[]()
. : repeat last modification
@: : repeat last : command (then @@)
matchit.vim : % now matches tags <tr><td><script> <?php etc
<C-N><C-P> : word completion in insert mode
<C-X><C-L> : Line complete SUPER USEFUL
/<C-R><C-W> : Pull <cword> onto search/command line
/<C-R><C-A> : Pull <CWORD> onto search/command line
:set ignorecase : you nearly always want this
:set smartcase : overrides ignorecase if uppercase used in search string (cool)
:syntax on : colour syntax in Perl,HTML,PHP etc
:set syntax=perl : force syntax (usually taken from file extension)
:h regexp<C-D> : type control-D and get a list all help topics containing
regexp (plus use TAB to Step thru list)
::show current edit file name and path
http://groups.google.com/group/comp.editors/browse_thread/thread/85e969ca3651da80
But how can I see the full path of the file I am currently editing?
:echo expand('%:p')
-----
vim grep (search keyword)
-- :lv or :lvimgrep
----http://vim.wikia.com/wiki/Find_in_files_within_Vim
----http://jeffblack360.wordpress.com/2011/02/04/vim-lvimgrep-is-a-beautiful-thing/
----http://vim.1045645.n5.nabble.com/vimgrep-vs-lvimgrep-td1164116.html
----
回到上一次的遊標位置 Ctrl+o
http://stackoverflow.com/questions/5052079/move-cursor-to-its-last-position
http://stackoverflow.com/questions/53911/in-vim-how-do-i-go-back-to-where-i-was-before-a-search
--
http://vim.wikia.com/wiki/Count_number_of_matches_of_a_pattern
:%s/pattern//gn
This makes it easy to count the number of occurrences of the word under the cursor: first press*to search for the current word, then enter:%s///gnto count all occurrences of that word.
2011年2月28日 星期一
[windows space 文章備份] 2006~ 2010
[windows space 文章備份]English-good word
2006/12/5 上午 09:07:09
She went to Mary Poppins’mother,asked her advice.She said~You don't
suppose that only one star ever fell out of the sky!Billions fall ,
I'm tald.But they fall in different place,of course.You can't expect
two stars to drop in the same field in one lifetime.
[windows space 文章備份]哈哈~發現手機的新功能…
2008/1/6 下午 07:50:27
哈哈~發現手機的新功能…
2008/01/05要搭火車到中壢
上railway的網頁將班車的時刻表抄下來。
晚上回來後 想說手機可以放mp3了
如果可以顯示純文字檔話就能將時刻表存到手機上
再看…
試了一下。發現OK.... 樂
﹃哈哈,樂。發現手機可以看txt檔,可以先將火車時刻表存txt﹄
[windows space 文章備份]s-video
2008/2/13 下午 02:36:26
av端子
http://en.wikipedia.org/wiki/Composite_video
s-端子
http://en.wikipedia.org/wiki/S-Video
色差端子
http://en.wikipedia.org/wiki/Component_video
[windows space 文章備份]日據時代 戶口資料:
2008/4/8 下午 06:53:52
http://civ.pthg.gov.tw/style/front001/bexfront.php?sid=558702203
日據時期戶口調查簿簿頁事由記事解釋
http://blog.xuite.net/ccy1217/Formosa/6795629
明清民國紀元對照表及天干地支60甲子年表
[windows space 文章備份]昔時賢文 / 增廣昔時賢文
2008/8/20 下午 05:01:42
昔時賢文
昔時賢文 勸汝諸君
宜乎靜坐 仔細評論
海枯終見底 人死不知心
酒逢知己飲 詩向會人吟
..... google search 可找到全文
http://w3.cyu.edu.tw/luo/course/xishixianwen_1.htm
增廣昔時賢文
昔時賢文 誨汝諄諄
集韻增廣 多見多聞
觀今宜鑒古 無古不成今
知己知彼 將心比心
酒逢知己飲 詩向會人吟
相識滿天下 知心能幾人
..... google search 可找到全文
http://w3.cyu.edu.tw/luo/course/xishixianwen_2.htm
[windows space 文章備份]寺廟
2008/8/22 下午 03:21:46
寺廟
寺廟名稱:
開安宮
供奉神祉:
李府千歲
寺廟地址:
雲林縣東勢鄉同安村同安路55號
寺廟電話:
05-6991804
寺廟名稱:
參天府
供奉神祉:
池府千歲
寺廟地址:
雲林縣褒忠鄉新湖村復興路25之11號
寺廟電話:
05-6972229
寺廟名稱:
海清宮
供奉神祉:
包青天
寺廟地址:
雲林縣四湖鄉崙北村海清路93號
寺廟電話:
05-7721741
05-7721005
拱範宮 媽祖 雲林縣麥豐村中正路3號 (05)6932033
寺廟名稱:
五條港安西府
寺廟網址:
供奉神祉:
張巡
寺廟地址:
雲林縣台西鄉五港村中央路76號
寺廟電話:
05-6901053
05-6982054
寺廟名稱:
北安宮
供奉神祉:
西獄大帝
寺廟地址:
雲林縣有才村9鄰北興26號
寺廟電話:
05-6975808
[windows space 文章備份]news:引頸期盼麥寮長庚紀念醫院將於98年12月23日啟用
2009/12/15 上午 11:43:57
http://www.gov.tw/newscenter/pages/detail.aspx?page=5cf42126-c61c-4dc6-900e-65db552bc931.aspx
引頸期盼麥寮長庚紀念醫院將於98年12月23日啟用
張貼時間:2009/12/3 下午 10:01:35 資料來源:雲林縣政府
[windows space 文章備份]video converter
2009/12/17 下午 02:28:58
http://briian.com/?p=6688
Simple Video Converter
mp4 output (quick time can't play)
http://avidemux.sourceforge.net/
http://en.flossmanuals.net/Avidemux/Introduction
avidemux
mp4 output (quick time can play)
[windows space 文章備份]過新年.汽車換新牌
2010/2/12 下午 05:07:40
2/11發現汽車車牌被偷 中午報案
2/12換好新車牌 (趕在九天連假前辦好)
todo:
汽車保險更改
ETC 更改
停車證改車號
信用卡道路救援更改
[windows space 文章備份]雲林聚餐地點
2010/2/23 上午 11:37:55
我家牛排 05-6360308 虎尾 忠孝路61號
雅砌餐廳 05-6312389 虎尾 德五街92號
歡樂牛排 05-6310649 虎尾 林森路二段135號
異人館 05-6326150 虎尾 三民路128-1號(電話打不通, 改號了 or 不開了)
米多力 05-6330662 虎尾 文科路88號
七十八巷花園 05-6964476 崙背 枋南村78之10號
http://057821374.travel-web.com.tw/
田園蜜語庭園餐廳 北港鎮後溝里灣內路66-38號 05-7821374、0935666745
http://057822255.travel-web.com.tw/
吉輝海鮮川菜館 北港鎮文化路184-1號 05-7822255
[windows space 文章備份]預計要買的書
2010/7/12 下午 02:30:49
下午 02:30 2010/7/12
第一版是看中文版的…
http://my.safaribooksonline.com/9780137061129
Embedded Linux Primer: A Practical Real-World Approach, Second Edition
By: Christopher Hallinan
Publisher: Prentice Hall
Last Updated: 10-JUL-2010
Pub. Date: October 15, 2010 (Estimated)
Print ISBN-10: 0-13-701783-9
Print ISBN-13: 978-0-13-701783-6
Pages in Print Edition: 576
Helps programmers rapidly climb the learning curve, maximize productivity, and handle today's most important development challenges
Contains new chapters on PCI Subsystem, Hotplug and UDEV, USB, and reducing boot time
Offers practical coverage of Flash-resident filesystem images, the Memory Technology Devices subsystem, and today's hot new multicore processors
2006/12/5 上午 09:07:09
She went to Mary Poppins’mother,asked her advice.She said~You don't
suppose that only one star ever fell out of the sky!Billions fall ,
I'm tald.But they fall in different place,of course.You can't expect
two stars to drop in the same field in one lifetime.
[windows space 文章備份]哈哈~發現手機的新功能…
2008/1/6 下午 07:50:27
哈哈~發現手機的新功能…
2008/01/05要搭火車到中壢
上railway的網頁將班車的時刻表抄下來。
晚上回來後 想說手機可以放mp3了
如果可以顯示純文字檔話就能將時刻表存到手機上
再看…
試了一下。發現OK.... 樂
﹃哈哈,樂。發現手機可以看txt檔,可以先將火車時刻表存txt﹄
[windows space 文章備份]s-video
2008/2/13 下午 02:36:26
av端子
http://en.wikipedia.org/wiki/Composite_video
s-端子
http://en.wikipedia.org/wiki/S-Video
色差端子
http://en.wikipedia.org/wiki/Component_video
[windows space 文章備份]日據時代 戶口資料:
2008/4/8 下午 06:53:52
http://civ.pthg.gov.tw/style/front001/bexfront.php?sid=558702203
日據時期戶口調查簿簿頁事由記事解釋
http://blog.xuite.net/ccy1217/Formosa/6795629
明清民國紀元對照表及天干地支60甲子年表
[windows space 文章備份]昔時賢文 / 增廣昔時賢文
2008/8/20 下午 05:01:42
昔時賢文
昔時賢文 勸汝諸君
宜乎靜坐 仔細評論
海枯終見底 人死不知心
酒逢知己飲 詩向會人吟
..... google search 可找到全文
http://w3.cyu.edu.tw/luo/course/xishixianwen_1.htm
增廣昔時賢文
昔時賢文 誨汝諄諄
集韻增廣 多見多聞
觀今宜鑒古 無古不成今
知己知彼 將心比心
酒逢知己飲 詩向會人吟
相識滿天下 知心能幾人
..... google search 可找到全文
http://w3.cyu.edu.tw/luo/course/xishixianwen_2.htm
[windows space 文章備份]寺廟
2008/8/22 下午 03:21:46
寺廟
寺廟名稱:
開安宮
供奉神祉:
李府千歲
寺廟地址:
雲林縣東勢鄉同安村同安路55號
寺廟電話:
05-6991804
寺廟名稱:
參天府
供奉神祉:
池府千歲
寺廟地址:
雲林縣褒忠鄉新湖村復興路25之11號
寺廟電話:
05-6972229
寺廟名稱:
海清宮
供奉神祉:
包青天
寺廟地址:
雲林縣四湖鄉崙北村海清路93號
寺廟電話:
05-7721741
05-7721005
拱範宮 媽祖 雲林縣麥豐村中正路3號 (05)6932033
寺廟名稱:
五條港安西府
寺廟網址:
供奉神祉:
張巡
寺廟地址:
雲林縣台西鄉五港村中央路76號
寺廟電話:
05-6901053
05-6982054
寺廟名稱:
北安宮
供奉神祉:
西獄大帝
寺廟地址:
雲林縣有才村9鄰北興26號
寺廟電話:
05-6975808
[windows space 文章備份]news:引頸期盼麥寮長庚紀念醫院將於98年12月23日啟用
2009/12/15 上午 11:43:57
http://www.gov.tw/newscenter/pages/detail.aspx?page=5cf42126-c61c-4dc6-900e-65db552bc931.aspx
引頸期盼麥寮長庚紀念醫院將於98年12月23日啟用
張貼時間:2009/12/3 下午 10:01:35 資料來源:雲林縣政府
[windows space 文章備份]video converter
2009/12/17 下午 02:28:58
http://briian.com/?p=6688
Simple Video Converter
mp4 output (quick time can't play)
http://avidemux.sourceforge.net/
http://en.flossmanuals.net/Avidemux/Introduction
avidemux
mp4 output (quick time can play)
[windows space 文章備份]過新年.汽車換新牌
2010/2/12 下午 05:07:40
2/11發現汽車車牌被偷 中午報案
2/12換好新車牌 (趕在九天連假前辦好)
todo:
汽車保險更改
ETC 更改
停車證改車號
信用卡道路救援更改
[windows space 文章備份]雲林聚餐地點
2010/2/23 上午 11:37:55
我家牛排 05-6360308 虎尾 忠孝路61號
雅砌餐廳 05-6312389 虎尾 德五街92號
歡樂牛排 05-6310649 虎尾 林森路二段135號
異人館 05-6326150 虎尾 三民路128-1號(電話打不通, 改號了 or 不開了)
米多力 05-6330662 虎尾 文科路88號
七十八巷花園 05-6964476 崙背 枋南村78之10號
http://057821374.travel-web.com.tw/
田園蜜語庭園餐廳 北港鎮後溝里灣內路66-38號 05-7821374、0935666745
http://057822255.travel-web.com.tw/
吉輝海鮮川菜館 北港鎮文化路184-1號 05-7822255
[windows space 文章備份]預計要買的書
2010/7/12 下午 02:30:49
下午 02:30 2010/7/12
第一版是看中文版的…
http://my.safaribooksonline.com/9780137061129
Embedded Linux Primer: A Practical Real-World Approach, Second Edition
By: Christopher Hallinan
Publisher: Prentice Hall
Last Updated: 10-JUL-2010
Pub. Date: October 15, 2010 (Estimated)
Print ISBN-10: 0-13-701783-9
Print ISBN-13: 978-0-13-701783-6
Pages in Print Edition: 576
Helps programmers rapidly climb the learning curve, maximize productivity, and handle today's most important development challenges
Contains new chapters on PCI Subsystem, Hotplug and UDEV, USB, and reducing boot time
Offers practical coverage of Flash-resident filesystem images, the Memory Technology Devices subsystem, and today's hot new multicore processors
[windows space 文章備份]WINxp sp2 install disc update to sp3
2010/7/20 下午 01:11:55
using free software: 7-zip, mkiosf(linux)
ref: http://guessi.pixnet.net/blog/post/17432102
using 7-zip to uncompress the iso file
the boot image is in [BOOT]\Bootable_NoEmulation.img
using WindowsXP-KB936929-SP3-x86-CHT.exe to update windows file
using mkisofs in linux
rename Bootable_NoEmulation.img to boot.img
mkisofs -b boot.img -no-emul-boot -boot-load-seg 1984 -boot-load-size 4 -iso-level 2 -J -joliet-long -l -D -relaxed-filenames -N -V XPSP3 -v -o ../WinXPSP3.iso WINXPSP3
ref: http://www.g-loaded.eu/2007/04/25/how-to-create-a-windows-bootable-cd-with-mkisofs/
JWSYU@ROC.TAIWAN.HSINCHU.SCIENCE-PART
快速小技巧 synergy in win7
2010/7/27 上午 11:31:07
上午 11:30 2010/7/27
Step 1. Open secpol.msc
開始->搜尋程式及檔案
Step 2.Set UAC Behavior for Administrators to ‘Elevate without prompting’
安全性設定->本機原則->安全性選項-> 使用者帳戶控制:在管理員核淮模式,系統管理員之提升權限提示的行為
選 "提高權限而不提示"
Step 3. Run Synergy as Administrator.
捷徑->進階-> 選 "以系統管理員身份執行"
Step 4. Step 4. Auto-start Synergy on Log-in
Step 5. Start Synergy!
1. server is pc with keyboard,mouse you want to use
2. go to client pc , connet to server's ip addr ex:192.168.1.30
ref:http://n00tz.net/2010/01/quick-tip-synergy-on-windows-7/
=========================
win7 的 quick launch toolbar
--Guided Help: Enable the Quick Launch bar in Windows 7
http://support.microsoft.com/kb/975784
--[Update] Restore Quick Launch Toolbar in Windows 7 [How To]
http://mintywhite.com/windows-7/7customization/windows-seven-7-restore-quick-launch-toolbar/
using free software: 7-zip, mkiosf(linux)
ref: http://guessi.pixnet.net/blog/post/17432102
using 7-zip to uncompress the iso file
the boot image is in [BOOT]\Bootable_NoEmulation.img
using WindowsXP-KB936929-SP3-x86-CHT.exe to update windows file
using mkisofs in linux
rename Bootable_NoEmulation.img to boot.img
mkisofs -b boot.img -no-emul-boot -boot-load-seg 1984 -boot-load-size 4 -iso-level 2 -J -joliet-long -l -D -relaxed-filenames -N -V XPSP3 -v -o ../WinXPSP3.iso WINXPSP3
ref: http://www.g-loaded.eu/2007/04/25/how-to-create-a-windows-bootable-cd-with-mkisofs/
JWSYU@ROC.TAIWAN.HSINCHU.SCIENCE-PART
快速小技巧 synergy in win7
2010/7/27 上午 11:31:07
上午 11:30 2010/7/27
Step 1. Open secpol.msc
開始->搜尋程式及檔案
Step 2.Set UAC Behavior for Administrators to ‘Elevate without prompting’
安全性設定->本機原則->安全性選項-> 使用者帳戶控制:在管理員核淮模式,系統管理員之提升權限提示的行為
選 "提高權限而不提示"
Step 3. Run Synergy as Administrator.
捷徑->進階-> 選 "以系統管理員身份執行"
Step 4. Step 4. Auto-start Synergy on Log-in
Step 5. Start Synergy!
1. server is pc with keyboard,mouse you want to use
2. go to client pc , connet to server's ip addr ex:192.168.1.30
ref:http://n00tz.net/2010/01/quick-tip-synergy-on-windows-7/
=========================
win7 的 quick launch toolbar
--Guided Help: Enable the Quick Launch bar in Windows 7
http://support.microsoft.com/kb/975784
--[Update] Restore Quick Launch Toolbar in Windows 7 [How To]
http://mintywhite.com/windows-7/7customization/windows-seven-7-restore-quick-launch-toolbar/
[windows space 文章備份]insert eject cd rom tray in LIN/WIN
2010/6/27 上午 01:58:51
在LIN/WIN環境下 打開光碟機的托盤,收入光盤機的托盤
"Help poor children in Uganda!,幫助烏干達的可憐兒童!" quota from my lovely text editor
http://www.vim.org/iccf/
AUTHOR JWSYU@ROC.TAIWAN.HSIN-CHU.MOUNTAIN
DATE 上午 01:50 2010/6/27
http://www.technize.com/four-ways-to-inserteject-cd-rom-tray-in-windows/
Four Ways To Insert/Eject CD-ROM Tray In Windows
***** Method 1: Using Command Line Tool: Eject ******
http://www.codeguru.com/cpp/w-p/system/cd-rom/article.php/c5775
CDR.EXE - Open/Close CD Drive(s) Programmatically
cdr close all
http://www.cyberciti.biz/tips/howto-eject-removable-media-under-linux.html
Quick tip: Eject and Insert CD / DVD media under Linux
http://linux.about.com/od/commands/l/blcmdl1_eject.htm
Linux / Unix Command: eject
在LIN/WIN環境下 打開光碟機的托盤,收入光盤機的托盤
"Help poor children in Uganda!,幫助烏干達的可憐兒童!" quota from my lovely text editor
http://www.vim.org/iccf/
AUTHOR JWSYU@ROC.TAIWAN.HSIN-CHU.MOUNTAIN
DATE 上午 01:50 2010/6/27
http://www.technize.com/four-ways-to-inserteject-cd-rom-tray-in-windows/
Four Ways To Insert/Eject CD-ROM Tray In Windows
***** Method 1: Using Command Line Tool: Eject ******
http://www.codeguru.com/cpp/w-p/system/cd-rom/article.php/c5775
CDR.EXE - Open/Close CD Drive(s) Programmatically
cdr close all
http://www.cyberciti.biz/tips/howto-eject-removable-media-under-linux.html
Quick tip: Eject and Insert CD / DVD media under Linux
http://linux.about.com/od/commands/l/blcmdl1_eject.htm
Linux / Unix Command: eject
訂閱:
文章 (Atom)