Views: 674
我學習有關教會敬拜帶領 ,將相關教材與學習心得整理於此。
我將擔任教會音控多年的學習心得寫成講義集結在這邊,會陸續新增。
程式設計課程內容,包含C#/HTML/WEBFORM 陸續增加中以及家教班的資訊都在這
最新文章
保姆圈圈很小

2024循理會兒童詩歌觀摩會@莒光循理會
Better Search Replace執行失敗問題
Views: 1
如果你網站資料量很多,
換網址後使用Beter Search Replace更換網址,
蠻容易失敗的。
後來試了一下,
可以透過拉高php的執行記憶體,
我設定為1024MB,就可以成功了。
Windows環境WordPress安裝Redis
Views: 0
我架設在Windows下
大致上作法是
WordPress Plugin
Server
Server上裝 Redis For Windows
https://github.com/tporadowski/redis/releases/tag/v5.0.14.1
Php Windows
PHP裝 PHP Redis Windows版
https://pecl.php.net/package/redis/6.0.2/windows
解壓後拷貝php_redis.dll
跟php_redis.pdo
到php的ext資料夾
然後在PHP.ini加入
extension=php_redis.dll
重啟站台 收工。