会员
周边
众包
新闻
博问
闪存
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
小鬼PSer
职业修图,企业站制作。
http://xiaoguicms.cn
QQ 1805843351
博客园
首页
新随笔
联系
订阅
管理
2022年4月2日
专治系统基本参数空白
摘要: 还原dede_sysconfig 系统-SQL命令行工具,执行如下sql 1 delete table dede_sysconfig; 2 3 CREATE TABLE IF NOT EXISTS `dede_sysconfig` ( 4 5 `aid` smallint(8) unsigned N
阅读全文
posted @ 2022-04-02 21:55 小鬼PSer
阅读(282)
评论(0)
推荐(0)
2021年12月8日
php 判断时间是否超过
摘要: $str="2014-10-11"; echo "".strtotime($str); echo "<br/>"; echo "".time('Y-m-d'); echo "<br/>"; if(strtotime($str)>time('Y-m-d')){ echo "未过期"; }else{ e
阅读全文
posted @ 2021-12-08 00:35 小鬼PSer
阅读(479)
评论(1)
推荐(0)
2021年9月22日
css 图片/元素旋转代码
摘要: <span style="font-size:18px;"><!DOCTYPE html> <html lang="zh-cn"> <head> <style> @keyframes wml { from { transform:rotate(0); -ms-transform:rotate(0);
阅读全文
posted @ 2021-09-22 21:04 小鬼PSer
阅读(271)
评论(0)
推荐(0)
2021年7月10日
织梦搜索
摘要: 手机端:首先打开php文件plus/search.php重命名一个plus/search_m.php代码一样 然后打开php文件include/arc.searchview.class.php重命名include/arc.searchview.classm.php代码一样。 后面就是修改一下php文
阅读全文
posted @ 2021-07-10 23:25 小鬼PSer
阅读(41)
评论(0)
推荐(0)
织梦搜索结果为空时输出自定义提示信息
摘要: search.htm 搜索结果模板文件 分页标签 {dede:pagelist listsize=4} 改成 {dede:pagelist listsize=4 runphp=yes} @me = (strpos(@me,'0条') ? "<p style='color:#f00;'>没有相关记录<
阅读全文
posted @ 2021-07-10 22:03 小鬼PSer
阅读(70)
评论(0)
推荐(0)
2021年1月18日
DedeCMS:CSRFTokenCheckFailed
摘要: 打开 dede/file_manage_view.php 找到 $path_parts = pathinfo($filename); 大约处于121行 在它下面一行加入 $GLOBALS['token'] = make_hash();
阅读全文
posted @ 2021-01-18 21:13 小鬼PSer
阅读(190)
评论(0)
推荐(0)
2020年12月30日
js判断是否是百度手机浏览器访问
摘要: var sUserAgent = navigator.userAgent.toLowerCase(); if(sUserAgent.indexOf(“baidu”) > 0) { alert(“百度浏览器”); }
阅读全文
posted @ 2020-12-30 21:32 小鬼PSer
阅读(576)
评论(0)
推荐(0)
2020年11月9日
修改织梦自定义表单留言条数
摘要: plus/guestbook.php else { setcookie('GUEST_BOOK_POS',GetCurUrl(),time()+3600,'/'); if($g_isadmin) $sql = 'select * from ` dede_guestbook` order by id
阅读全文
posted @ 2020-11-09 21:18 小鬼PSer
阅读(241)
评论(0)
推荐(0)
2020年10月10日
织梦自定义表单横排显示
摘要: 1、找到后台自定义表单的模板,dede/templets/diy_list.htm2、首先把代码 1 <table width="98%" border="0" cellpadding="1" cellspacing="1" align="center" class="tbtitle" style=
阅读全文
posted @ 2020-10-10 14:50 小鬼PSer
阅读(277)
评论(0)
推荐(0)
2020年7月29日
a标签全部打开新窗口
摘要: <base target="_blank">
阅读全文
posted @ 2020-07-29 19:39 小鬼PSer
阅读(404)
评论(0)
推荐(0)
下一页
公告