随笔- 452
文章- 302
评论- 28
阅读-
64万
11 2018 档案
laravle 整合 thrift
摘要:1,安装thrift https://www.cnblogs.com/sunlong88/p/9965522.html 2,生成 RPC文件 composer文件: 1 { 2 "name": "laravel/laravel", 3 "description": "The Laravel Fram
阅读全文
通过P3P头实现跨域设置cookie
摘要:PHP的setcookie函数可以设置域,但是只能在当前域内,如果出现多域可由如下办法处理:实现原理:www.b.com/set_cookie.php 在b域名下设置a域名的cookie www.a.com/get_cookie.php 在a域名下获取cookie www.a.com/set_coo
阅读全文
thrift使用
摘要:安装centos需要的扩展 安装boost,本地源码安装最安全 官网下载地址:https://www.boost.org/users/download/ 安装boost的时候,使用的yum install boost-devel,在最终安装thrift包的时候,会报找不到libboost_unit_
阅读全文
composer常用的一些命令\参数\说明
摘要:安装 curl -sS https://getcomposer.org/installer | php 或者 php -r "readfile('https://getcomposer.org/installer');" | php 全局安装 mv composer.phar /usr/local/
阅读全文