Xampp的获得和安装都十分简单,你只要到以下网址:
http://www.apachefriends.org/zh_cn/xampp.html 下载xampp即可,我安装的是windows版本的Installer安装包,只要根据它的安装提示一路安装下去就可以了,十分方便快捷。
不过,安装目录最好选择C盘之外的其它磁盘,据某些网友的经验,在Windonws7或Vista中,如果选择C盘安装,由...
分类:
其他好文 时间:
2014-10-13 18:40:09
阅读次数:
178
在XAMPP里MYSQL以服务方式启动失败,提示错误是 1067 进程意外终止
解决方法:
1、 进入 xampp安装目录
2、进入mysql/bin/目录, 打开my.ini , 修改
[mysqld]
port= 3306
socket= "/xampp/mysql/mysql.sock"
basedir="/xampp/mysql"
tmpdir="/xam...
分类:
数据库 时间:
2014-10-13 18:28:17
阅读次数:
197
1.WhatisXAMPP?XAMPPisacompletelyfree,easytoinstallApachedistributioncontainingMySQL,PHP,andPerl.a.X–OperationSystem(Windows/Linux/AppleOS)b.A–Apachec.M–MySQLd.P–PHPe.P–Peal2.Download:https://www.apachefriends.org/index.html3.BasicConfigure:Aftersucces..
分类:
Web程序 时间:
2014-10-13 14:57:50
阅读次数:
369
#!/bin/bashsoft_dir="/home/soft"config_dir="/home/config"httpd="httpd-2.0.52"mysql="mysql-5.1.56"php="php-5.2.17"phpmyadmin="phpMyAdmin-2.9.0.2"zend="...
分类:
系统相关 时间:
2014-10-13 08:24:49
阅读次数:
359
在有外网访问权限的机器上使用 python 搭建 http 代理,供 pip 使用
分类:
编程语言 时间:
2014-10-12 23:25:38
阅读次数:
356
查看apache日志
apache日志位置
不同的系统位置不同。
widnows
假如是windows的话,xampp下应该是都存在的,直接去找apache的folder/log/access.log
| error.log下的文件就好了
Ubuntu和Mac
这个是要找apache的位置的,可以尝试用whereis apache2来查看ubuntu...
分类:
Web程序 时间:
2014-10-12 03:52:27
阅读次数:
207
linux设置apache和mysql:linux开启启动的程序一般放在/etc/rc.d/init.d/里面,/etc/init.d/是其软连接。mysql设为linux服务cp /usr/local/mysql5/share/mysql/mysql.server /etc/init.d/mysq...
分类:
系统相关 时间:
2014-10-12 00:42:06
阅读次数:
402
--转载时请保留下面,以供大家加我MSN,增强交流,共同学习.--姜庭华 msn: jaimejth@live.cn--博客:http://blog.csdn.net/jaimejth软件下载在以下网站http://www.apachefriends.org/zh_cn/index.htmlXAMP...
分类:
系统相关 时间:
2014-10-11 13:09:35
阅读次数:
306
错误一:org.apache.subversion.javahl.ClientException: E155004: There are unfinished work items in 'D:\xampp\htdocs\haodai\haodaisvn'; run 'svn cleanup' fi...
分类:
其他好文 时间:
2014-10-10 22:04:54
阅读次数:
404
如果你使用PHP源码程序(比如WordPress)建站,最好要学会操作 phpMyAdmin , 这样维护你的网站数据库,才更得心应手。也许你会问,什么是 phpMyAdmin ?为什么要学会使用 phpMyAdmin ?什么是 phpMyAdmin ?phpMyAdmin 是一个用PHP编写的,可...
分类:
数据库 时间:
2014-10-09 17:41:07
阅读次数:
192