摘要: 转载:http://www.zsythink.net/archives/1436/ 阅读全文
posted @ 2019-11-18 11:51 不染不念不畏 阅读(457) 评论(0) 推荐(0) 编辑
摘要: 1. 使用mysql_connect() 1 error_reporting(E_ALL & ~E_NOTICE & ~E_DEPRECATED); 2 $con = mysql_connect("127.0.0.1","root","root"); 3 if (!$con) 4 { 5 die(' 阅读全文
posted @ 2019-11-11 13:48 不染不念不畏 阅读(715) 评论(0) 推荐(0) 编辑
摘要: URL路由&创建 微擎新建应用流程 1. 更改manifest.xml文件 阅读全文
posted @ 2019-11-08 15:32 不染不念不畏 阅读(103) 评论(0) 推荐(0) 编辑
摘要: 1. 模拟get请求文件 test_get.php <?phperror_reporting(E_ALL & ~E_NOTICE & ~E_DEPRECATED);function http_get($url){ $headers[] = "Content-type: application/x-w 阅读全文
posted @ 2019-11-08 14:59 不染不念不畏 阅读(9154) 评论(0) 推荐(0) 编辑
摘要: 小程序上传流程 把测试appid修改成正式appid(改之前先去 微信公众平台(https://mp.weixin.qq.com)把自己设置成开发者) 2. 点击这个进行代码上传,上传后 微信公众平台(https://mp.weixin.qq.com)会出现相应的版本。然后可以发布测试版,也可以提交 阅读全文
posted @ 2019-11-08 10:48 不染不念不畏 阅读(125) 评论(0) 推荐(0) 编辑