原创 yii框架中sphinx單條件搜索

1、sphinx單條件搜索創建索引、開啓搜索服務,以下是我創建的表單 <center> <form action="index.php?r=sphinx/sphinx" method="post"> <input

原创 sphinx與中文分詞coreseek(window)

1.Sphinx是由俄羅斯人Andrew Aksyonoff開發的一個全文檢索引擎。意圖爲其他應用提供高速、低空間佔用、高結果 相關度的全文搜索功能,做數據庫的優化。Sphinx可以非常容易的與SQL數據庫和腳本語言集成。 2.中文分詞c

原创 Yii框架發送郵件

1、修改web.php配置 'mailer' => [ 'class' => 'yii\swiftmailer\Mailer', // send all mails to a file by

原创 安裝Composer與laravel安裝

(一)composer安裝 1、Laravel 框架使用 Composer 來管理其依賴性。所以,在你使用 Laravel 之前,你必須確認在你電腦上是否安裝了 Composer。 2、沒安裝點擊Composer,看到下圖點擊downl

原创 正則——取出td裏的數據的類型爲數組

$str = file_get_contents('1.php'); $str = strip_tags($str, '<td>');//只保留td標籤 $str = str_replace(" ",'',$str); $parten