会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
FinnYY
博客园
首页
新随笔
联系
订阅
管理
上一页
1
···
12
13
14
15
16
17
18
下一页
2016年1月4日
配置本地服务器
摘要: 1、在C:\wamp\vhosts\vhost.conf文件中添加 <VirtualHost *:80>ServerName ***.comServerAlias ***.comDocumentRoot D:\PHP\*** --项目路径DirectoryIndex index.php index.
阅读全文
posted @ 2016-01-04 09:54 FinnYY
阅读(192)
评论(0)
推荐(0)
2016年1月2日
ApiCloud模块链接
摘要: 城市选择器页面左右滑动识别信用卡图像coverFlow输入框图片浏览器百度地图
阅读全文
posted @ 2016-01-02 21:13 FinnYY
阅读(218)
评论(0)
推荐(0)
2015年12月31日
配置选项卡
摘要: 1、配置文件config.php/**配置导航**/ 'ADMIN_NAV' => array( array('title'=>'用户信息','url'=>"?s=/Home/Index/index",'class'=>''), //array('title'=>'...
阅读全文
posted @ 2015-12-31 11:55 FinnYY
阅读(216)
评论(0)
推荐(0)
2015年12月25日
百度地图接口说明链接
摘要: http://developer.baidu.com/map/jsdemo.htm#a1_5
阅读全文
posted @ 2015-12-25 16:17 FinnYY
阅读(184)
评论(0)
推荐(0)
2015年12月24日
JS页面刷新
摘要: setTimeout('location.reload()',1000);//页面刷新 1000为延时的毫秒数1.setInterval() - 间隔指定的毫秒数不停地执行指定的代码。2.setTimeout() - 暂停指定的毫秒数后执行指定的代码var setT = setTimeout(fu...
阅读全文
posted @ 2015-12-24 16:11 FinnYY
阅读(153)
评论(0)
推荐(0)
2015年12月22日
微信证书问题
摘要: linux ubuntu14.x apache上在WxPayPubHelper.php里面 postXmlSSLCURL方法里//curl_setopt($ch,CURLOPT_SSLCERT, WxPayConf_pub::SSLCERT_PATH); curl_setopt($ch...
阅读全文
posted @ 2015-12-22 10:46 FinnYY
阅读(169)
评论(0)
推荐(0)
2015年12月19日
PHP导出excel表格
摘要: abc 123 qwe 456 ';?>
阅读全文
posted @ 2015-12-19 22:11 FinnYY
阅读(136)
评论(0)
推荐(0)
2015年12月17日
编码设置
摘要: 1、php页面为utf编码1 header("Content-type: text/html; charset=utf-8"); 用header或meta实现PHP页面编码的区别一、页面编码1. 使用 标签设置页面编码这个标签的作用是声明客户端的浏览器用什么字符集编码显示该页面,xxx可以为GB2...
阅读全文
posted @ 2015-12-17 17:14 FinnYY
阅读(390)
评论(0)
推荐(0)
2015年12月15日
PHP过滤
摘要: 1、过滤是不是URL(后台过滤)$url = "https://www.baidu.com"; if(!filter_var($url,FILTER_VALIDATE_URL)){ echo "不是URL地址"; }else{ echo "是URL地址"; ...
阅读全文
posted @ 2015-12-15 15:21 FinnYY
阅读(148)
评论(0)
推荐(0)
2015年12月14日
图片上传
摘要: /*图片上传*/ public function upload(){ $file = $_FILES['mypic']; $upload = new \Think\Upload();// 实例化上传类 $upload->maxSize = 2*1024...
阅读全文
posted @ 2015-12-14 16:00 FinnYY
阅读(169)
评论(0)
推荐(0)
上一页
1
···
12
13
14
15
16
17
18
下一页
公告