• dede 隔三行换色

    隔三行换色,第一行是一个样式,后两行是一个样式,实现如下:   <!--头条开始--> <div> <ul> {dede:arclist titlelen='26' row='9'} [field:global runphp='yes' name=autoindex  ] $a="<li class='a'>"; $b="<li class='b'>"; if ((@me%3)==0) @me=$a; else @me=$b; [/field:global] <a href="[field:arcurl/]">[field:title/]...
    作者:admin | 发布:
    Warning: Use of undefined constant Y年n月d日 - assumed 'Y年n月d日' (this will throw an Error in a future version of PHP) in /www/wwwroot/blog.wmphp.com/wp-content/themes/wmphp/index.php on line 19
    2014年7月27日 | 分类:DedeCMS技巧 | 阅读:1,704次 |
  • 百度ueditor1.4.3 整合到DedeCMS-V5.7SP1

    先上图: 织梦整合Ueditor的主要步骤 下载最新版的Ueditor 1.4.3(根据你的织梦编码选择下载utf-8还是gbk的) 把Ueditor解压,放到织梦目录中 修改织梦文件,以便织梦后台能正常加载Ueditor编辑器 配置Ueditor 解决Ueditor图片上传及管理等路径错误 初识Ueditor UEditor是由百度web前端研发部开发所见即所得富文本web编辑器,也常称为“百度编辑器”。与其它编辑器相比,Uedi...
    作者:admin | 发布:
    Warning: Use of undefined constant Y年n月d日 - assumed 'Y年n月d日' (this will throw an Error in a future version of PHP) in /www/wwwroot/blog.wmphp.com/wp-content/themes/wmphp/index.php on line 19
    2014年7月17日 | 分类:DedeCMS技巧 | 阅读:27,735次 |
  • 软件版本说明

    Alpha:是内部测试版,一般不向外部发布,会有很多Bug.一般只有测试人员使用。 Beta:也是测试版,这个阶段的版本会一直加入新的功能。在Alpha版之后推出。 RC:(Release Candidate) 顾名思义么 ! 用在软件上就是候选版本。系统平台上就是发行候选版本。RC版不会再加入新的功能了,主要着重于除错。 GA:General Availability,正式发布的版本,在国外都是用GA来说明release版...
    作者:admin | 发布:
    Warning: Use of undefined constant Y年n月d日 - assumed 'Y年n月d日' (this will throw an Error in a future version of PHP) in /www/wwwroot/blog.wmphp.com/wp-content/themes/wmphp/index.php on line 19
    2014年7月16日 | 分类:技术文章 | 阅读:1,394次 |
  • 一行代码解决IE兼容问题

    <meta http-equiv="X-UA-Compatible" content="IE=EmulateIE7" /> 强制IE浏览器使用IE7内核。
    作者:admin | 发布:
    Warning: Use of undefined constant Y年n月d日 - assumed 'Y年n月d日' (this will throw an Error in a future version of PHP) in /www/wwwroot/blog.wmphp.com/wp-content/themes/wmphp/index.php on line 19
    2014年7月12日 | 分类:浏览器 | 阅读:1,673次 |
  • wdcp工具集

    虽然个人觉得wdcp已经不错了,但由于系统,环境,基础等各种原因,还是会有些这样或那样的问题为了新手能更好的处理解决这些问题,在wdcp2.2开始,提供了些常见问题的修复检查工具,以便能更好的使用强制修改mysql的root密码,在忘记mysql密码时有用sh /www/wdlinux/tools/mysql_root_chg.shftp配置文件检查,在FTP不能连接或登录时有用sh /www/wdlinux/tools/pureftp_conf_...
    作者:admin | 发布:
    Warning: Use of undefined constant Y年n月d日 - assumed 'Y年n月d日' (this will throw an Error in a future version of PHP) in /www/wwwroot/blog.wmphp.com/wp-content/themes/wmphp/index.php on line 19
    2014年6月27日 | 分类:Linux | 阅读:1,330次 |
  • js选项卡

    方法一: <li id="tab1" onClick="show(1)" style="background-color:green">选项1</li> <li id="tab2" onClick="show(2)">选项2</li> <p id="p1">选项卡1的内容。。。</p> <p id="p2" style="display:none">选项卡2的内容。。。</p> <script> function show(n){ for(var i=1;i<=2;i++){ //先把所有的选项卡背景...
    作者:admin | 发布:
    Warning: Use of undefined constant Y年n月d日 - assumed 'Y年n月d日' (this will throw an Error in a future version of PHP) in /www/wwwroot/blog.wmphp.com/wp-content/themes/wmphp/index.php on line 19
    2014年6月09日 | 分类:Javascript | 阅读:1,884次 |
  • CSS中强大的EM

    使用CSS也好久了,但一直都是在使用“px”来设置Web元素的相关属性,未敢使用“em”。主要原因是,对其并不什么了解,只知道一点概念性的东西,前段时间在项目中要求使用“em”作为单位设置元素,所以从头对“em”学习了一回。稍为有一点理解,今天特意整理了一份博文与大家一起分享,希望对童子们有些许的帮助。 这篇教程将引导大家如何使用“em”来创建一个基本的弹性布局,从而...
    作者:admin | 发布:
    Warning: Use of undefined constant Y年n月d日 - assumed 'Y年n月d日' (this will throw an Error in a future version of PHP) in /www/wwwroot/blog.wmphp.com/wp-content/themes/wmphp/index.php on line 19
    2014年6月07日 | 分类:CSS | 阅读:1,608次 |
  • dede 手动插入数据库文章

    方法很简单,主要是三个表,dede_addonarticle,dede_archives,dede_arctiny, DEDE主要表结构: 表名:dede_archives (ENGINE=MyISAM/CHARSET=gbk) 说明:文档主表   字段名 说明描述 具体参数 typeid2 副栏目ID varchar(90) NOT NULL default '0' , dutyadmin 负责审核管理员的ID mediumint(8) unsigned NOT NULL default '0' , lastpost 最后回...
    作者:admin | 发布:
    Warning: Use of undefined constant Y年n月d日 - assumed 'Y年n月d日' (this will throw an Error in a future version of PHP) in /www/wwwroot/blog.wmphp.com/wp-content/themes/wmphp/index.php on line 19
    2014年6月06日 | 分类:DedeCMS技巧 | 阅读:5,585次 |
  • dedecms伪静态自动生成插件

    大家都知道的,这个织梦对于不懂那些客户来讲,很难操作,而且每次还得生成,但是搞个伪静态,就不需要啦~ 我今天弄了个dedecms伪静态自动生成插件,大家免费下载吧~求顶~ 5.7的,5.6应该支持的!GBK和UTF都有! 使用方法: 一、后台系统→系统基本参数→核心设置→是否使用伪静态(选择是)。 二、点击下面按钮生成伪静态规则。规则和静态目录设置一致。 dedecms伪静态生成插...
    作者:admin | 发布:
    Warning: Use of undefined constant Y年n月d日 - assumed 'Y年n月d日' (this will throw an Error in a future version of PHP) in /www/wwwroot/blog.wmphp.com/wp-content/themes/wmphp/index.php on line 19
    2014年6月03日 | 分类:DedeCMS技巧 | 阅读:1,875次 | 标签:
  • dede5.7织梦后台广告插件增加图片上传功能

    dede织梦默认的广告插件不错,但是美中不足的是图片部分没法直接上传图片,只能够用ftp上传到程序后再写上地址用。不管是我们自己使用还是给客户做的网站使用都很不方便,这里郑州网站建设公司千松网络科技跟大家分享下给dede织梦广告插件增加图片上传功能的方法。   广告图片上传功能效果图 总共需要修改四个文件。 一、打开文件/dede/ad_add.php文件,找到代码: $...
    作者:admin | 发布:
    Warning: Use of undefined constant Y年n月d日 - assumed 'Y年n月d日' (this will throw an Error in a future version of PHP) in /www/wwwroot/blog.wmphp.com/wp-content/themes/wmphp/index.php on line 19
    2014年6月03日 | 分类:DedeCMS技巧 | 阅读:2,038次 |
  • dede5.7 增加栏目图片

    用织梦程序做网站,有时候因为功能需求,我们要为网站的栏目页添加缩略图功能,而dedecms又没自带这个功能,那么就需要我们来修改程序了。 这里有一个栏目添加缩略图的方法,供大家参考。 涉及到文件如下(注意备份): dede/catalog_add.php dede/catalog_edit.php dede/templets/catalog_add.htm dede/templets/catalog_edit.htm 打开文件夹templets这个目录,在里面新建...
    作者:admin | 发布:
    Warning: Use of undefined constant Y年n月d日 - assumed 'Y年n月d日' (this will throw an Error in a future version of PHP) in /www/wwwroot/blog.wmphp.com/wp-content/themes/wmphp/index.php on line 19
    2014年6月03日 | 分类:DedeCMS技巧 | 阅读:1,560次 |