星期四, 9月 25, 2014

Evernote install error

Solution:

http://www.nextofwindows.com/how-to-fix-evernote-unable-to-uninstall-install-or-update/

http://support.microsoft.com/mats/program_install_and_uninstall/

星期一, 9月 01, 2014

韓國兒童版T money卡購買方式


0. 為什麼要買兒童版T Money card?因為車資可以省很多錢,大概是成人的一半不到。
1. 如何購買?聽說各大超商都有在賣,但是店員可能聽不懂英文,也沒有操作過,所以在購買上會有一些問題。
2. 最簡單的購買方式?出首爾機場後,搭機場捷運到首爾火車站,在首爾火車站的捷運入口,就有再賣T money card的機器,機器上面有英文,可以選兒童卡(印象中要3000won),兒童有不同的年齡要注意選擇,選好付錢就可以了。付錢的方式在旁邊,有個insert bill的存錢口。
3. 兒童卡要不要登錄?基本上在韓國不超過五天或七天,是不用登錄的。可以直接使用沒有問題。超過時間沒有登錄,好像就會變成一般的T money卡,沒有優惠。(請自行搜尋網路上的資訊)
4. 買完以後,請記得儲值,否則不能使用。


星期日, 8月 31, 2014

韓國3g4g無限上網alleh分享器租用

1.可以先alleh上網預約,輸入姓名,租用期間,按送出並列印預約單。
2.到仁川機場1樓出境大廳的櫃台,把預約單拿給櫃台人員,櫃台人員會拿出租用單給你填寫。
3.拿出信用卡預刷一張空白簽單,簽名後就完成租用動作。
4.櫃台人員會告訴你分享器的SSID(也就是分享器的網路名稱),密碼則貼在機器的背面,這時候工作人員會請你把手機拿出來,用手機搜尋網路名稱,輸入密碼,測試機器是否運作正常。正常上網後,就可以把機器帶走了。
5.還機時一樣要到機場入境大廳1樓的櫃台,將機器還給櫃台人員,櫃檯人員會把租用費用的帳單拿給你,確認無誤後簽名刷卡。
6.長期租用價格有優惠,我租用六天的價格是五千五百韓幣/一天。

星期六, 8月 30, 2014

韓國廉航scoot旅記

1. 座位不會很小,跟國內線立榮飛機座位寬度差不多,但是比較舒服,腳長也還可以。
2. 機上會廣播說不能吃外食,但是組員很忙,低調吃應該沒人會管。沒看到有人偷吃被阻止。
3. 手提行李會先於check in 檢查,重量限七公斤,可以用小登機箱,檢查後會用行李貼紙貼一圈標記,登機時會檢查。此外,可以隨身再背另外隨身小背包,沒有問題。
4. 台灣地勤由長榮處理,韓國好像由瑞航處理。

5. 航班到韓國有點晚,出境大概要花40分鐘,機場到首爾站要一小時左右,到旅館都快凌晨一點。
6. 回台灣時間更差,出境約凌晨1:00,己經沒有統聯接駁車,要等到3:00才會有車。要回中南部就很麻煩。現場會有很多計程車司機攬客共乘,我們採取先坐計程車(共500元)到桃園交流道,再買和欣客運的車回台南。和欣客運凌晨約一小時一班,座位不多,所以我們多等了一個小時,3:00才坐上車,到台南約7:30。



星期四, 8月 21, 2014

Samsung ML-1520 driver for Mac OS X 10.14.x and old 10.9

Updated 2019-7-3: Since the old download can't work, please go to http://splix.ap2c.org/ site to download the splix source code. Then, unzip it. You can find a file named ml1520.ppd under the ppd sub-directory. Go to printer to install the ML-1520 printer with the custom ml1520.ppd driver. Now, all should be ok.

reference from: http://buklijas.info/blog/2018/02/01/samsung-ml-1520-os-x-10-12-mac-os-sierra/

----------------
OLD:The official site does not provide the driver, however, there has a open source mac driver that works on my MAC OS X 10.9.

http://guigo.us/mac/splix/

星期六, 8月 16, 2014

Acer s7 replace ssd hd 256gb

 0. prepare a external USB hd with ntfs format.
1. using windows 7 recover in win 8 to create system image.
2. store the image to external disk.
3. create win 8 recover disk into a USB flash drive.
4. open the back cover, raplace the old ssd disk with new 256gb ssd disk. (msata interface )
5. reboot the system with USB flash drive.
6. select the recovery image with external USB hd for system recovery.
7. finish and reboot system.
8. use the disk tool to create new disk partitation and use the unused space.

星期五, 8月 15, 2014

ActivePresenter

ActivePresenter is good for free video recording.. http://atomisystems.com/activepresenter/

好用,功能多,免費版本可以編修視訊內容,類似catasia studio.

星期四, 10月 17, 2013

