狙击兽

  博客园  :: 首页  :: 新随笔  :: 联系 :: 订阅 订阅  :: 管理

文章分类 -  php

摘要:1.创建API应用 APIs Console https://code.google.com/apis/console 需要用谷歌开发者账号登陆,该账号要和发布谷歌应用申请谷歌应用的那个账号相同,才能把这个创建的project和游戏应用绑定上(绑定需要手动操作) 绑定项目 在 https://pla 阅读全文
posted @ 2016-05-25 16:24 狙击兽 阅读(2427) 评论(0) 推荐(0)

摘要:<?php /* * php模拟post提交[三种方式] */ $remote_sever = 'http://www.test.com/data.php'; //curl other $remote_path = '/data.php';//curl other $remote_sever = ' 阅读全文
posted @ 2016-05-16 17:05 狙击兽 阅读(579) 评论(0) 推荐(0)