摘要: <?php/** 微信账号 echo_server 的实现*//** 定义 echo_server 的 TOKEN 为 echo_server*/define("TOKEN","echo_server");//获取GET参数$signature=$_GET['signature'];$nonce=$ 阅读全文
posted @ 2016-08-01 15:59 码农耕耘 阅读(293) 评论(0) 推荐(0) 编辑
摘要: <html><body><canvas id="myCanvas" width="200" height="100" style="border:1px solid #c3c3c3;">Your browser does not support the canvas element.</canvas 阅读全文
posted @ 2016-08-01 15:19 码农耕耘 阅读(160) 评论(0) 推荐(0) 编辑
摘要: <?php$conn=mysqli_init();if(!conn){ echo "mysqli_init error"; exit(0);}$ret=mysqli_real_connect($conn,"localhost","root","123456","test2",3306,MYSQL_C 阅读全文
posted @ 2016-08-01 15:05 码农耕耘 阅读(94) 评论(0) 推荐(0) 编辑