微信公眾平台訊息介面開發(28)周公解夢

2022-02-18 13:02:32 字數 1364 閱讀 9678

一、周公解夢

要能解夢,首先得有資料**,很多**目前都提供這樣的功能,選擇一家**將其抓取下來,做成自己的資料庫即可。我們抓取的資料在5000條左右。

例如 二、查詢記錄

在程式中直接查詢對應的關鍵字,獲取解夢內容即可

function getdreaminfo($content

)

sae$mysql_host =sae_mysql_host_m;

$mysql_host_s =sae_mysql_host_s;

$mysql_port =sae_mysql_port;

$mysql_user =sae_mysql_user;

$mysql_password =sae_mysql_pass;

$mysql_database =sae_mysql_db;

}else

$mysql_table = "dream";

$mysql_state = "select * from `".$mysql_table."` where `title` like '%".$content."%'";

$con = mysql_connect($mysql_host_s.':'.$mysql_port, $mysql_user, $mysql_password

);

if (!$con

)

mysql_query("set names 'utf8'");

mysql_select_db($mysql_database, $con

);

$result = mysql_query($mysql_state

);

$contentstr = "周公不能解此夢";

while($row = mysql_fetch_array($result

))

break

; }

mysql_close($con

);

return

$contentstr

;}

根據文字進入查詢

效果演示

微信公眾平台訊息介面開發(1)啟用介面

使用前提條件 擁有乙個公網上的http伺服器主機空間,具有建立目錄 上傳檔案等許可權。免費的也可以,但須有二級網域名稱。想快速的申請乙個免費穩定好用的,可以先使用新浪的sae。但免費時間有條件限制。一 註冊微信公平平台賬號 位址 二 上傳 以下 是訊息介面認證 將下列php 儲存為index.php...

微信公眾平台訊息介面開發 快遞查詢

string str webclient mywebclient new webclient mywebclient.credentials credentialcache.defaultcredentials 獲取或設定用於對向internet資源的請求進行身份驗證的網路憑據。byte comp ...

微信公眾平台訊息介面開發 快遞查詢

一 請求資料 首先需要能有取得快遞資料的介面,比如快遞100的wap版查詢介面為 其url請求為 wap result.jsp?rand 35447 id shentong fromweb null postid 568629598688 sub e6 9f a5 e8 af a各引數如下 rand...