06 2012 档案
摘要:CentOS下使用yum 安装mysql在启动的时候会报这个错误Can’t connect to local MySQL server through socket ‘/var/lib/mysql/mysql.sock’yum安装mysql这个包其实是MySQL 客户端程序和共享库,所以我们还需要安装php-mysql和mysql-server这两个包.[root@localhost~]yuminstallmysqlmysql-serverphp-mysql-y[root@localhost~]chkconfigmysqldon[root@localhost~]servicemysqldsta
阅读全文
摘要:如何异步上传文件呢?通过 form 的target 属于,把from提交到iframe里面去好了,我们来实现一下HTML页面<html><head><meta http-equiv="Content-Type" content="text/html; charset=utf-8" /><script type="text/javascript" src="jquery.js"></script><script>alert("只出现一次
阅读全文
摘要:测试环境 window apache2.2.11命令 ab-n 请求的总数-c 并发的总数//一百个请求 10个并发D:\wamp\bin\apache\Apache2.2.11\bin>ab -n 100 -c 10http://www.baidu.com/index.php测试一下百度的信息命令 ab http://www.baidu.com/index.phpD:\wamp\bin\apache\Apache2.2.11\bin>ab http://www.baidu.com/index.phpThis is ApacheBench, Version 2.3 <$Rev
阅读全文

浙公网安备 33010602011771号