Not Equal C && !=C && 不等于西
RSS icon Email icon Home icon
  • 百事与可口的默契

    Posted on April 10th, 2014 Sean Add comments

         左边的图是百事最早的广告,右边是可口可乐的还击。个人认为这次博弈可口可乐完胜!

  • 1 Star2 Stars3 Stars4 Stars5 Stars (1 votes, average: 5.00 out of 5)
    Loading...Loading...
    44 views
  • Set up Zend framework 2 with NetBeans Running on XAMPP

    Posted on April 2nd, 2014 Sean 12 comments

        Zend framework is an open source MVC framework implemented in PHP 5. Like other popular MVC frameworks (ASP.NET MVC, Java Spring MVC), Zend provides database abstraction, code skeleton, and more. Let’s see how to use it on NetBeans:

    1. Download necessary packages from Zend: Application Skeleton from here, and full framework from here. Also the composer package here (if you don’t have it on your system)
    2. Install php composer (if you haven’t installed), remember to select correct php.exe file under XAMPP
    3. Put skeleton and framework files into desired folder, unzip the framework file, but keep the skeleton zipped

    4. Read the rest of this entry »

    PHP
  • 1 Star2 Stars3 Stars4 Stars5 Stars (2 votes, average: 5.00 out of 5)
    Loading...Loading...
    3,539 views