上一页 1 ··· 11 12 13 14 15 16 17 18 19 ··· 21 下一页
摘要: 网上查看了很多微信支付程序,大多数是调用很多类,十分繁杂,出错概率很高。于是自己写的尽量简单一些,代码如下: //$appid和$appsecret 两个是在微信公众号设置的账号密码,记得appsecret要 保存好哦!$mch_id是微信商户id,要和微信开发公众平台绑定的商户id一致(我因为不这 阅读全文
posted @ 2018-07-20 11:17 yahn~ 阅读(719) 评论(0) 推荐(0)
摘要: 报错信息:Fatal error: Uncaught exception 'PDOException' with message 'SQLSTATE[HY000] [1129] Host '127.0.0.1' is blocked because of many connection errors 阅读全文
posted @ 2018-05-22 13:54 yahn~ 阅读(550) 评论(0) 推荐(0)
摘要: <?php // QRcode::png($value, false, $errorCorrectionLevel, $matrixPointSize); // 第二种方式 保存成一个文件,并且打印出来 include 'C:\wodewenjian\wamp\www\phpqrcode\phpqr 阅读全文
posted @ 2018-05-21 18:04 yahn~ 阅读(106) 评论(0) 推荐(0)
摘要: 阅读全文
posted @ 2018-05-21 14:20 yahn~ 阅读(329) 评论(0) 推荐(2)
摘要: wamp配置虚拟主机需要修改3个文件,第一个是hosts,第二个文件是vhosts,第三个文件是http.conf。还有一个.htaccess文件,需要在每一个目录放一个(到域名指向的根目录)。刚开始忘了放,导致点开方法总是请求不上。直接上文件内容了,复制即可使用: 1,httpd.conf: ## 阅读全文
posted @ 2018-05-21 10:29 yahn~ 阅读(362) 评论(0) 推荐(0)
摘要: 阅读全文
posted @ 2018-05-07 12:52 yahn~ 阅读(186) 评论(4) 推荐(0)
摘要: 阅读全文
posted @ 2018-05-07 12:50 yahn~ 阅读(135) 评论(0) 推荐(0)
摘要: 阅读全文
posted @ 2018-05-07 12:48 yahn~ 阅读(115) 评论(0) 推荐(0)
摘要: 阅读全文
posted @ 2018-05-07 12:44 yahn~ 阅读(136) 评论(0) 推荐(0)
摘要: <?php// echo strtotime("2018-04-01 17:56").'<br/>';// echo strtotime("2018-05-31 17:56");header("content-type:text/html;charset=utf-8"); $arr = array( 阅读全文
posted @ 2018-04-26 09:51 yahn~ 阅读(90) 评论(0) 推荐(0)
上一页 1 ··· 11 12 13 14 15 16 17 18 19 ··· 21 下一页