摘要:
阅读全文
摘要:
http://bootswatch.com/ 阅读全文
摘要:
<?php $model = ["张雪莲1","何香香2","黄雅美3","朱红晓4","梁美丽5"];//模特 $photographer = ["何濠","张楠","黄金国","陈小厨","潘伟国","张丽珍","钟小敏","王小名","朱辉","艾文平","张大胆", 阅读全文
摘要:
<html><head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <title>bootstrap项目实战</title> <meta http-equiv="X-UA-Compatible" con 阅读全文
摘要:
GRANT ALL PRIVILEGES ON *.* TO 'root'@'%' IDENTIFIED BY 'admin123' WITH GRANT OPTION; flush privileges; 阅读全文
摘要:
http://www.phalapi.net/ 阅读全文
摘要:
$data = Weann\Socialite\Facades\Socialite::driver('wechat')->user();//是字符串 $data=json_encode($data); $data=json_decode($data); 阅读全文
摘要:
function https_post($url,$data = null){$ch = curl_init ();curl_setopt ( $ch, CURLOPT_URL, "http://127.0.0.1/api/wx/active/active_list" );curl_setopt (... 阅读全文