会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
18860233105
博客园
首页
新随笔
联系
订阅
管理
2015年11月27日
切换卡
摘要: javascript的tab切换原理与效果javascript:tab切换原理与效果 新闻 体育 军事 论坛 新闻新闻新闻新闻新闻 体育体育体育体育体育 军事军事军事军事军事 论坛论坛论坛论坛论坛转自别处,非自己创作。。。。。。。。。
阅读全文
posted @ 2015-11-27 17:04 18860233105
阅读(143)
评论(0)
推荐(0)
2015年11月22日
ajax
摘要: $.ajax({ type: "POST", url: "some.php", data: "name=John&location=Boston", success: function(msg){ alert( "Data Saved: " + msg ); }});后来...
阅读全文
posted @ 2015-11-22 10:21 18860233105
阅读(133)
评论(0)
推荐(0)
2015年11月12日
下载文件
摘要:
阅读全文
posted @ 2015-11-12 14:55 18860233105
阅读(114)
评论(0)
推荐(0)
水印4
摘要: $dst_path = 'dst.jpg';$src_path = 'src.jpg';//创建图片的实例$dst = imagecreatefromstring(file_get_contents($dst_path));$src = imagecreatefromstring(file_get_...
阅读全文
posted @ 2015-11-12 14:35 18860233105
阅读(163)
评论(0)
推荐(0)
shuiyin3
摘要: $dst_path = 'dst.jpg';//创建图片的实例$dst = imagecreatefromstring(file_get_contents($dst_path));//打上文字$font = './simsun.ttc';//字体$black = imagecolorallocate...
阅读全文
posted @ 2015-11-12 14:32 18860233105
阅读(141)
评论(0)
推荐(0)
水印1
摘要: Here is your pic! Your image has been saved! .jpg" alt="" /> ...
阅读全文
posted @ 2015-11-12 14:31 18860233105
阅读(209)
评论(0)
推荐(0)
水印
摘要: <?php/*** 图片加水印(适用于png/jpg/gif格式)* *** @param $srcImg 原图片* @param $waterImg 水印图片* @param $savepath 保存路径* @param $savename 保存名字* @param $positon 水印位置 *...
阅读全文
posted @ 2015-11-12 14:29 18860233105
阅读(157)
评论(0)
推荐(0)
2015年11月5日
关于ip
摘要: 'lastdata' =>time(), 'lastip'=>get_client_ip() ,
阅读全文
posted @ 2015-11-05 12:43 18860233105
阅读(114)
评论(0)
推荐(0)
打印出sql语句
摘要: echo M("member")->getLastSql();
阅读全文
posted @ 2015-11-05 10:06 18860233105
阅读(238)
评论(0)
推荐(0)
2015年11月4日
添加子栏目类
摘要: db = pc_base::load_model('category_model'); //加载 category_model $this->siteid = $this->get_siteid(); //获取当前的站点ID,父类方法 } /** * 管理栏目 */ public...
阅读全文
posted @ 2015-11-04 17:12 18860233105
阅读(354)
评论(0)
推荐(0)
公告