die 相关的软件列表

首页

php 图像函数大举例(非原创)

2020-02-16 标签:php,图像,函数,大举,原创,如下,方式,方法,function,exists,imagecreate,die,服务器,不支持,gd,模块,如何

如下方式是一种方法: if(!function_exists('imagecreate')) { die('本服务器不支持GD模块'); } 如果不支持的话,如何配置 ? 下载gd模块的dll文件,修改php.ini,重启服务器即可. 以下简称PHP作图为PS. 当您打算 PS的话,应该完成如下如下

首页

ajax poller

2020-02-16 标签:ajax,poller,copyright,c,2006,com,alf,magne,kalleland,library,free,software,modify,terms,gnu,lesser,general,public

Ajax poller Copyright (C) 2006 DTHMLGoodies.com, Alf Magne Kalleland This library is free software; you can redistribute it and/or modify it under the

首页

php.ini 启用disable_functions提高安全

2020-02-16 标签:php,ini,启用,disable,functions,提高,安全,q,i,run,a,small,apache,based,webserver,personal,use,shared,friends,family

Q. I run a small Apache based webserver for my personal use and it is shared with friends and family. However, most script kiddie try to exploit php a

在PHP中读取和写入WORD文档的代码
PHP

在PHP中读取和写入WORD文档的代码

2020-02-16 标签:php,读取,写入,word,文档,代码,实现,如下,建立,指向,com,组件,索引,n,ew,application,die,t,start

实现代码如下:Version}”;// 把它的可见性设置为0(假),如果要使它在最前端打开,使用1(真)// to open the application in the forefront, use 1 (true)//$word->Visible = 0;//打?一个文档$word->

php中用文本文件做数据库的实现方法
PHP

php中用文本文件做数据库的实现方法

2020-02-16 标签:php,中用,文本文件,数据库,实现,方法,经验,本人,认为,以下,文件,结构,为最,扩展名,die,access,denied

按我的经验,本人认为,以下列文件结构为最优:----------------------------------------------------------------------文件扩展名:.phpemail=ask4more@13.net 例如:";echo "welcome to visi

php读取30天之内的根据算法排序的代码
PHP

php读取30天之内的根据算法排序的代码

2020-02-16 标签:php,读取,30,之内,根据,算法,排序,代码,实现,如下,link,mysql,connect,die,无法,连接,数据库,error,select,db

实现代码如下:$day30 order by dxy_px desc limit 0,14") or die("查询".$database."数据库出错".mysql_error()); $row=mysql_fetch_row($result); echo "document.writeln(\"

首页

window.addeventjs事件驱动函数集合addEvent等

2020-02-16 标签:window,addeventjs,事件,驱动,函数,集合,addevent,written,dean,edwards,2005,input,tino,zijdel,matthias,miller,diego,perini,http,n

// written by Dean Edwards, 2005 // with input from Tino Zijdel, Matthias Miller, Diego Perini // http://dean.edwards.name/weblog/2005/10/add-event/ f

PHP连接access数据库
PHP

PHP连接access数据库

2020-02-16 标签:php,连接,access,数据库,实现,代码,如下,创建,ado,conn,n,ew,com,adodb,connection,die,faild,connstr,driver,microsoft

实现代码如下:Open($connstr); /* 创建记录集查询 */ $rs = @new COM("ADODB.RecordSet"); $rs->Open("select * from dbo_dirs",$conn,1,3); /*循环读取数据 */ while(!$rs->e

asp下去除数组中重复项的方法
ASP

asp下去除数组中重复项的方法

2020-02-16 标签:asp,下去,除数,重复,方法,实现,代码,如下,function,mover,rstr,dim,i,spstr,split,ubound,else

实现代码如下:结果是:abc,dge,gcg,die,dir如果是两个数组进行对比,去掉相同的数组元素:实现代码如下: "" Then dic.Add "_" & a(k), a(k)Nexta = Split(sarray, ",")For k=0 To UBound(a)If a(k)&