Planet of NCCUCS
dosbox windows resolution Buy Microsoft Windows Server 2008 Web Edition SP2 configure internet connection on windows xp consumer ratings on vinyl windows Buy Microsoft Windows 7 Professional buy dhcp windows 2000 server apple usb keyboard windows drivers Buy Microsoft Office Visio Professional 2007 buy windows xp registration number buy windows applications Buy Microsoft Windows XP Professional SP3 disable autoplay cd windows 2000 asms windows xp home Buy McAfee Total Protection 2009 autocad lt autodesk contemporary windows Buy Cyberlink PowerDVD 8 Ultra check windows genuine effects for windows movie maker Buy Corel VideoStudio Pro X2 audio codec windows cannot end programs in windows xp Buy CorelDraw Graphics Suite X4 borland delphi 5 and windows vista cannot open windows updates Buy Autodesk AutoCAD 2009 checkpoint ngx r65 windows 2003 download terminal services client windows 2000 Buy Autodesk AutoCAD 2010 download windows xp file debug windows application Buy Autodesk 3Ds Max Design 2009 convert dbx outlook express windows mail automatically reboot windows xp Buy Ahead Nero 9 ashampoo defrag windows xp serious error cannot install printer driver windows 2000 Buy Microsoft Office 2003 Professional apple toolbar for windows delay write failed windows xp Buy Microsoft Office 2007 Enterprise cleanup windows startup

Tag: PHP

interface for oop

作者:huge on 二月.25, 2010 Posted in RSS |

interface IUser{function sayHello();}

class User implements IUser{private $name;

public function __construct( $name ) { $this->name = $name;}

public function sayHello(){return ‘Hello ‘ . $this->name;}}

class Cre...

Comments Off : more...

XHP : A new way to write PHP

作者:huge on 二月.11, 2010 Posted in RSS |

From facebook engineering
XHP is a PHP extension which augments the syntax of the language to both make your front-end code easier to understand and help you avoid cross-site scripting attacks.
原來的長這樣

Hello, .> Comments Off :, more...


[PHP] prefer comma than point while echo

作者:huge on 二月.06, 2010 Posted in RSS |

看了 echo 與 print 的不同
順道做了一下測試
用 MBP 2.4G/4G/Leopard 去跑

1 million
1
2
4
5

10 million

(在撰寫的過程中都還沒跑出來,等一下再來update =_=)
...

Comments Off :, more...

修改 Mac 內建的 php.ini

作者:huge on 二月.01, 2010 Posted in RSS |

[原文轉載] http://foundationphp.com/tutorials/php_leopard.php

1. 複製 /private/etc/php.ini.default
cd /private/etc
sudo cp php.ini.default php.ini

2. 修改 default socket
line 761
mysql.default_socket = /op...

Comments Off :, , more...

啟動 Mac 10.5 內建的 Apache 以及 PHP

作者:huge on 一月.29, 2010 Posted in RSS |

1. 打開 System Preferences > Sharing > Web Sharing

2. 編輯 /etc/apache2/httpd.conf
把 LoadModule php5_module 那行註冊拿掉

3. 重新啟動 httpd (httpd -k restart)

預設的 webroot 在 /Library/WebServer/Documen...

Comments Off :, , more...

退伍之後……

作者:Peachwa & Neversay on 十二月.20, 2008 Posted in RSS |

退伍之後找工作,在找工作的時候接了幾個案子賺生活費,這些案子無一例外都是以我不熟的PHP來寫或改(畢竟Appserv一裝起來就能跑PHP,如果不是特別指明,我還真不想裝Tomcat),為了惡補P...

Comments Off :, , , more...