博客首页
注册
建议与交流
排行榜
加入友情链接
推荐
投诉
搜索:
帮助
九月枫叶
人生有如枫叶在秋风里也能红的灿烂Unix is simple. It just takes a genius to understand its simplicity
w3g8.cublog.cn
管理博客
发表文章
留言
收藏夹
· 数据库
· 网络安全
· 友情链接
· php
· unix
· www
· 操作系统
· 程序设计
博客圈
音乐
相册
文章
· BSD
}
· Temp
· C/C++
· 网站推广技巧
· liunx
· php
· Windows
· 程序设计
· 网管技术
· 数据库
· 网页制作
}
· dedecms
· WEB设计、DIV+CSS入门
· 个人日记
· 综合交流
· 规范标准
首页
关于作者
姓名:***** 职业:计算机网络 年龄:25 位置:山西★运城 个性介绍:人生有如枫叶在秋风里也能红的灿烂。工具,而不是策略。
||
<<
>>
||
我的分类
文章列表 - dedecms
使用dedecms的utf-8改版中的一些问题及自行解决办法
<DIV><SPAN class=tpc_content><FONT size=2>4月8日在</FONT><A href="http://www.utf8cms.cn/" target=_blank><FONT color=#0000ff size=2>http://www.utf8cms.cn/</FONT></A><FONT size=2>下载了dedecms4的UTF8改版……
查看全文
发表于:2007-04-22 ┆
阅读(2434)
┆
评论(2)
dedeCMS 3.1L 自定义模型step by step
<DIV><SPAN class=tpc_content><FONT size=2>知道dedeCMS有一年多的时间了,但真正用于研究它的时间半个月不到,在这过程中,更多的时间花在设计DIV格式模板上。<BR>说这话并不是摆显自己,只是说出自己学习dedeCMS的……
查看全文
发表于:2007-04-22 ┆
阅读(1917)
┆
评论(1)
[小功能]删除文章时删除缩图和内容中大图
<DIV><FONT size=2>打开dede/inc/inc_batchup.php</FONT><BR></DIV> <TABLE style="BORDER-COLLAPSE: collapse" borderColor=#999999 cellSpacing=0 cellPadding=0 width="95%" bgColor=#f1f1f1 border=1> <TBODY> <TR> <TD> <P style="MARGIN: 5px; LINE-HEIGHT: 150%"><CODE><SPAN style="COLOR: #000000">找到<SPAN style="COLOR: #ff00ff">"//删除数据库的内容"</SPAN><BR>在这前面加上<BR><BR> <SPAN style="COLOR: #0000cc">/</SPAN><SPAN style="COLOR: #0000cc">/</SPAN>删除缩略图<BR> if<SPAN style="COLOR: #0000cc">(</SPAN><SPAN style="COLOR: #0000cc">$</SPAN>arcRow<SPAN style="COLOR: #0000cc">[</SPAN><SPAN style="COLOR: #ff00ff">'litpic'</SPAN><SPAN style="COLOR: #0000cc">]</SPAN><SPAN style="COLOR: #0000cc">!</SPAN><SPAN style="COLOR: #0000cc">=</SPAN><SPAN style="COLOR: #ff00ff">""</SPAN><SPAN style="COLOR: #0000cc">)</SPAN><SPAN style="COLOR: #0000cc">{</SPAN><BR> $dsql<SPAN style="COLOR: #0000cc">-</SPAN><SPAN style="COLOR: #0000cc">></SPAN>ExecuteNoneQuery<SPAN style="COLOR: #0000cc">(</SPAN><SPAN style="COLOR: #ff00ff">"Delete From #@__uploads where url='$arcRow[litpic]'"</SPAN><SPAN style="COLOR: #0000cc">)</SPAN><SPAN style="COLOR: #0000cc">;</SPAN><BR> $truedir <SPAN style="COLOR: #0000cc">=</SPAN> GetTruePath<SPAN style="COLOR: #0000cc">(</SPAN><SPAN style="COLOR: #0000cc">$</SPAN>arcRow<SPAN style="COLOR: #0000cc">[</SPAN><SPAN style="COLOR: #ff00ff">'siterefer'</SPAN><SPAN style="COLOR: #0000cc">]</SPAN><SPAN style="COLOR: #0000cc">,</SPAN><SPAN style="COLOR: #0000cc">$</SPAN>arcRow<SPAN style="COLOR: #0000cc">[</SPAN><SPAN style="COLOR: #ff00ff">'sitepath'</SPAN><SPAN style="COLOR: #0000cc">]</SPAN><SPAN style="COLOR: #0000cc">)</SPAN><SPAN style="COLOR: #0000cc">;</SPAN><BR> $litpicfile <SPAN style="COLOR: #0000cc">=</SPAN> $truedir<SPAN style="COLOR: #0000cc">.</SPAN><SPAN style="COLOR: #0000cc">$</SPAN>arcRow<SPAN style="COLOR: #0000cc">[</SPAN><SPAN style="COLOR: #ff00ff">'litpic'</SPAN><SPAN style="COLOR: #0000cc">]</SPAN><SPAN style="COLOR: #0000cc">;</SPAN><BR> <SPAN style="COLOR: #0000cc">@</SPAN>unlink<SPAN style="COLOR: #0000cc">(</SPAN><SPAN style="COLOR: #0000cc">$</SPAN>litpicfile<SPAN style="COLOR: #0000cc">)</SPAN><SPAN style="COLOR: #0000cc">;</SPAN><BR> <SPAN style="COLOR: #0000cc">}</SPAN><BR> <SPAN style="COLOR: #0000cc">/</SPAN><SPAN style="COLOR: #0000cc">/</SPAN>删除大图<BR> $arcbodyQuery <SPAN style="COLOR: #0000cc">=</SPAN> <SPAN style="COLOR: #ff00ff">"Select * from "</SPAN><SPAN style="COLOR: #0000cc">.</SPAN><SPAN style="COLOR: #0000cc">$</SPAN>arcRow<SPAN style="COLOR: #0000cc">[</SPAN><SPAN style="COLOR: #ff00ff">'addtable'</SPAN><SPAN style="COLOR: #0000cc">]</SPAN><SPAN style="COLOR: #0000cc">.</SPAN><SPAN style="COLOR: #ff00ff">" where aid='$aid'"</SPAN><SPAN style="COLOR: #0000cc">;</SPAN><BR> $arcbodyRow <SPAN style="COLOR: #0000cc">=</SPAN> $dsql<SPAN style="COLOR: #0000cc">-</SPAN><SPAN style="COLOR: #0000cc">></SPAN>GetOne<SPAN style="COLOR: #0000cc">(</SPAN><SPAN style="COLOR: #0000cc">$</SPAN>arcbodyQuery<SPAN style="COLOR: #0000cc">)</SPAN><SPAN style="COLOR: #0000cc">;</SPAN><BR> $imgsrcarray<SPAN style="COLOR: #0000cc">=</SPAN>GetImageSrc<SPAN style="COLOR: #0000cc">(</SPAN><SPAN style="COLOR: #0000cc">$</SPAN>arcbodyRow<SPAN style="COLOR: #0000cc">[</SPAN><SPAN style="COLOR: #ff00ff">'body'</SPAN><SPAN style="COLOR: #0000cc">]</SPAN><SPAN style="COLOR: #0000cc">)</SPAN><SPAN style="COLOR: #0000cc">;</SPAN><BR> foreach <SPAN style="COLOR: #0000cc">(</SPAN><SPAN style="COLOR: #0000cc">$</SPAN>imgsrcarray as $v<SPAN style="COLOR: #0000cc">)</SPAN> <SPAN style="COLOR: #0000cc">{</SPAN><BR> if<SPAN style="COLOR: #0000cc">(</SPAN><SPAN style="COLOR: #0000cc">(</SPAN>trim<SPAN style="COLOR: #0000cc">(</SPAN><SPAN style="COLOR: #0000cc">$</SPAN>v<SPAN style="COLOR: #0000cc">)</SPAN><SPAN style="COLOR: #0000cc">!</SPAN><SPAN style="COLOR: #0000cc">=</SPAN><SPAN style="COLOR: #ff00ff">""</SPAN><SPAN style="COLOR: #0000cc">)</SPAN><SPAN style="COLOR: #0000cc">&</SPAN><SPAN style="COLOR: #0000cc">&</SPAN><SPAN style="COLOR: #0000cc">(</SPAN><SPAN style="COLOR: #0000cc">!</SPAN>eregi<SPAN style="COLOR: #0000cc">(</SPAN><SPAN style="COLOR: #ff00ff">"^http://"</SPAN><SPAN style="COLOR: #0000cc">,</SPAN><SPAN style="COLOR: #0000cc">$</SPAN>v<SPAN style="COLOR: #0000cc">)</SPAN><SPAN style="COLOR: #0000cc">)</SPAN><SPAN style="COLOR: #0000cc">)</SPAN><SPAN style="COLOR: #0000cc">{</SPAN><BR> $dsql<SPAN style="COLOR: #0000cc">-</SPAN><SPAN style="COLOR: #0000cc">></SPAN>ExecuteNoneQuery<SPAN style="COLOR: #0000cc">(</SPAN><SPAN style="COLOR: #ff00ff">"Delete From #@__uploads where url='$v'"</SPAN><SPAN style="COLOR: #0000cc">)</SPAN><SPAN style="COLOR: #0000cc">;</SPAN><BR> $picfile <SPAN style="COLOR: #0000cc">=</SPAN> $truedir<SPAN style="COLOR: #0000cc">.</SPAN><SPAN style="COLOR: #0000cc">$</SPAN>v<SPAN style="COLOR: #0000cc">;</SPAN><BR> <SPAN style="COLOR: #0000cc">@</SPAN>unlink<SPAN style="COLOR: #0000cc">(</SPAN><SPAN style="COLOR: #0000cc">$</SPAN>picfile<SPAN style="COLOR: #0000cc">)</SPAN><SPAN style="COLOR: #0000cc">;</SPAN><BR> <SPAN style="COLOR: #0000cc">}</SPAN><BR> <SPAN style="COLOR: #0000cc">}</SPAN><BR><BR> <SPAN style="COLOR: #0000cc">/</SPAN><SPAN style="COLOR: #0000cc">/</SPAN>删除数据库的内容<BR><BR><BR>第二处<SPAN style="COLOR: #0000cc">:</SPAN><BR>找到<BR> <SPAN style="COLOR: #0000ff">Select</SPAN> <SPAN style="COLOR: #0000cc">#</SPAN><SPAN style="COLOR: #0000cc">@</SPAN>__archives<SPAN style="COLOR: #0000cc">.</SPAN><SPAN style="COLOR: #ff0000">ID</SPAN><SPAN style="COLOR: #0000cc">,</SPAN><SPAN style="COLOR: #0000cc">#</SPAN><SPAN style="COLOR: #0000cc">@</SPAN>__archives<SPAN style="COLOR: #0000cc">.</SPAN><SPAN style="COLOR: #0000ff">title</SPAN><SPAN style="COLOR: #0000cc">,</SPAN><SPAN style="COLOR: #0000cc">#</SPAN><SPAN style="COLOR: #0000cc">@</SPAN>__archives<SPAN style="COLOR: #0000cc">.</SPAN>typeid<BR>改为<SPAN style="COLOR: #0000cc">:</SPAN> <BR> <SPAN style="COLOR: #0000ff">Select</SPAN> <SPAN style="COLOR: #0000cc">#</SPAN><SPAN style="COLOR: #0000cc">@</SPAN>__archives<SPAN style="COLOR: #0000cc">.</SPAN><SPAN style="COLOR: #ff0000">ID</SPAN><SPAN style="COLOR: #0000cc">,</SPAN><SPAN style="COLOR: #0000cc">#</SPAN><SPAN style="COLOR: #0000cc">@</SPAN>__archives<SPAN style="COLOR: #0000cc">.</SPAN><SPAN style="COLOR: #0000ff">title</SPAN><SPAN style="COLOR: #0000cc">,</SPAN><SPAN style="COLOR: #0000cc">#</SPAN><SPAN style="COLOR: #0000cc">@</SPAN>__archives<SPAN style="COLOR: #0000cc">.</SPAN>typeid<SPAN style="COLOR: #0000cc">,</SPAN><SPAN style="COLOR: #0000cc">#</SPAN><SPAN style="COLOR: #0000cc">@</SPAN>__archives<SPAN style="COLOR: #0000cc">.</SPAN>litpic<BR><BR><BR>第三处<SPAN style="COLOR: #0000cc">:</SPAN><BR>在文件最后加上一函数<BR><SPAN style="COLOR: #0000cc">/</SPAN><SPAN style="COLOR: #0000cc">/</SPAN>获得内容中的图像地址<BR>function GetImageSrc<SPAN style="COLOR: #0000cc">(</SPAN><SPAN style="COLOR: #0000cc">$</SPAN><SPAN style="COLOR: #0000ff">body</SPAN><SPAN style="COLOR: #0000cc">)</SPAN><SPAN style="COLOR: #0000cc">{</SPAN><BR> if<SPAN style="COLOR: #0000cc">(</SPAN> <SPAN style="COLOR: #0000cc">!</SPAN>isset<SPAN style="COLOR: #0000cc">(</SPAN><SPAN style="COLOR: #0000cc">$</SPAN><SPAN style="COLOR: #0000ff">body</SPAN><SPAN style="COLOR: #0000cc">)</SPAN><SPAN style="COLOR: #0000cc">)</SPAN> return <SPAN style="COLOR: #ff00ff">''</SPAN><SPAN style="COLOR: #0000cc">;</SPAN><BR> else<SPAN style="COLOR: #0000cc">{</SPAN><BR> preg_match_all <SPAN style="COLOR: #0000cc">(</SPAN><SPAN style="COLOR: #ff00ff">"/<(img|IMG)(.*)(src|SRC)=[\"|'|]{0,}([h|\/].*(jpg|JPG|gif|GIF))[\"|'|\s]{0,}/isU"</SPAN>%
查看全文
发表于:2007-04-22 ┆
阅读(1606)
┆
评论(0)
[小功能]删除文章时删除缩图和内容中大图
<DIV><FONT size=2>打开dede/inc/inc_batchup.php</FONT><BR></DIV> <TABLE style="BORDER-COLLAPSE: collapse" borderColor=#999999 cellSpacing=0 cellPadding=0 width="95%" bgColor=#f1f1f1 border=1> <TBODY>……
查看全文
发表于:2007-04-22 ┆
阅读(1511)
┆
评论(0)
Dedecms4.0RC1整合phpwind 5.3完全攻略
<DIV><SPAN class=tpc_content id=a_ajax_15512><FONT size=2>看到还有很多同学和我一样,说配置不成功,经测试及同学们的指点,我整合成功了,以下是配置过程,供大家参考<BR><BR>演示:</FONT><A href="http://www……
查看全文
发表于:2007-03-05 ┆
阅读(842)
┆
评论(1)
第一财经财经动向采集规则分享
<DIV></DIV> <DIV><SPAN class=tpc_content><FONT size=2>{dede:comments}<BR>{!-- 采集列表获取规则 --}<BR>{/dede:comments}<BR><BR>{dede:list source='single' sourcetype='list' <BR> varstart='' varend=''} <BR>{dede:url value='</FONT><A href="http://www.china-cbn.com/news/NewsList.aspx?NewsListType=1&NewsChannelId=000002" target=_blank><FONT color=#0000ff size=2>http://www.china-cbn.com/news/NewsList.aspx?NewsListType=1&NewsChannelId=000002</FONT></A><FONT size……
查看全文
发表于:2006-09-20 ┆
阅读(860)
┆
评论(0)
发布一个调试代码,希望对调试,跟踪dedecms系统里面的变量,参数有帮助
<DIV><SPAN class=tpc_content><FONT size=2>//调试,跟踪代码<BR>$arctlist = '要测试的变量';//根据实际需要改变<BR>$text = fopen('c:\1.txt','a'); // c:\1.tx:写入1.txt文件里面<BR>fwrite($text,$arctlist);<BR>fclose($text);</FONT></SPAN></DIV> <DIV><SPAN class=tpc_content><FONT size=2></FONT></SPAN> </DIV> <DIV><SPAN class=tpc_content><FONT size=2></FONT></SPAN> </DIV> <DIV><SPAN class=tpc_content> <TABLE style="TABLE-LAYOUT: fixed; WORD-WRAP: break-word" height="100%" cellSpacing=0 cell……
查看全文
发表于:2006-09-20 ┆
阅读(660)
┆
评论(0)
解决两个标题之间的空格问题
<DIV><SPAN class=tpc_content><FONT size=2>解决两个标题之间的空格问题<BR><BR>问题: 想在一行显示多个标题,比如两个或者三个,标题之间不需要空格,但是dedecms默认的一行显示的标题间有空格<BR>修改./include/inc_arcpart_view.php<BR>行:454 <BR>$artlist .= $this->dtp2->GetResult()."\r\n";<BR>去掉\r\n,<BR>然后在测试,之间空格没有<BR>不过总觉的这种方法不好,会影响到其他场合下的调用。</FONT></SPAN></DIV> <DIV><SPAN class=tpc_content><FONT size=2></FONT></SPAN> </DIV> <DIV><SPAN class=tpc_conten……
查看全文
发表于:2006-09-20 ┆
阅读(1115)
┆
评论(0)
DEDECMSV3 文件代码流程功能分析(3),希望有助于dedecms整合,扩展
<DIV><SPAN class=tpc_content><FONT size=2>dede很多时候用#@__后面加表,好处是,大家可以安装时,定义自己的表的前缀,这样安全性提高了,<BR>那么,#@__,dede是怎么处理的,很容易想到,在mysql类库处理里面替换#@__为表的前缀,<BR>关于#@__替换过程:<BR>首先找到的是./include/pub_db_mysql.php<BR>行252 有<BR>function SetQuery($sql){}<BR>处理这个这个替换过程<BR>具体的处理看:<BR></FONT><FONT color=green><BR><FONT size=2>256行有:$prefix="#@__";<BR>262行有:$np = strlen($prefix);<BR>263行有:$restr = '';<BR>267行……
查看全文
发表于:2006-09-20 ┆
阅读(753)
┆
评论(0)
DEDECMSV3 文件代码流程功能分析(1),希望有助于dedecms整合,扩展
<DIV><SPAN class=tpc_content><FONT size=2>目录介绍:<BR>./dede dede后台<BR>./html 生成栏目对应的文件<BR>./include 类库,配置文件,词库<BR>./member 会员功能<BR>./plus 插件(留言簿,投票。。)<BR>./setup 安装程序目录<BR>./special 专题生成目录<BR>./templets 网站模板目录<BR>./upimg ……
查看全文
发表于:2006-09-20 ┆
阅读(789)
┆
评论(0)
让field:title 标题突破30这个长度,修改代码的方法
<DIV><SPAN class=tpc_content><FONT size=2>找到./include/inc_arcpart_view.php<BR>行291 :<BR>if($titlelen=="") $titlelen = 30;<BR>修改为<BR>if($titlelen=="") $titlelen = 60;<BR><BR>就可以了,然后,你可以这样调用了<BR> {dede:channelArtlist typeid='0' col=1 tablewidth='100%'}<BR> {dede:arclist row="10"}<BR> [field:title function="cn_substr('@me……
查看全文
发表于:2006-09-20 ┆
阅读(876)
┆
评论(0)
汽车网模板制作图文教程(五) 首页模板整体分析
<DIV><SPAN class=tpc_content><FONT size=2>打开 </FONT><A href="http://www.qcar.cn/" target=_blank><FONT color=#0000ff size=2>http://www.qcar.cn/</FONT></A><BR><BR><FONT size=2>步骤一:<BR><BR>1.先是导航条里面显示后台建立的栏目(导航条显示栏目名称和连接到该栏目页面)<BR>2.右一是图片滚动新闻 (一共三个图片互相交替出现,显示后台发布的的图片,点连接进入该图片页面)<BR>3.中间是最新的主题了<BR>4.右边是baidu广告<BR>5.接下来是论坛调用<BR>6.靠边的是中原车市栏目里的最新主题<BR>#图1<BR><BR><B>1首页版面布局分……
查看全文
发表于:2006-09-20 ┆
阅读(783)
┆
评论(0)
汽车网模板制作图文教程 (四)
<DIV><SPAN class=tpc_content><FONT size=2>步骤一:<BR>1.打开</FONT><A href="http://www.qcar.cn/auto/22/5340.html" target=_blank><FONT color=#0000ff size=2>http://www.qcar.cn/auto/22/5340.html</FONT></A><FONT size=2>看详细网页页面<BR>#图1<BR><BR><B>1打开详细页面模板</B><BR><IMG onclick="if(this.width>=700) window.open('http://bbs.dedecms.com/attachment/15_570_e7e75f730d210e5.jpg');" src="http://bbs.dedecms.com/attachment/15_570_e7e75f730d210e5.jpg" width=700 onload="if(this.width>'700')this.width=……
查看全文
发表于:2006-09-20 ┆
阅读(815)
┆
评论(0)
汽车网模板制作图文教程 (三)
<DIV><SPAN class=tpc_content><FONT size=2>步骤一:<BR>1.打开</FONT><A href="http://www.qcar.cn/auto/22/" target=_blank><FONT color=#0000ff size=2>http://www.qcar.cn/auto/22/</FONT></A><BR><FONT size=2>另存本地<BR>#图1<BR><BR><B>1另存网页列表模板</B><BR><IMG onclick="if(this.width>=700) window.open('http://bbs.dedecms.com/attachment/15_570_de45719d68d9e23.jpg');" src="http://bbs.dedecms.com/attachment/15_570_de45719d68d9e23.jpg" onload="if(this.width>'700')this.width='700';" border=0> <BR><BR>步骤……
查看全文
发表于:2006-09-20 ┆
阅读(746)
┆
评论(0)
汽车网模板制作图文教程 (二)
<DIV><SPAN class=tpc_content><FONT size=2>步骤一:<BR>进入dedecms后台<BR>网站栏目管理-->增加顶级栏目-->输入如图所示 <BR>#图1<BR><BR><B>1建立新的栏目</B><BR><IMG onclick="if(this.width>=700) window.open('http://bbs.dedecms.com/attachment/15_570_ec0c5db74bbe80a.jpg');" src="http://bbs.dedecms.com/attachment/15_570_ec0c5db74bbe80a.jpg" width=700 onload="if(this.width>'700')this.width='700';" border=0> <BR><BR><BR>步骤二:<BR>用dreamweaver打开模板文件index.htm 找到如图所示的代码地方<BR>#图2<BR><……
查看全文
发表于:2006-09-20 ┆
阅读(824)
┆
评论(0)
汽车网模板制作图文教程 (一)
<DIV><SPAN class=tpc_content><FONT size=2>步骤一:<BR>打开</FONT><A href="http://www.qcar.cn/" target=_blank><FONT color=#0000ff size=2>http://www.qcar.cn/</FONT></A><BR><FONT size=2>另存网页<BR>如图所示:<BR>#图1,2<BR><BR><B>lingcenwangye</B><BR><IMG onclick="if(this.width>=700) window.open('http://bbs.dedecms.com/attachment/15_570_6a2d4b20e4b193f.jpg');" src="http://bbs.dedecms.com/attachment/15_570_6a2d4b20e4b193f.jpg" width=700 onload="if(this.width>'700')this.width='700';" border=0> <BR><BR>……
查看全文
发表于:2006-09-20 ┆
阅读(839)
┆
评论(0)
在DedeCms标记中运行PHP的方法
<DIV><SPAN class=tpc_content><FONT size=2> <TABLE style="BORDER-COLLAPSE: collapse" borderColor=#dddddd cellSpacing=0 cellPadding=0 width=360 align=center border=1> <TBODY> <TR height=60> <TD align=middle width=60><IMG alt="" src="http://www.cublog.cn/fileicon/rar.gif" border=0></TD> <TD> <TABLE style="BORDER-COLLAPSE: collapse" cellSpacing=0 cellPadding=0 width="100%" border=0> <TBODY> <TR height=20> <TD align=middle width=40>文件:</TD> <TD>pub_dedetag.rar</TD></TR> <TR height=20> <……
查看全文
发表于:2006-09-20 ┆
阅读(672)
┆
评论(0)
专题初级演示教程
<DIV><SPAN class=tpc_content><FONT size=2>这是初级的教程,里面设计的细节,模板更改的设置放到下一个教程去完成<BR><BR><B>2</B><BR><IMG onclick="if(this.width>=700) window.open('http://bbs.dedecms.com/attachment/15_570_4c5d2d53ad5d868.gif');" src="http://bbs.dedecms.com/attachment/15_570_4c5d2d53ad5d868.gif" width=700 onload="if(this.width>'700')this.width='700';" border=0> <BR><BR><B>3</B><BR><IMG onclick="if(this.width>=700) window.open('http://bbs.dedecms.com/attachment/15_570_9190a5e2535b0c3.gi……
查看全文
发表于:2006-09-20 ┆
阅读(666)
┆
评论(0)
系统常用术语汇总
<DIV><SPAN class=tpc_content><FONT color=red><FONT size=4>系统常用术语汇总</FONT></FONT><BR><BR><FONT size=2><FONT color=red>全局标记</FONT><BR><BR></FONT> <DIV style="FONT-SIZE: 9px; MARGIN-LEFT: 5px"><B>QUOTE:</B></DIV> <DIV class=quote><BR>全局标记指的是应用在网站主页、单独页面、频道封面使用的单独的模板标记,在列表或文章模板中,一般只允许调用channel、arclist标记(hotart、coolart、imglist等都是这个标记延伸出来的标记),但是环境变量限定为文章或列表所在的栏目,如果你要测试的标记是在列表或文章中……
查看全文
发表于:2006-09-20 ┆
阅读(966)
┆
评论(0)
真正让你的DEDECMS文章标题栏突破60个字符的方法
<DIV><SPAN class=tpc_content><FONT size=2>1、使用PHPMYADMIN 修改 MYSQL数据结构<BR></FONT> <DIV style="FONT-SIZE: 9px; MARGIN-LEFT: 5px"><B>CODE:</B></DIV> <DIV class=quote id=code1>ALTER TABLE `dede_archives` CHANGE `title` `title` VARCHAR( 250 ) </DIV> <DIV style="FONT-SIZE: 11px; MARGIN-LEFT: 5px"><A onclick="CopyCode(document.getElementById('code1'));" href="javascript:"><FONT color=#0000ff>[Copy to clipboard]</FONT></A></DIV><BR><BR>2、打开/dede/action_article_save.php<BR><BR>找到39行 <……
查看全文
发表于:2006-09-20 ┆
阅读(771)
┆
评论(0)