[code language=’html’]
這段字會加上底線
[/code]
notebook
看到這張 OpenSQLCamp 的照片,
http://www.flickr.com/photos/datacharmer/3075006158/sizes/o/
我又想買一台 notebook , 看起來外國 programmer 喜歡用 Mac 的真的很多
不過我想一想, 我的生活圈頂多在 家 <—> 公司間 , 兩邊都有 PC , 況且我也討厭身上揹著重重的東西來來去去的, 所以算了吧… 看看就好
順便看了這個人的 Flickr : Helsinki – restroom with a view
http://www.flickr.com/photos/datacharmer/2797070429/sizes/o/
這個廁所的 View 可真好!
USE Oracle / oci8 with PHP / test sample code
前提環境要先裝好 Oracle instant client , 然後 PHP 要把 instantclient 編譯進去
–with-oci8=instantclient,/usr/lib/oracle/10.2.0.3/client/lib
這是 sample code
$conn = OCILogon('scott', 'scott', '//172.30.0.176/DB1'); $query = 'select * from dept'; $stid = OCIParse($conn, $query); OCIExecute($stid, OCI_DEFAULT); while ($succ = OCIFetchInto($stid, $row)) { foreach ($row as $item) { echo $item." "; } echo "\n"; } OCILogoff($conn);
…
1. 建 oracle table 時不管key 的 table name , field name 是否為小寫, 在 oracle 都顯示成大寫
2. 用 PHP 的 OCI functions 下的 SQL command 也可以不管大小寫
板橋鴨仔味薑母鴨
2008 11/28 天氣晴
中央欺騙局都說今天氣溫會到10度! 結果咧…. 太陽! 把你晒昏咧…
再一個月就要跑這個了! 2008/12/21 “2008 ING台北馬拉松” , 但不曉得為什麼, 前幾年都叫 “xx國際馬拉松” 今年 “國際” 兩個字都沒有了, 可以看看 “太魯閣峽谷馬拉松” 國際就不見了??
與 PHP 大師相會 – PHP 創始人校園講座
大師 ( Rasmus Lerdorf ) 說 “Simple is hard!”
PHP/FI history :
History of PHP
PHP/FI
PHP succeeds an older product, named PHP/FI. PHP/FI was created by Rasmus Lerdorf in 1995, initially as a simple set of Perl scripts for tracking accesses to his online resume. He named this set of scripts ‘Personal Home Page Tools’. As more functionality was required, Rasmus wrote a much larger C implementation, which was able to communicate with databases, and enabled users to develop simple dynamic Web applications. Rasmus chose to » release the source code for PHP/FI for everybody to see, so that anybody can use it, as well as fix bugs in it and improve the code.
URL1 : http://www.flickr.com/photos/josephj/sets/72157609280897581/
URL2 : http://josephj.com/entry.php?id=184
今天講稿 : http://talks.php.net/show/ntu
另外一個 PHP 教父 Andi Gutmans 砲轟 Java
還有很多人寫的心得報告 http://blog.roodo.com/jaceju/archives/7648121.html