
PHP
guobin0719
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
XAMPP learning
环境:jdk1.6.0_16 win XP sp31、下载xampp-win32-1.7.4-VC6-installer.exe2、安装 自解压到指定目录,如:D:/xampp 安装为windows service3、启动服务apache,mysql,filezilla 注意:apache默认端口80,ssl 端口443,有些软件或者程序会占用该端口,比如skype,所以会启动失败。 解决方法: 一、netstat -ano原创 2011-05-19 15:33:00 · 1593 阅读 · 0 评论 -
PHP learning 1# - 安装、配置
1、php.ini 配置 display_errors = On error_reporting=E_ALL & ~E_NOTICE E_ALL & ~E_NOTICE (Show all errors, except for notices and coding standards warnings.) E_ALL & ~E_NOTICE | E_STRICT (Show all errors, except for notices)原创 2011-05-24 12:51:00 · 569 阅读 · 0 评论 -
ThinkPHP learning 1# - 下载安装
1、下载ThinkPHP 官方网站:http://thinkphp.cn/Down SVN:完整版本http://thinkphp.googlecode.com/svn/trunk核心版本http://thinkphp.googlecode.com/svn/trunk/ThinkPHP 2、安装 ThinkPHP无需任何安装,直接拷贝到你的电脑原创 2011-06-10 11:13:00 · 1014 阅读 · 0 评论 -
ThinkPHP learning 2# - 第一个ThinkPHP 例子
测试环境:Window XP sp3 XAMPP 1.7.4(Apache 2.2.17、MySql 5.5.8、PHP 5.3.5) ThinkPHP 2.1 PHPeclipse 使用ThinkPHP创建应用的一般开发流程是:创建数据库和数据表;(没有数据库操作可略过)原创 2011-06-10 12:58:00 · 7780 阅读 · 2 评论 -
PHP Memcache
PHP 5.3memcache 1.2php_memcache.dll(for php5.3)xamppphpeclipse 1、memcache 安装(Window) 参考http://blog.youkuaiyun.com/guobin0719/archive/2011/06/21/6558634.aspx 2、修改php.ini$memcache原创 2011-06-22 17:45:00 · 654 阅读 · 0 评论