跳转到主要内容

单击提交则表示您同意developerWorks 的条款和条件。 查看条款和条件.

当您初次登录到 developerWorks 时,将会为您创建一份概要信息。您在 developerWorks 概要信息中选择公开的信息将公开显示给其他人,但您可以随时修改这些信息的显示状态。您的姓名(除非选择隐藏)和昵称将和您在 developerWorks 发布的内容一同显示。

所有提交的信息确保安全。

  • 关闭 [x]

当您初次登录到 developerWorks 时,将会为您创建一份概要信息,您需要指定一个昵称。您的昵称将和您在 developerWorks 发布的内容显示在一起。

昵称长度在 3 至 31 个字符之间。 您的昵称在 developerWorks 社区中必须是唯一的,并且出于隐私保护的原因,不能是您的电子邮件地址。

单击提交则表示您同意developerWorks 的条款和条件。 查看条款和条件.

所有提交的信息确保安全。

  • 关闭 [x]

安装 XAMPP 进行简单的集成开发

此类中间件可以促进开放源码的多层软件的开发

返回文章


清单 2. 显示 /opt/lampp 目录的内容
				
        
drwx------   2 root   root  4096 Feb 11  2004 backup/           lampp backups (if any are made)
drwxr-xr-x   2 root   root  4096 Sep 15 12:16 bin/              lampp commands
drwxr-xr-x   2 root   root  4096 Jul 14 10:04 cgi-bin/          perl scripts directory
drwxr-xr-x   3 root   root  4096 May 30  2003 error/            lampp error scripts
drwxr-xr-x   6 root   root  4096 Sep 15 14:00 etc/              config files (PHP, MySQL, Apache...)
drwxr-xr-x   6 nobody root  4096 Sep 22 19:51 htdocs/           Apache Document Root Directory
drwxr-xr-x   3 root   root  4096 May 30  2003 icons/            lampp icons
-rwxr-xr-x   1 root   root 12528 Sep 16 11:00 lampp*            lampp executable
drwxr-xr-x   9 root   root  4096 Sep 20 02:31 lib/              package libraries
drwxr-xr-x  33 root   root  4096 Aug  5 13:13 licenses/         package licenses
drwxr-xr-x   2 root   root  4096 Sep 22 20:17 logs/             lampp logs
drwxr-xr-x   2 root   root  4096 Sep 15 12:16 modules/          apache modules
drwxr-xr-x   7 root   root  4096 Jul  5 12:21 phpmyadmin/       phpmyadmin configuration file and other files
drwxrwxrwx   2 root   root  4096 Aug  5 13:13 phpsqliteadmin/   phpsqliteadmin configuration file and other files
-rw-rw-r--   1 root   root 23249 Sep 15 12:07 RELEASENOTES      lampp release notes
drwxr-xr-x   2 root   root  4096 Sep 15 12:16 sbin/             mysql daemon, proftp daemon/tools
drwxr-xr-x  12 root   root  4096 Sep 15 12:15 share/            shared files
drwxr-xr-x   3 root   root  4096 Oct 26  2003 tmp/              temporary files
drwxr-xr-x   4 root   root  4096 Sep 22 20:17 var/              variable data files
      

返回正文