Unionfs


參考 http://ossdriver.oss.org.tw/?q=node/135

【Youtube】Advance Frame Quality


據說有這回事,加上&fmt=22可以提高youtube畫質 

Imageflow


照片特效 http://imageflow.finnrudolph.de/ 放慢動作 會發現其實處理的不是很好 只是利用人的視覺特性 作畫面的移動

slax lzm製作


cd /tmp
wget http://www.lighttpd.net/download/lighttpd-1.4.23.tar.gz
tar zxvf lighttpd-1.4.23.tar.gz
cd lighttpd-1.4.23
./configure
make

mkdir /tmp/lighttp
mkdir /tmp/lighttp/usr/; mkdir /tmp/lighttp/usr/bin/

mkdir /tmp/lighttp/usr/; mkdir /tmp/lighttp/usr/local; mkdir /tmp/lighttp/usr/local/lib/
mkdir /tmp/lighttp/srv;mkdir /tmp/lighttp/srv/www; mkdir /tmp/lighttp/srv/www/htdocs
mkdir /tmp/lighttp/etc/; mkdir /tmp/lighttp/etc/lighttpd
mkdir /tmp/lighttp/etc/; mkdir /tmp/lighttp/etc/rc.d/rc.lighttpd
mkdir /tmp/lighttp/var;mkdir /tmp/lighttp/var/log;mkdir /tmp/lighttp/var/log/lighttpd/

