转载 | PHP生成缩略图的类库
调用的时候: $image = Helper_Image::createFromFile(‘文件路径’,‘文件保存格式’); $image->resampled(‘’, ‘’); //缩放到100px * 100PX $image-&...
调用的时候: $image = Helper_Image::createFromFile(‘文件路径’,‘文件保存格式’); $image->resampled(‘’, ‘’); //缩放到100px * 100PX $image-&...
查询当天的记录 select * from hb_article_view where TO_DAYS(hb_AddTime) = TO_DAYS(NOW()) 查询当前这周的数据 SELECT name,submittime FROM e...
一、方法一 js的防御方案:将下面这段代码放到网站页面的</body>标签前,这样别人在通过iframe框架引用你的网站网页时,浏览器会自动跳转到你的网站所引用的页面上。 <script> if (self == t...
<?php function subTree($arr, $id=0, $depth=0) { static $tree = array(); foreach ($arr as $key=>$value) { if($value...
<?php class Send { private $Key = ''; private $Secret = ''; /** *@param string phone 手机号 *@param array param 参数(值必须为字...
$("#selectAll").click(function () {//全选 $("#playList :checkbox").attr("checked", true); }); $("#unSelect").click(functio...
curl_close — 关闭一个curl会话 curl_copy_handle — 拷贝一个curl连接资源的所有内容和参数 curl_errno — 返回一个包含当前会话错误信息的数字编号 curl_error — 返回一个包含当前会话...
无法提供摘要。这是一篇受保护的文章。
<?PHP /** * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Gene...
当使用layer.open弹出后,使用click点击事件实现 $(".set_top_editbtn").click(function(){ layer.open({ type: 1, title:"公司基本信息", skin: 'layu...