会员
周边
新闻
博问
闪存
众包
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
大赦天下
博客园
首页
新随笔
联系
订阅
管理
2017年7月27日
laravel-nginx 配置隐藏index.php
摘要: server { listen 80; server_name localhost; #charset koi8-r; #access_log logs/host.access.log main; root "D:/phpStudy/WWW/m.idaipai.com/public"; locati
阅读全文
posted @ 2017-07-27 13:01 大赦天下
阅读(5453)
评论(0)
推荐(0)
2015年10月28日
JSON方式封装通信接口
摘要: 1.response.php $code, 'message' => $message, 'data' => $data ); echo json_encode($result); exit; }}2.test.php1, 'name' => 'shazhuang');Response...
阅读全文
posted @ 2015-10-28 00:02 大赦天下
阅读(189)
评论(0)
推荐(0)
2015年10月27日
App(通信)接口定义
摘要: 接口文件:(http://api.com/api.php?format=xml)接口文件:(api.php处理一些业务逻辑)接口数据:json xmlAPP通信与网页请求的区别:1.APP发送请求地址给服务器,这个地址不可见。B/S可见2.APP得到的返回数据是JSON或XML格式,网页时html格...
阅读全文
posted @ 2015-10-27 23:37 大赦天下
阅读(354)
评论(0)
推荐(0)
Ecshop函数库
摘要: lib_base.phpsub_str($str,$length=0,$append=true) 截取UTF-8编码下的字符串real_ip() 获取用户真实的ipstr_len($str) 计算字符串的长度get_crlf() 获取用户操作系统的换行符send_mail($name,$email,...
阅读全文
posted @ 2015-10-27 14:11 大赦天下
阅读(181)
评论(0)
推荐(0)
公告