strip src/lighttpd; cp src/lighttpd /tmp/lighttp/usr/bin/.
cp src/.libs/*.so /tmp/lighttp/usr/local/lib/.
cp doc/lighttpd.conf /tmp/lighttp/etc/lighttpd/lighttpd.conf

echo "Lighttpd under Slax" > /tmp/lighttp/srv/www/htdocs/index.html

dir2lzm /tmp/lighttp lighttpd-1.4.23.lzm

【軟體】PwrTest


電源選項

  • S1(Standby)
  • S2(Power Standby)
  • S3(Suspend to RAM)
  • S4(Suspend to Disk; Hibernate)
  • S5(Shutdown)

Microsoft提供一個 PwrTest 來測試s4, 會把報告輸出成 XML 格式
參考 http://msdn.microsoft.com/en-us/library/aa906552.aspx

【觀念參考】

【Linux】build system


觀念

psd格式轉換


相片店的大圖照修完圖後有的喜歡利用Photoshop的格式(psd檔) 要轉成JPG/PNG格式 在MacOsX 可直接讀入作轉換 不用再找其它軟體 1. 開啟 "預覽程式" 讀入 psd 檔 2. 開啟 "檔案/儲存為..." 3. 選擇你要的格式(JPG/PNG) 儲存後就 ok 了

memory corruption


* felxible array * strcpy

【Blogger】雲端標籤


blogger內定兩種標籤顯示方式選擇

  • 清單
  • 雲端

  • 改成雲端即可

clustrmaps


到這邊申請 http://www.clustrmaps.com/admin/action.php

一個C的討論區


休閒時多看看 http://forum.csdn.net/SList/C/UnClosedList/

Eclipse and textile


寫 buglog 或文件時候很好用 http://www.dimlau.com/about/textile.html

Eclipse and tab width


將 tab size 設成和 vi (size = 8) 一樣
  • Window/C/C++/Code style/Import(Import新的定義檔)/Edit/Indentation/Tab size(8)

若要將空格顯示記得將 Show invisible charactors 打勾

字型也可設成跟 EDITPLUS 一樣的

Eclipse and Keys


Window/Preferences/General/Keys 1. Ctrl+/: 整個 comment 2. Ctrl+Shift+F: 程式排版 http://blog.csdn.net/hivon/archive/2006/07/11/903563.aspx

Eclipse and Templates


Window/Preferences/C/C++/Editor/Templates 如 1. 括號: 按下左括號"(" 會激活 右括號 ")" 2. 迴圈: 先按 fo 再按(Atl+/) 激活整個for 的Templates 直接填入內容倒是試不出來

Eclipse and Auto complement


Window/Preferences/C/C++/Editor/Content Assist Auto-Activation Delay: 0 (ms) 目前只有在 -> 或 . 才會激活 http://www.wretch.cc/blog/icercat/12801558

Eclipse and Indexer


1. workspace 要定義到 source code 2. Indexer: workspace(選專案)(或由Project)/Properties/C/C++ General/Indexer/Enable project specific settings(打勾)...

windows power shell


教學 http://technet.microsoft.com/zh-tw/library/dd125460.aspx

【軟體】重組磁碟


Auslogics Disk Defrag是一套免費且可以重組單一檔案的工具

另一套長用且重組速度蠻快的

eeepc and android


參考以下可以做出 android usb dongle http://www.xepc.org/2009/08/android-eeepc/

Latitude and Nokia 5800


裝在Nokia5800上面的Google map 有一個 "加入縱衡" 的功能,基本上就是把你的位置分享親朋好友。你可以直接顯示在部落格,上面就像這樣。


參考 http://playpcesor.blogspot.com/2009/02/google-latitude.html

【軟體】Editplus 設定


【Coding 字型設定】
  • 文件/預設設定/一般/字型/Consolas-Regular-10
【視窗分割】
【顯示Space/Tab】
  • View/Tabs and Spaces
【Column Maker】
  • Tools/Preference/Files/Settings&Syntax/C/C++/Column Markes
  • 在第一個填入80
【參考】

vivitv 退貨


六.收到商品與訂購商品不符或者有瑕疵、尺寸不合、等該如何處理? 請在商品到貨十天內,請撥打客服專線0809-053-888或點選「聯絡客服」,將由專人為您服務。 http://www.vivatv.com.tw/viewQA.do?method=viewQA&commonId=01

windows 快捷鍵


  1. 點選文字 反白之後用滑動
    如果要複製的話 反白之後用滑動加 Ctrl。
  2. Alt-tab 切換視窗

【WinCvs】 External Diff


WinCvs內定的diff工具有點陽春,如果有裝Araxis Merge的話,可以把它設定成外掛的Diff工具。

按照下面步驟叫出 WinCvs Preferences Dialog

  1. 打開Wincvs/
  2. 選擇Admin/Preferences/Wincvs
  3. 在External Diff欄位定義外部Diff 工具
    ex. C:\Program Files\Araxis\Araxis Merge v6.5 NSIS\Merge.exe

image

【Shell】參數


$* 代表所有$1 $2 $3 ...的 http://yuanann.pixnet.net/blog/post/13382583

dec to hex via shell


目前還沒試過 1. dec to hex http://unix-cd.com/unixcd12/article_6784.html 2. hex to dec http://www.fyul.net/sfe/read.php?114

jquery and mouse position


參考看看 作GUI Layout 實很好用 http://calos-tw.blogspot.com/2009/07/jquery.html

【軟體】XMLmind XML Editor


讓你編輯 xml 檔不會再顯花撩亂。

 

【官網】
http://www.xmlmind.com/xmleditor/

ATM用的讀卡機


台銀轉帳即贈送讀卡機 有時windowsXp的smart card reader 的 service 會自己off 再自行打開即可 http://www.bot.com.tw/botatm/setup.htm

【Cscope】更改內定editor


cscope 類似 ctag,但更強大。不過有的內定的editor 是 vi。
如果要改成用 vim 的話:

VIEWER=vim
  1. 查詢 printf
    image
  2. 系統用 vim 作編輯
     image

【軟體】Word Viewer


如果你沒有裝Windows Office的話又想看 .doc 檔。

可以安裝 Word Viewer。

【下載】
http://www.microsoft.com/downloads/details.aspx?FamilyID=3657ce88-7cfa-457a-9aec-f4f827f20cac&DisplayLang=zh-tw

【Poderosa】滑鼠按鍵與快速鍵


  1. 使用者可自行設定滑鼠左中右三鍵的反應 Poderosa/Tools/Option/Mouse/Action for right click...
  2. Alt-R Reproduce
  3. Alt-n(1/2..) 切換工作視窗

Putty 的換行和 log


1. 換行 Putty/Category/Terminal/Implicit CR in every LF 打勾 http://cc-ipcp.icp.ac.ru/Section3.2.html #3.2.3 "Implicit CR in every LF" 2. 打開log Putty/Session/Logging/Session Logging/All session output 打勾 記的Log file name 也須指定 http://the.earth.li/~sgtatham/putty/0.60/htmldoc/Chapter4.html#config-logging

【Poderosa】plugin: serial port


【下載】

Plug-in: Serial port connection: http://en.poderosa.org/download/plugins.html

【安裝】

解開後產生 SerialPort目錄,將他直接放到 Poderosa 資料夾
(ex. C:\Program Files\Poderosa)

【使用】

  1. 開啟 Poderosa
  2. 開啟 Menu Poderosa->File->Open Serial port
  3. 指定Port/Baudrate/Data/Parity/Stopbits
    (ex. COM1/57600/8/N/1..)
    image
  4. 如果該裝置是數據機的話,直接下個 "AT" (at command) 試看看,應該會收到 "OK" 的回應。

【Eclipse】Eclipse and CVS


不像是SVN,CVS是內建在Eclipse裡面的。

在Eclipse裡面使用CVS的方式:

  1. 在檔案上面按一下右鍵
  2. Team/Commit...
  3. 或 Compare with
  4. 或 Replace with...

alpha channel 效果


如果不確定自己 Code 做出 alpha channel 的效果是否正確 可以使用IE輸重疊的兩張圖作比較 下面三個是比較重要的參數 z-index:100; -moz-opacity:0.3; opacity:0.3;

pppd 的 ip/ppp connection


IP/PPP connection 指定AT+CGDCONT 測一下 即可知道該基地台是否有支援ip/ppp connection http://www.xs4all.nl/~ernstagn/GPRS-HOWTO/GPRS-HOWTO-5.html#ss5.4

【居家】除蟻劑


大直愛買有在賣 擠在螞蟻經過的路上(我是直接擠在垃圾袋裡面) 螞蟻吃後會會帶回窩 將其它的螞蟻一併殺死用了後家裡這幾天都沒看到 商品名稱: 優品 蟻絕劑除蟻膏(AntiAnt)/必群

【EPC】901的1024x768


epc901上面的panel是1024x600 但卻利用軟體的技術,壓縮pixel做出1024x768的效果但只支援windows,
目前linux有人用vnc server做出類似的效果。

 

Ed32. Copyright 2008 All Rights Reserved Revolution Two Church theme by Brian Gardner Converted into Blogger Template by Bloganol dot com