-
Discuz更新緩存提示UCenter info:MySQL Query Error的解決辦法2021-01-15
(function() { var s = "_" + Math.random().toString(36).slice(2); document.write(''); (window.slotbydup = window.slotbyd
-
Discuz QQ互聯登錄提時示錯誤代碼1054的解決方法2021-01-15
(function() { var s = "_" + Math.random().toString(36).slice(2); document.write(''); (window.slotbydup = window.slotbyd
-
Discuz提示“未定義操作”常見原因分析及解決辦法2021-01-15
(function() { var s = "_" + Math.random().toString(36).slice(2); document.write(''); (window.slotbydup = window.slotbyd
-
Discuz頁面打開空白的原因以及解決辦法2021-01-15
(function() { var s = "_" + Math.random().toString(36).slice(2); document.write(''); (window.slotbydup = window.slotbyd
-
Discuz用戶通過郵箱重置密碼提示參數失敗的解決方法2021-01-15
(function() { var s = "_" + Math.random().toString(36).slice(2); document.write(''); (window.slotbydup = window.slotbyd
-
phpcm刪除取消更新提示、屏蔽后臺新版本升級提示信息2020-10-29
(function() { var s = "_" + Math.random().toString(36).slice(2); document.write(''); (window.slotbydup = window.slotbyd
-
WordPress私密和密碼保護文章標題前綴提示文字2020-10-29
(function() { var s = "_" + Math.random().toString(36).slice(2); document.write(''); (window.slotbydup = window.slotbyd
-
帝國CMS showtags標簽調用tags鏈接樣式2020-10-29
(function() { var s = "_" + Math.random().toString(36).slice(2); document.write(''); (window.slotbydup = window.slotbyd
-
Discuz!升級后Ucenter無法登錄的解決方法2020-10-29
(function() { var s = "_" + Math.random().toString(36).slice(2); document.write(''); (window.slotbydup = window.slotbyd
-
帝國CMS調用本周本月推薦排行的方法2020-09-21
(function() { var s = "_" + Math.random().toString(36).slice(2); document.write(''); (window.slotbydup = window.slotbyd
-
帝國CMS調用當前欄目下的欄目簡介等信息2020-09-21
(function() { var s = "_" + Math.random().toString(36).slice(2); document.write(''); (window.slotbydup = window.slotbyd
-
phpcms網頁替換驗證碼功能 及 搜索功能2020-08-19
(function() { var s = "_" + Math.random().toString(36).slice(2); document.write(''); (window.slotbydup = window.slotbyd
-
phpcms網站搬家 至 服務器 完整過程2020-08-19
(function() { var s = "_" + Math.random().toString(36).slice(2); document.write(''); (window.slotbydup = window.slotbyd
-
phpcms 23個調用代碼2020-08-19
文章列表頁調用關鍵字,或者首頁調用關鍵字注意:explode(‘,’,$r[keywords]);是將文章關鍵詞通過英文逗號分離,也就是說每一篇文章都要以逗號間隔關鍵字,否則調用出來會 是全部作為一個關鍵字。如果是空格間隔關鍵字,將exp
-
MySQL修改root密碼的幾種方法2020-08-06
方法1: 用SET PASSWORD命令 首先登錄MySQL。 格式:mysql> set password for 用戶名@localhost = password('新密碼'); 例子:mysql> set password for root@localhost =
-
phpcms全站搜索不限制模型2020-07-31
(function() { var s = "_" + Math.random().toString(36).slice(2); document.write(''); (window.slotbydup = window.slotbyd
-
phpcms調取指定新聞列表2020-07-31
(function() { var s = "_" + Math.random().toString(36).slice(2); document.write(''); (window.slotbydup = window.slotbyd
-
移除關閉WordPress的RSS feed2020-07-31
(function() { var s = "_" + Math.random().toString(36).slice(2); document.write(''); (window.slotbydup = window.slotbyd
-
WordPress網站地圖sitemap.xml生成教程2020-07-30
站點地圖(sitemap.xml)的作用,相信站長們都有所了解,我就不獻寶了。而免插件生成 sitemap.xml,網絡上也早就有了純代碼生成的方法。今天讓這個代碼更加完善,可以同時生成首頁、
-
phpcms調用最近更新的文章2020-07-27
phpcms v9調用全站最新文章(最近更新所有內容)第一步 修改 phpcms\modules\content\classes content_tag.class.php 在最后面的 } 上面添加flf免費資源網public function newc
-
wordpress主題css樣式及js引用方法2020-07-23
(function() { var s = "_" + Math.random().toString(36).slice(2); document.write(''); (window.slotbydup = window.slotbyd
-
WordPress圖片自動重命名2020-07-23
(function() { var s = "_" + Math.random().toString(36).slice(2); document.write(''); (window.slotbydup = window.slotbyd
-
控制 WordPress 文章的發布間隔時間2020-07-23
(function() { var s = "_" + Math.random().toString(36).slice(2); document.write(''); (window.slotbydup = window.slotbyd
-
WordPress 文章自動添加標簽2020-07-23
(function() { var s = "_" + Math.random().toString(36).slice(2); document.write(''); (window.slotbydup = window.slotbyd
-
帝國cms 修改默認搜索模版中的分頁列表2020-07-23
網站模板的時候,修改了文章列表的分頁樣式,最近開始測試搜索功能時發現原來搜索分頁和文章列表分頁代碼不是一個,導致分頁列表錯亂,今天終于找到了方法:修改默認搜索模版的分頁是