- Mar 07 Wed 2007 10:49
台灣油杉 X檔案
- Mar 05 Mon 2007 18:32
PHP和Oracle的日期轉換
- Mar 03 Sat 2007 16:01
PHP TIPS
- Mar 02 Fri 2007 12:08
Delphi for PHP 3月上市
我想應該很多人介紹,問股溝神就給你一堆,so...特性還是得貼一下吧!!
希望以後只要寫VCL就好~~
from CodeGear
Delphi for PHP offers all the features and functionality needed to rapidly and visually create powerful PHP applications, new PHP components, and package existing PHP code into reusable visual components. Delphi for PHP does this all with seamless support for MySQL®, InterBase® from CodeGear, and other SQL databases and it does it with an open source VCL for PHP. Microsoft® Windows® RAD developers will now have the familiarity and ease of use that Delphi and C++Builder® have always provided, and can move into PHP development with speed and confidence,” said Swindell.
- Mar 02 Fri 2007 12:03
How to stop IE from caching AJAX requests
這個常用到吔~~
by Justin Silverton
While working on an AJAX project over the weekend, I ran into the following issue: (through a GET request), every time I tried to call a certain function, It was returning the same data (which was supposed to be different each time)
- Mar 01 Thu 2007 10:39
回憶高中的三國志2[英文版]
- Mar 01 Thu 2007 10:12
文字欄位[邊打邊統計多少字?]--javascript
--這個我忘記是那裡找的了!不過下次我再來整理我的資源網站,那應該比分享書籤更有趣~~
//between "<head>" and "</head>"
<script type="text/javascript">
<!--
- Mar 01 Thu 2007 10:04
今日新聞分享--墾丁森林殺手變頂級傢具 銀合歡身價大漲
記者陳明道/恆春報導
天生我材必有用,在墾丁園區被視為「毒物」、破壞原生樹種的銀合歡作亂多年,歷任處長想盡辦法砍除它,至去年11月砍除後,被恆春裝潢師楊宗熏慧眼看中,巧手打造成頂級傢俱,每座1萬元而搶購一空。不但讓楊宗熏賺了一筆,也為遭人臭罵的銀合歡找到新用途,創造地方新的產業文化,至今發光發熱中。
- Feb 26 Mon 2007 18:06
Oracle/PLSQL To_Char Function
下面是我之前需要的範例:
$sqlstring = "select
to_char(thedate,'YYYY-MM-DD HH:MM:SS') as thedate
from tables