Tips:在Sublime Text 編輯html網頁時,利用tab鍵來跳出雙引號位置


在使用Sublime Text 編輯html網頁時,常常需要在不同的屬性間跳來跳去。如果可以在輸入完屬性後,利用tab鍵來跳出雙引號位置(Using tab to escape auto-completed quotes),會非常方便。
設定作法如下:

修改default key bindings:

{ "keys": ["tab"], "command": "move", "args": {"by": "characters", "forward": true}, "context":
      [
         { "key": "setting.auto_match_enabled", "operator": "equal", "operand": true },
         { "key": "auto_complete_visible", "operator": "not_equal", "operand": true },
         { "key": "selection_empty", "operator": "equal", "operand": true, "match_all": true },
         { "key": "following_text", "operator": "regex_contains", "operand": "^(\\]|\\)|\\}|>|\\\"|'|\\;)", "match_all": true }, 
{ "key": "has_next_field", "operator": "not_equal", "operand": true }
      ]
   }

參考資料來源:
http://www.sublimetext.com/forum/viewtopic.php?f=3&t=13337

Import text from Word or Notepad



很好的文章,教你如何用Word或文字檔變成PowerPoint簡報。


Recently, a friend told me he sometimes copied and pasted text from a Microsoft Office Word document into PowerPoint and then changed the size, color, and so on on every slide.
You should never have to do that.
You can import text from Word or even Notepad (or any text editor) to create a new presentation. This is called importing an outline. Follow these steps to create the outline:
Open a Word or Notepad document.
Type the content if you haven't already done so, following the guildines below.
Make sure each line, whether for a slide title or bulleted text, is on its own line. There should be no blank lines, because these come in as blank slides!
Before each line of bulleted text, insert a tab.
To create 2nd-level bulleted text, insert two tabs.
Save the file as a .doc or .txt file.
Here's an example:
To use the outline, follow these steps:
Start a new presentation.
Choose File > Open.
From the Files of Type drop-down list, choose All Outlines.
Find your file, select it, and click Open.
That's it! Your presentation is created! Here's an example. The only change I made was to use the Title Slide layout for the first slide.

As you can see, the text comes in the appropriate size, according to the slide master.
You can also insert an outline into an existing presentation. Perhaps you have some content that you want to use for just a couple of slides. Follow these steps:
On the Outline tab of the Outline pane, click the slide you want the outline content to appear after.
Choose insert > Slides from Outline.
Select your outline file and click Insert.

星期一, 11月 22, 2010

星期五, 10月 03, 2008

Vista Task Scheduler

執行時, batch程式的工作目錄要注意, 最好要用絕對路徑, 或使用下列方式.
"main.bat"
--------
cd workdirectory
call other.bat

"other.bat"
------------
your jobs

星期日, 5月 11, 2008

[Programming] JRTPLIB and VC

In VC6, you can set the option of /FORCE:MULTIPLE to bypass the link problems when your application using JRTPLIB.

星期一, 2月 11, 2008

[Software] 好用必備軟體-Must Have

Cobian Backup

http://www.educ.umu.se/~cobian/cobianbackup.htm

免費功能強大的備份軟體

7-Zip

http://www.7-zip.org/

7-Zip 是以高壓縮率著稱、為基於 GNU LGPL 之下散佈的自由軟體。

用於備份(*.7z),速度極快,跟用tar差不了多少時間,但是可壓到三倍小.

AntiVir PersonalEdition Classic

http://www.free-av.com/

AntiVir PersonalEdition Classic是一套由德國AVIRA公司所開發的防毒軟體,除了一般賣錢的商業版本,還有專門給個人使用的免費版本。

速度快,不佔資源,防毒功能強。A+++

FastStone Image Viewer

http://www.faststone.org/FSViewerDetail.htm

FastStone Image Viewer 是一款免費的圖像瀏覽,轉換,編輯工具。和ACDSee相比,具有其絕大多數功能,體積卻小得多,支持所有常見的圖像格式。

速度快,不用錢,功能強,比ACDSee還好用。

Free Download Manager

http://www.freedownloadmanager.org/

Free Download Manager是一款免費的檔案下戴續傳工具。和FlashGet相比,具有其絕大多數功能,支持所有常見的下戴協定。

不用錢,功能強,Open Source。

星期三, 1月 16, 2008

Xming 免費的X-Win32

1. 安裝系統及字型
2. 記得到C:\Program Files\Xming, 改X0.host檔, 把遠端linux系統ip加入, 不然無法redirect screen.
3. 連到linux, export DISPLAY="192.168.0.yourip:0.0"

星期五, 11月 09, 2007

profuis and vs2005 crash

