20150221

恢復舊版APP


準備工作
  1. 更新APP之前一定要先用iTunse備份一次iPad
  2. 備份後,到"我的文件\Music\iTunes\iTunes Media\Mobile Applications"將需要的APP複製出來。

20141030

好用軟體、APP、線上應用



20140906

How to install Skype 4.3 on Ubuntu or Mint

Step 1: Remove previous version.

sudo apt-get remove skype skype-bin:i386 skype:i386
sudo apt-get install sni-qt:i386

Step 2: Install Skype.

sudo dpkg --add-architecture i386
sudo apt-get update
sudo apt-get install gdebi
wget download.skype.com/linux/skype-ubuntu-precise_4.3.0.37-1_i386.deb
sudo gdebi skype-ubuntu-precise_4.3.0.37-1_i386.deb

It is Important if you installed older version of Skype on your Ubuntu, Clear the old Skype folder:

rm -rf ~/.Skype

如果step 2的第2步更新時出現類似底下的錯誤:

略過 http://ppa.launchpad.net raring/main Translation-zh_TW
略過 http://ppa.launchpad.net raring/main Translation-zh
略過 http://ppa.launchpad.net raring/main Translation-en
W: 無法取得 http://extras.ubuntu.com/ubuntu/dists/r ... ce/Sources,404 Not Found

W: 無法取得 http://extras.ubuntu.com/ubuntu/dists/r ... 4/Packages,404 Not Found

W: 無法取得 http://extras.ubuntu.com/ubuntu/dists/r ... 6/Packages,404 Not Found


E: 某些索引檔未能下載。其已遭略過,或改為使用舊的。

可以編輯 /etc/apt/sources.list 檔案,然後把出現錯誤的聯結(底下是範例)

deb http://deb http://extras.ubuntu.com/ubuntu raring main
deb-src http://extras.ubuntu.com/ubuntu raring main

加上註解,就可以了

# deb http://deb http://extras.ubuntu.com/ubuntu raring main

# deb-src http://extras.ubuntu.com/ubuntu raring main

20140526

變更 SID


  1. 請用管理員執行 C:\Windows\System32\Sysprep\sysprep.exe
  2. 系統清理動作選『進入系統全新體驗(OOBE)』(預設值就是)
  3. 『一般化』請打勾
  4. 關機選項選『重新開機』(也是預設值)
  5. 從新開機
  6. 輸入新帳戶(跟全新安裝一樣)
  7. 到了開機的地方請先進入您原先系統的帳戶,用管理員把剛剛新設的帳戶刪除。


這樣至少您還是用舊帳戶,而 SID 就變更了...但是系統視同全新安裝,當然您的應用程式還在,但是 Windows 啟用就要從新做。

20140518

Word合併列印日期格式的修改

方法一:


  1. 先將欄位套入word內,例如:3/1/2012
  2. 利用鍵盤ALT+F9,開啟功能變數,例如:{ MERGEFILED 施測日期 } 
  3. 自行加入格式變數,例如:{ MERGEFILED 施測日期 \@ "yyyy-MM-dd" }
  4.  (將紅色字體部分加入變數內,記得斜線前、@後以及d"後有空格喔!) 註: y-年 M-月 d-日
  5. 完成後再按ALT+F9,回到套印正常畫面,在按下預覽結果,就可看到格式已修改