随笔 - 1330  文章 - 1  评论 - 378  阅读 - 482万 

随笔分类 -  002~discuz

discuz操作mysql实例
摘要:1.单个操作:代码Code highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/-->$dateYear=date('Y');//当前年份$dateMonth=date('m');//当前月份//exit($dateMonth);//判断当前年月份是否有记录$sql="SELECT*FROM".tname('creditlog_byMonth')."WHEREuid='&quo 阅读全文
posted @ 2010-03-02 18:26 钱途无梁 阅读(868) 评论(0) 推荐(0) 编辑
Discuz学习笔记(一)
摘要:include/common.inc.php//变量化所有的全局变量foreach(array('_COOKIE', '_POST', '_GET') as $_request) {foreach($$_request as $_key => $_value) {$_key{0} != '_' && $$_key = daddslashes($_value);}}includ... 阅读全文
posted @ 2010-02-23 17:48 钱途无梁 阅读(925) 评论(0) 推荐(0) 编辑
consenz 下载中心
摘要:http://download.comsenz.com/ 阅读全文
posted @ 2010-02-23 09:33 钱途无梁 阅读(727) 评论(0) 推荐(0) 编辑
Discuz论坛结构
摘要:前言:为方便互联网数万Discuz!爱好者,更加深入了解Discuz!软件,本人在熟悉Discuz!过程中,顺便将个人经验写给大家。本贴内容由本人定期更新。本贴只介绍Discuz!中部分技术点,本贴紧属个人观点,不足之处,请各位多多指教,在下先此谢过!。“Discuz!”在下文中简称“DZ”。要弄DZ二次开发,必须至少具备如下技能:1) 能够理很好理... 阅读全文
posted @ 2010-02-22 10:07 钱途无梁 阅读(2078) 评论(0) 推荐(0) 编辑
DZ自动获取标签【修改版】
摘要:代码Code highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/--首先看代码以gbk为例<?php//强制使用字符集@header('Content-Type:text/html;charset=gbk');$subjectenc=$_GET['subject... 阅读全文
posted @ 2010-02-01 11:13 钱途无梁 阅读(1088) 评论(0) 推荐(0) 编辑

点击右上角即可分享
微信分享提示