We would like to add the following. At least the problem occurs under the following conditions:1) The OS is an East Asian Windows (e.g. Chinese) or an English Windows but with an East Asian language set as the language for non-Unicode programs (in the Windows Regional and Language Options dialog).2) Visual Studio 2005 with or without Service Pack 1. 3) Prof-UIS is compiled using a Unicode configuration (e.g. Unicode Debug or Unicode Release).We suspect the problem is caused by a bug in the compiler of Visual Studio 2005: when compiling the string table resources of certain languages, the IDE crashes. At the moment it is caused by some strings in the .rc files with resources of the following languages: Czech, Lithuanian and Turkish. We have not yet tested it with Slovak that was recently added. So you can either compile Prof-UIS on an English Windows or exclude these languages from the resources. In the latter case, just open C:\Program Files\FOSS Software Inc\Prof-UIS\Include\Resources\resource.rc and comment out the above mentioned resources, for example:/*
/////////////////////////////////////////////////////////////////////////////
// Czech resources
#ifndef __EXT_MFC_NO_RESOURCES_CZECH_DEFAULT
#if !defined(AFX_RESOURCE_DLL) defined(AFX_TARG_CSY)
#ifdef _WIN32
LANGUAGE LANG_CZECH, SUBLANG_DEFAULT
#pragma code_page(1250)
#endif //_WIN32
#include "Resource_csy.rc"
#endif // Czech resources
#endif // __EXT_MFC_NO_RESOURCES_CZECH_DEFAULT
/////////////////////////////////////////////////////////////////////////////

星期四, 11月 01, 2007

[Programming] Make VS 2005 IDE like VC++ 6's

As a VC++ 6 programmer, I hate the default configure of VS 2005 IDE. Thus, I made some changes to the VS 2005 IDE to make me feel better.

1. Change the font of (TextEditor, Output Window, Find and Replace Window) to Fixedsys
[Option]->[Environment]->[Fonts and Color]->[Font]
2. Change the Window Layout to Multiple Documents.
[Option]->[General]->[Window Layout]
3. Config Class View
Uncheck [Show Base Types] and [Show Derived Types]

Now, it better. My Good OLD Days.

星期六, 10月 06, 2007

[程式設計]BVRDE : UNIX 遠端寫c/c++程式的IDE

BVRDE is an Integrated Development Environment (IDE) for C and C++. It is designed to make cross-platform development easy. Its features include project management, application wizards, an integrated interactive debugger, and a powerful source editor with source browsing and syntax highlighting

星期二, 8月 07, 2007

[Programming] Visual Studio 2005 Professional 中的相等 MFC class wizard 功能

MFC Class Wizrd在VS2005中主要分成兩個功能了:

(1)對控制項和功能表建立事件映射的功能;
可以通過在資源視圖(通過雙擊資源檔案*.rc可進入該視圖),右鍵某一個功能表或者控制項,
在彈出的功能表中選擇“添加事件處理程式”,接下來就跟VS6一樣了;

(2)添加表單的消息映射;
在類視圖(通過功能表“視圖->類視圖 Ctrl+W,C”可以進入)上雙擊類,
然後在類上右鍵,選擇“屬性”功能表,進入屬性介面,在屬性介面上邊有幾個
事件、消息的按鈕,點擊消息後選擇具體創建的消息即可。

星期日, 7月 29, 2007

[學術研究]Import text from Word or Notepad

http://www.ellenfinkelstein.com/powerpoint_tip_import_text_word.html

很好的文章,教你如何用文字檔轉入PowerPoint檔,不用再跟PowerPoint格式奮鬥。

Import text from Word or Notepad
Recently, a friend told me he sometimes copied and pasted text from a Microsoft Office Word document into PowerPoint and then changed the size, color, and so on on every slide.
You should never have to do that.
You can import text from Word or even Notepad (or any text editor) to create a new presentation. This is called importing an outline. Follow these steps to create the outline:
Open a Word or Notepad document.
Type the content if you haven't already done so, following the guildines below.
Make sure each line, whether for a slide title or bulleted text, is on its own line. There should be no blank lines, because these come in as blank slides!
Before each line of bulleted text, insert a tab.
To create 2nd-level bulleted text, insert two tabs.
Save the file as a .doc or .txt file.
Here's an example:
To use the outline, follow these steps:
Start a new presentation.
Choose File > Open.
From the Files of Type drop-down list, choose All Outlines.
Find your file, select it, and click Open.
That's it! Your presentation is created! Here's an example. The only change I made was to use the Title Slide layout for the first slide.

As you can see, the text comes in the appropriate size, according to the slide master.
You can also insert an outline into an existing presentation. Perhaps you have some content that you want to use for just a couple of slides. Follow these steps:
On the Outline tab of the Outline pane, click the slide you want the outline content to appear after.
Choose insert > Slides from Outline.
Select your outline file and click Insert.

星期五, 7月 13, 2007

VC常見鳥問題

當c檔案加入到vc專案編譯後,常會有這個問題
error LNK2019: unresolved external symbol

解決方法:
把.c的附檔名 改成 .cpp就可以了
爛VC........Orz