iTunes:關於 iOS 備份
要注意透過 iTunes 到底會備份 iOS 上的那些東西!
2012年6月27日 星期三
2012年6月13日 星期三
2012年5月29日 星期二
PHP 與 MySQL 溝通的資料編碼問題
PHP 和 MySQL 雙方傳遞資料的編碼要正確才能避免亂碼的問題。
要避免亂碼的問題以下兩個條件必須使用一致的編碼:
1. 網頁在瀏覽器所使用的編碼
2. MySQL Client 設定使用的編碼
針對 PHP 和 MySQL 間溝通所使用的編碼,
我們可以使用 mysql_client_encoding 來確認目前 MySQL Client 所使用的編碼,
並用 mysql_set_charset 來做設定的動作。
Reference:
mysql_client_encoding
mysql_set_charset
要避免亂碼的問題以下兩個條件必須使用一致的編碼:
1. 網頁在瀏覽器所使用的編碼
2. MySQL Client 設定使用的編碼
針對 PHP 和 MySQL 間溝通所使用的編碼,
我們可以使用 mysql_client_encoding 來確認目前 MySQL Client 所使用的編碼,
並用 mysql_set_charset 來做設定的動作。
Reference:
mysql_client_encoding
mysql_set_charset
2012年4月3日 星期二
RFC2544
Throughput:
a. Specific rate
b. Specific frame size
c. Binary Search ( Fail = Reduce the rate)
d. Result = Maximum rate ( frames/second or bits/second)
Latency:
a. Maximum rate (Result of throughput testing)
b. Specific corresponded frame size
c. Option:
c-1 Store and Forward (LIFO)
c-2 Bit Forwarding (FIFO)
c-3 Cut Through (LILO)
d. Result =>time interval
Frame Loss Rate:
a. Specific maximum rate (100% Utilization)
b. Specific frame size
c. Binary Search (Fail = Reduce the maximum rate (10% interval))
d. Result: Frame loss rate (%)
Back-to-Back:
a. Minimum inter-frame gap
b. Send a specific number of frames
c. Binary Search (Reduce the length of burst)
d. Result: Frame count
a. Specific rate
b. Specific frame size
c. Binary Search ( Fail = Reduce the rate)
d. Result = Maximum rate ( frames/second or bits/second)
Latency:
a. Maximum rate (Result of throughput testing)
b. Specific corresponded frame size
c. Option:
c-1 Store and Forward (LIFO)
c-2 Bit Forwarding (FIFO)
c-3 Cut Through (LILO)
d. Result =>time interval
Frame Loss Rate:
a. Specific maximum rate (100% Utilization)
b. Specific frame size
c. Binary Search (Fail = Reduce the maximum rate (10% interval))
d. Result: Frame loss rate (%)
Back-to-Back:
a. Minimum inter-frame gap
b. Send a specific number of frames
c. Binary Search (Reduce the length of burst)
d. Result: Frame count
2012年3月26日 星期一
Windows 7 遠端桌面設定
1. 控制台→系統→遠端設定 (務必選取使用者,即使已顯示有權限)
2. 檢查使用者是否已加入 Remote Desktop Users 群組
3. 檢查防火牆
4. 更新到最新的 patch
2. 檢查使用者是否已加入 Remote Desktop Users 群組
3. 檢查防火牆
4. 更新到最新的 patch
2012年3月9日 星期五
職場心得分享
剛跟老婆去吃中華附近最近開的一家簡餐店,
老闆夫婦都曾在 TSMC 擔任主管。
聽老闆娘分享以前在職場的經驗:
賺人生經驗比賺很多錢重要,
保護好自己的立場比保護好利益重要,
有度量、不計較、盡本分、正向思考、多運動,
活得久才賺得多,賺得多也要用得到。
老闆夫婦都曾在 TSMC 擔任主管。
聽老闆娘分享以前在職場的經驗:
賺人生經驗比賺很多錢重要,
保護好自己的立場比保護好利益重要,
有度量、不計較、盡本分、正向思考、多運動,
活得久才賺得多,賺得多也要用得到。
2012年1月31日 星期二
可能的職涯規劃
QA -> Senior QA -> QA Leader -> Management
QA -> FAE
QA -> Marketing
QA -> Pre-sales
QA -> Software RD -> Senior Software RD
OA Value:
1. Study new feature
2. Study Client application
3. Management
RD Value:
1. Plan software architecture
2. Plan software SPEC.
3. Management
QA -> FAE
QA -> Marketing
QA -> Pre-sales
QA -> Software RD -> Senior Software RD
OA Value:
1. Study new feature
2. Study Client application
3. Management
RD Value:
1. Plan software architecture
2. Plan software SPEC.
3. Management
訂閱:
文章 (Atom)