摘要:
javascript的tab切换原理与效果javascript:tab切换原理与效果 新闻 体育 军事 论坛 新闻新闻新闻新闻新闻 体育体育体育体育体育 军事军事军事军事军事 论坛论坛论坛论坛论坛转自别处,非自己创作。。。。。。。。。 阅读全文
摘要:
$.ajax({ type: "POST", url: "some.php", data: "name=John&location=Boston", success: function(msg){ alert( "Data Saved: " + msg ); }});后来... 阅读全文
摘要:
阅读全文
摘要:
$dst_path = 'dst.jpg';$src_path = 'src.jpg';//创建图片的实例$dst = imagecreatefromstring(file_get_contents($dst_path));$src = imagecreatefromstring(file_get_... 阅读全文
摘要:
$dst_path = 'dst.jpg';//创建图片的实例$dst = imagecreatefromstring(file_get_contents($dst_path));//打上文字$font = './simsun.ttc';//字体$black = imagecolorallocate... 阅读全文
摘要:
Here is your pic! Your image has been saved! .jpg" alt="" /> ... 阅读全文
摘要:
<?php/*** 图片加水印(适用于png/jpg/gif格式)* *** @param $srcImg 原图片* @param $waterImg 水印图片* @param $savepath 保存路径* @param $savename 保存名字* @param $positon 水印位置 *... 阅读全文
摘要:
db = pc_base::load_model('category_model'); //加载 category_model $this->siteid = $this->get_siteid(); //获取当前的站点ID,父类方法 } /** * 管理栏目 */ public... 阅读全文