随笔分类 -  代码段

摘要:123<?phpheader("Content-Type:text/html; charset=utf-8");?> 阅读全文
posted @ 2013-06-19 16:08 小 / 妖
摘要:操作系统:Linux数据库:mysql服务器:apache目录:srv/www从官方下载Yii文件并且解压缩wget http://yii.googlecode.com/files/yii-1.1.13.e9e4a0.tar.gztar -xzvf yii-1.1.13.e9e4a0.tar.gz自动创建Yii应用,假设要在当前目录下新建名为yiiProject的应用yii-1.1.13.e9e4a0/framework/yiic webappyiiProject当显示提示:Create a Web application under 'yiiProject'? (yes|no 阅读全文
posted @ 2013-04-11 17:38 小 / 妖