摘要: <!DOCTYPE HTML><html> <head> <meta http-equiv="Content-Type" content="text/html; charset=gb2312"> <title>无标题文档</title> </head> <body> <form> 请选择你爱好:<b 阅读全文
posted @ 2016-09-22 15:41 YD帅宰 阅读(810) 评论(0) 推荐(0) 编辑
摘要: <?php header('Content-type: text/html; charset=UTF8'); $url = "http://helloiuh.applinzi.com/get_token.php";$access_token = file_get_contents($url); $j 阅读全文
posted @ 2016-03-03 11:47 YD帅宰 阅读(239) 评论(0) 推荐(0) 编辑
摘要: <?php header("Content-Type:text/html;charset=utf8");$ee = urlencode("gQFI8DoAAAAAAAAAASxodHRwOi8vd2VpeGluLnFxLmNvbS9xL1RqallrX1RseXJLek41MU1BeFlYAAIE8 阅读全文
posted @ 2016-03-03 11:19 YD帅宰 阅读(1053) 评论(0) 推荐(0) 编辑
摘要: <?php $url = "http://helloiuh.applinzi.com/get_token.php";$access_token = file_get_contents($url); $jsonmenu = '{"expire_seconds": 604, "action_name": 阅读全文
posted @ 2016-03-03 11:17 YD帅宰 阅读(315) 评论(0) 推荐(0) 编辑
摘要: require_once("access_token"); $token= access_token(); echo"$token"; 阅读全文
posted @ 2016-02-29 16:43 YD帅宰 阅读(139) 评论(0) 推荐(0) 编辑
摘要: 经典SQL语句大全 一、基础 1、说明:创建数据库CREATE DATABASE database-name 2、说明:删除数据库drop database dbname3、说明:备份sql server --- 创建备份数据的 device USE master EXEC sp_addumpdev 阅读全文
posted @ 2016-02-29 14:11 YD帅宰 阅读(679) 评论(0) 推荐(0) 编辑
摘要: <?php //xml解析 header('Content-type: text/html; charset=UTF8'); $url="http://api.map.baidu.com/telematics/v3/local?location=116.305145,39.982368&keyWor 阅读全文
posted @ 2016-02-29 12:05 YD帅宰 阅读(1211) 评论(0) 推荐(0) 编辑
摘要: <?php/** * wechat php test */ //define your tokendefine("TOKEN", "wssss");$wechatObj = new wechatCallbackapiTest();$wechatObj->responseMsg(); class we 阅读全文
posted @ 2016-02-26 14:18 YD帅宰 阅读(330) 评论(0) 推荐(0) 编辑
摘要: <?php $mysql = new SaeMysql(); $username = "bbbbbbbbbbbbbbbbbb";$sql = "INSERT INTO user (id,openid,menu) VALUES (NULL , '$username',0)"; $mysql -> ru 阅读全文
posted @ 2016-02-25 17:46 YD帅宰 阅读(205) 评论(0) 推荐(0) 编辑
摘要: <?php/** * wechat php test */ //define your tokendefine("TOKEN", "wssss");$wechatObj = new wechatCallbackapiTest();$wechatObj->responseMsg(); class we 阅读全文
posted @ 2016-02-25 14:15 YD帅宰 阅读(275) 评论(0) 推荐(0) 编辑