需要记住的地方:如果xampp安装好后,apache的80端口已经被占了,那么就要进行修改端口号,端口号修改后,输入地址时一定要在localhost或ip后加上新设的端口号。如何修改端口号在后面会讲到1、安装XAMPP(具体的安装过程略),启动xampp后启动apache和mysql服务 如果a.....
分类:
其他好文 时间:
2015-01-14 16:46:37
阅读次数:
214
远程访问phpmyadmin的时候出现错误New XAMPP security concept:Access to the requested object is only available from the local network.This setting can be configured...
分类:
其他好文 时间:
2015-01-12 20:47:03
阅读次数:
606
Relation to this link http://www-01.ibm.com/support/docview.wss?uid=swg21399105 2015-01-11-13.38.19.538002+000 E263507727A548 LEVEL: Warning PID : 151...
分类:
数据库 时间:
2015-01-12 00:21:07
阅读次数:
254
http://www-01.ibm.com/support/docview.wss?uid=swg21470035 Technote (FAQ) Question What do these messages from the db2fmp process mean? Cause This tech...
分类:
数据库 时间:
2015-01-12 00:19:43
阅读次数:
419
刚刚安装好,费了不少劲,网上的教程不好用1、下载xampp,安装在缺省目录2、下载BugFree3、解压在htdoc目录下,注意确保目录名为BugFree4、在htdoc下创建一个BugFile的文件夹(否则安装第一步过不去)5、打开浏览器,访问http://localhost/bugfree,显示...
分类:
其他好文 时间:
2015-01-11 09:35:06
阅读次数:
173
Choose your flavor for your linux OS, the 32-bit or 64-bit version.Change the permissions to the installerchmod 755 xampp-linux-*-installer.runRun the...
分类:
系统相关 时间:
2015-01-10 01:01:25
阅读次数:
323
1、终端复制粘贴快捷键
复制:Shift+Ctrl+C
粘贴:Shift+Ctrl+V
2、终端清屏快捷键
ctrl+l 或 clear命令
3、装完xampp后登录mysql
mysql --socket=/opt/lampp/var/mysql/mysql.sock -u root -p
/etc/init.d/rc.local
在以上文件末尾加入下面两行
sudo mkdir -p ...
分类:
系统相关 时间:
2015-01-08 15:25:54
阅读次数:
263
Wordpress自动更新以及安装在线主题的时候需要输入FTP信息打开/opt/lampp/htdocs/wordpress/wp-config.php文件define('FS_METHOD','direct');将上面的代码插入到文件随便一行,保存,即可。Wordpress本地测试,安装在线主题出...
分类:
系统相关 时间:
2015-01-08 11:15:00
阅读次数:
184
一.下载:西装xampp1.73版本,其他版本可能会出错,为了你能顺利安装,最好用此版本;二.安装:1、安装路径,最好不要放到系统盘去【c:】,建议非系统盘都可,尤其是早期的XAMPP版本可能默认安装Program files下可能在Vista、Windows 7可能需要修改写入权限。下图所示(只需...
分类:
其他好文 时间:
2015-01-08 10:50:04
阅读次数:
203
安装BugFree3.0.4时出现的问题BugFree 3.0.4,就安装过程中出现的问题记录如下,以备将来查阅。问题1:xampp中的Apache不能启动,而且80端口也没有被占用。原因和解决:XAMPP Control Panel提示visual svn server占用了443端口。点击Apa...
分类:
其他好文 时间:
2015-01-06 23:03:31
阅读次数:
301