03 2018 档案

apache nginx 配置
摘要:ServerAdmin test@biuuu.com DocumentRoot E:\web\OTHER\test ServerName zjh.com ServerAlias *.zjh.com rewriteengine on rewritecond %{HTTP_HOST} [^.]+\.zjh\.com$ rewriterule ^(.+) %{HTTP_HOST}$1 [C] re... 阅读全文

posted @ 2018-03-21 15:28 小V_chen 阅读(177) 评论(0) 推荐(0)

数据库操作
摘要:$con = mysql_connect("localhost","peter","abc123"); if (!$con) { die('Could not connect: ' . mysql_error()); } mysql_select_db("my_db", $con); $result = mysql_query("SELECT * FROM Persons"); ... 阅读全文

posted @ 2018-03-14 11:28 小V_chen 阅读(119) 评论(0) 推荐(0)

导航