在includes/extend.func.php末尾添加方法://取第一张图地址function firstimg($str_pic){$str_sub=substr($str_pic,0,-7).".jpg";//删除缩略图字符串最后七位,然后再补上后缀.jpgreturn $str_sub;}...
分类:
其他好文 时间:
2014-08-25 19:07:54
阅读次数:
182
AMandatoryAccessControl(MAC) aware firewall includes an extended rule set for MAC attributes, such as a security label or path. Application labels may...
分类:
数据库 时间:
2014-08-23 21:36:41
阅读次数:
305
TM1640芯片驱动
DIN:串行数据输入,输入数据在 SCLK 的低电平变化,在 SCLK 的高电平被传输。
SCLK:在上升沿输入数据 。
/* Includes ------------------------------------------------------------------*/
#include "stm8s.h"
#include "global.h"
...
分类:
其他好文 时间:
2014-08-21 19:29:44
阅读次数:
224
A symmetric multiprocessing system includes multiple processing units and corresponding instances of an adaptive partition processing scheduler. Each ...
分类:
其他好文 时间:
2014-08-21 18:38:04
阅读次数:
205
ecshop新版不能在模板文件.dwt和.lbi中直接添加php代码了,为什么呢?因为直接在模板中加入php函数和代码,没有经过过滤,容易造成安全隐患。程序源码安全是非常重要的。不过如果有朋友希望能在模板文件中直接加入php代码,怎么办呢?其实,只需要改动一个文件,即includes/cls_tem...
分类:
Web程序 时间:
2014-08-21 16:46:24
阅读次数:
220
HT1621b芯片驱动程序
/* Includes ------------------------------------------------------------------*/
#include "drv_ht1621.h"
/* Private typedef ---------------------------------------------------...
分类:
其他好文 时间:
2014-08-21 15:05:44
阅读次数:
188
涉及到的文件includes\languages\语言包\模板\email_extras.php后台\includes\languages\语言包\email_extras.php后台\includes\languages\语言包\email_welcome.php若要修改邮件模板css样式,模板文...
分类:
Web程序 时间:
2014-08-20 13:46:52
阅读次数:
182
一、添加菜单项打开 /admin/includes/inc_menu.php文件(后台框架左边菜单),在最后添加一行如下:1$modules['17_other_menu']['sns_list'] = 'sns_list.php?act=list';ecshop默认一级菜单项有16项,所里这里的例...
分类:
其他好文 时间:
2014-08-20 12:01:22
阅读次数:
209
在includes\classes\split_page_results.php页面中的function display_links()函数第一行添加如下两行代码即可$parameters=preg_replace("/&disp_order=[0-9]*/","",$parameters);$pa...
分类:
其他好文 时间:
2014-08-19 18:34:15
阅读次数:
194
include_path = ".:/php/includes:/server/php5/lib/php"
cgi.fix_pathinfo=1
date.timezone = Asia/Shanghai
分类:
Web程序 时间:
2014-08-19 14:24:44
阅读次数:
193