会员
周边
新闻
博问
闪存
众包
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
火影-自来也
博客园
首页
新随笔
联系
订阅
管理
2017年8月21日
圆形指示器radialIndicator控件的使用
摘要: 点击链接
阅读全文
posted @ 2017-08-21 15:59 火影-自来也
阅读(148)
评论(0)
推荐(0)
2017年8月12日
压缩图片尺寸
摘要: function resizeImage($im,$maxwidth,$maxheight,$name,$filetype) { $pic_width = imagesx($im); $pic_height = imagesy($im); if(($maxwidth && $pic_width > $maxwidth) || ($maxheight && $pic_height...
阅读全文
posted @ 2017-08-12 14:30 火影-自来也
阅读(197)
评论(0)
推荐(0)
计算php脚本执行时间
摘要: {$total} times"; ?>
阅读全文
posted @ 2017-08-12 09:01 火影-自来也
阅读(117)
评论(0)
推荐(0)
2017年8月11日
速卖通关联上传
摘要: 上传速卖通关联时。 应采取这种方式: <p style="font-size:0.0px;color:#ecf0c1;">dianxiaobao_1</p> 关联营销代码 <p style="font-size:0.0px;color:#ecf0c1;">dianxiaobao_2</p> 不要采取
阅读全文
posted @ 2017-08-11 16:55 火影-自来也
阅读(93)
评论(0)
推荐(0)
正则匹配删除HTML代码
摘要: 开头匹配并替换成汉字:preg_replace('/<p\s*style\s*=\s*"\s*font-size\s*:[^;]*;\s*color\s*:\s*#ecf0c1\s*;\s*"\s*>\s*dianxiaobao_1\s*<\/p>/',"你",$str); 结尾匹配并替换成汉字:p
阅读全文
posted @ 2017-08-11 16:49 火影-自来也
阅读(144)
评论(0)
推荐(0)
公告