想要取得行動裝置上的電話號碼 可以用
SystemState.OwnerPhoneNumber 來得到~
但 為什麼我們抓不到呢~?
因為 這裡抓到的電話號碼是 事先已被設定在手機裡頭的 (非sim卡)
你可以看看 (開始->設定->個人資訊)
那如何實做抓取SIM卡的電話號碼呢?
在路徑
C:\Program Files\Windows CE Tools\wce500\Windows Mobile 5.0 Pocket PC SDK\Samples\CPP\Win32\GetPhoneNumber\
有sample可以學習~
但要注意不是所有GSM的sim卡都支援號碼內建
2008年10月30日 星期四
2008年10月15日 星期三
Page has Expired (php)
呼~不停的問題啊
最近發現 之前寫的網頁有問題嚕~
網頁裡面的表單送出後,再按"上一頁"
就會出現
"Warning: Page has Expired The page you requested was created using information you submitted in a form. This page is no longer available. As a security precaution, Internet Explorer does not automatically resubmit your information for you.
To resubmit your information and view this Web page, click the Refresh button. "
目前看到的解決方法~
所以囉~到php.ini 找找"session.cache_limiter" 把值設為"private"看看~
最近發現 之前寫的網頁有問題嚕~
網頁裡面的表單送出後,再按"上一頁"
就會出現
"Warning: Page has Expired The page you requested was created using information you submitted in a form. This page is no longer available. As a security precaution, Internet Explorer does not automatically resubmit your information for you.
To resubmit your information and view this Web page, click the Refresh button. "
目前看到的解決方法~
所以囉~到php.ini 找找"session.cache_limiter" 把值設為"private"看看~
2008年10月3日 星期五
C# 聯結mysql
要在visual studio 2005 執行mysql連結的動作,需要先下載一個 "mysql連結驅動"
先到 mysql 官網
http://dev.mysql.com/downloads/connector/
選擇Connector/Net
選第二個
安裝步驟:
http://dev.mysql.com/doc/refman/5.0/en/connector-net-installation-windows.html
法二
MySQLDriverCS
http://sourceforge.net/project/showfiles.php?group_id=63165
先到 mysql 官網
http://dev.mysql.com/downloads/connector/
選擇Connector/Net
選第二個
安裝步驟:
http://dev.mysql.com/doc/refman/5.0/en/connector-net-installation-windows.html
法二
MySQLDriverCS
http://sourceforge.net/project/showfiles.php?group_id=63165
訂閱:
文章 (Atom)