01 2018 档案

摘要:1.安装wamp:windows+apache+mysql+php的简称 https://jingyan.baidu.com/article/2d5afd69efe9cf85a3e28e54.html 2,将下载好的cocos2d-js复制到该目录下 3.直接在浏览器上访问即可 阅读全文
posted @ 2018-01-09 11:38 卿祛病 阅读(96) 评论(0) 推荐(0)
摘要:参考资料(微信开发平台):https://open.weixin.qq.com/cgi-bin/showdocument?action=dir_list&t=resource/res_list&verify=1&id=open1419316518&lang=zh_CN 总结(实现流程): A.注册( 阅读全文
posted @ 2018-01-05 17:46 卿祛病 阅读(2183) 评论(0) 推荐(0)
摘要:背景:为以cocos2d-js为框架的游戏y引擎提供接口,并且返回JSON字符串 cocos2d访问接口时会出现跨域报错,通过以下设置可以解决 阅读全文
posted @ 2018-01-05 16:32 卿祛病 阅读(457) 评论(0) 推荐(0)
摘要:<style type="text/css"> #weixinMain{ width: 320px; height: 200px; background-image: url('../res/login/loginFrame.png'); background-repeat:no-repeat; b 阅读全文
posted @ 2018-01-03 09:58 卿祛病