07 2015 档案

摘要:正确语法为: select * from user where userName = '1' & userPassword = '1' 阅读全文
posted @ 2015-07-22 21:43 蒙面 阅读(155) 评论(0) 推荐(0)
摘要:over 阅读全文
posted @ 2015-07-21 22:01 蒙面 阅读(176) 评论(0) 推荐(0)
摘要:mysql> SET PASSWORD FOR root@localhost = PASSWORD('newpass');执行以上命令可将root用户的密码修改为newpass 阅读全文
posted @ 2015-07-16 11:09 蒙面 阅读(766) 评论(0) 推荐(0)
摘要:一,配置wamp安装目录下的 \bin\apache\apache2.4.9\bin 目录下的php.ini文件,下拉到最下面,配置[xdebug]: [xdebug] xdebug.remote_enable = on xdebug.profiler_enable = off xdebug.profiler_enable_trigger = off xdebug.prof... 阅读全文
posted @ 2015-07-05 22:03 蒙面 阅读(1133) 评论(0) 推荐(0)