摘要: 1.浏览器搜索Spring,或者直接输入网址https://spring.io/ 2.点击图中标出的小树叶图标(SPRING FRAMEWORK); 3.点击图中的小猫图标,进入GitHub网站; 4.进入GitHub网站之后,继续向下浏览,会看到如下内容,然后点击图中标出的"Spring Fram 阅读全文
posted @ 2018-12-27 12:01 木易0310 阅读(165) 评论(0) 推荐(0) 编辑
摘要: //求余数 document.write(1%4); document.write(6%4); //求商 console.info(1/4); console.info(6/4); //求商,取整 console.info(parseInt(1/4)); console.info(parseInt( 阅读全文
posted @ 2018-12-10 08:44 木易0310 阅读(125) 评论(0) 推荐(0) 编辑
摘要: 兼容性问题 注意,云开发能力从基础库 2.2.3 开始支持,现在 2.2.3 或以上的基础库没有完全覆盖所有用户(目前约 90% ),如需使上传的代码能够覆盖全量用户,请做以下特殊处理: 在 app.json / game.json 中增加字段 "cloud": true 指定后云能力可以在所有基础 阅读全文
posted @ 2018-10-23 20:32 木易0310 阅读(4536) 评论(0) 推荐(0) 编辑