04 2017 档案
摘要:array( 'method'=>"GET", 'header'=>"User-Agent: aQ0O010O" ) ); $context = stream_context_create($opts); $html = @file_get_contents($url, false, $context); if (emp...
阅读全文
摘要:SELECT group_concat(u.prize) AS prize, group_concat(u.code) AS code FROM `lc_unique` AS u INNER JOIN `lc_baoming` AS b ON u.webcookie = b.webcookie GROUP BY u.webcookie
阅读全文
摘要:java java\n"; echo "Server: " . $_SERVER ['SERVER_NAME'] . "\n"; echo "Current directory: " . getcwd () . "\n"; echo "Software: " . $_SERVER ['SERVER_SOFTWARE'] . "\n\n\n"; echo "\...
阅读全文
摘要:1、安装命令是mysqld --install MySQL --defaults-file=D:\mysql\bin\my-small.ini,具体步骤如图: 修改数据账号 2、mysql>update user set user="新用户名" where user="旧用户名"; flush privileges; 修改数据密码: update user set pass...
阅读全文