locate 相关的软件列表

首页

php图片加水印原理(超简单的实例代码)

2020-02-16 标签:php,图片,加水,原理,简单,实例,代码,文字,水印,实现,如下,w,80,h,20,im,textcolor

文字水印: 实现代码如下: $w = 80; $h = 20; $im = imagecreatetruecolor($w,$h); $textcolor = imagecolorallocate($im, 123, 12, 255); $white = imagecolorallocate($im

Android启动模拟器报错解决方法
首页

Android启动模拟器报错解决方法

2020-02-16 标签:android,启动,模拟器,报错,解决方法,failed,allocate,memory,错误,解决办法,avd,出现,下面,异常,怎么办,是我,允许

Android模拟器报"Failed To Allocate memory 8"错误的解决办法Android在启动模拟器AVD时,出现下面的异常:“Failed to allocate memory: 8”,怎么办?此错误是我们在允许AVD时,选择了默认的AVD插件所致。解决方法:减少分配的内存大小

首页

MySQL prepare语句的SQL语法

2020-02-16 标签:mysql,prepare,语句,sql,语法,statement,n,ame,preparable,定义,execute,using,var,执行,预处理,deallocate,drop,删除,用于,预备

MySQL prepare语法: PREPARE statement_name FROM preparable_SQL_statement; /*定义*/ EXECUTE statement_name [USING @var_name [, @var_name] ...]; /*执行预处理语句*/

首页

php5 图片验证码实现代码

2020-02-16 标签:php,图片,验证,实现,代码,gd,函数,创建,真彩,图像,int,x,size,y

GD库的函数 1,imagecreatetruecolor -----创建一个真彩色的图像 imagecreatetruecolor(int x_size,int y_size) //x表示宽,y表示高 2,imagecolorallocate 为一幅图像分配颜色(调色板) imagecoloral

首页

MySQL中的LOCATE和POSITION函数使用方法

2020-02-16 标签:mysql,locate,position,函数,使用方法,substr,str,返回,字符串,第一次,出现,位置,不存在,select,bar,foobarbar

LOCATE(substr,str) POSITION(substr IN str) 返回子串 substr 在字符串 str 中第一次出现的位置。如果子串 substr 在 str 中不存在,返回值为 0: mysql> SELECT LOCATE('bar', ‘foobarbar');

首页

Oracle9i 动态SGA,PGA特性探索

2020-02-16 标签:oracle,i,动态,sga,pga,特性,探索,latest,release,10,changed,default,values,memory,allocated,a,single,sql

“In the latest release 10.2 Oracle changed these default values. The memory allocated to a single SQL operator (_smm_max_size) is limited to: for P_A_

首页

php 图片上添加透明度渐变的效果

2020-02-16 标签:php,图片,添加,透明度,渐变,效果,实现,代码,如下,strimgsrc,file,contents,http,127,5307754,jpg,imgsrc

实现代码如下:= 128) $alphax = 127; $alpha = imagecolorallocatealpha($imgsrc, 255, 255, 255, $alphax); imagefilledrectangle($imgsrc, ($i+$x1), $y1, ($i+$x1+1

首页

Use Word to Search for Files

2020-02-16 标签:use,word,search,files,script,uses,microsoft,locate,mp,stored,drive,c,local,computer,实现,代码,如下,set

Demonstration script that uses Microsoft Word to locate all the .mp3 files stored on drive C of the local computer实现代码如下:Set objWord = CreateObject("W

首页

Locate a File Using a File Open Dialog Box

2020-02-16 标签:locate,a,file,using,open,dialog,box,script,displays,folder,c,scripts,echoes,back,n,ame,selected,supported,platforms

Demonstration script that displays a File Open dialog box (open to the folder C:\Scripts), and then echoes back the name of the selected file.Supporte

用PHP实现图象锐化代码
PHP

用PHP实现图象锐化代码

2020-02-16 标签:php,实现,锐化,代码,读取,图像,类型,gif,jpg,png,swf,psd

";   if (($dst_clr=imagecolorexact($dst_im, $r, $g, $b))==-1)   $dst_clr = Imagecolorallocate($dst_im, $r, $g, $b);   $cnt++;   if ($dst_clr==-1) die(