原创 Uncaught TypeError: $(...).size is not a function FastAdmin中使用bower的報錯

官方安裝使用方法:https://www.kancloud.cn/karsonzhang/fastadmin/784094 錯誤是因爲版本問題!!! 根據需要合理使用對應的版本。 bower update後選擇1-10數字,回車,選擇安裝

原创 1024程序員節

紀念一下

原创 linux 用curl觸發控制器腳本的詳細介紹

寫一段curl觸發url地址,代碼如下 <?php $url = "觸發地址"; $info = curl_init();     curl_setopt($info,CURLOPT_RETURNTRANSFER,true);     c