随笔分类 - JavaScript
摘要:环境准备: 在已经安装好cocos环境的情况下,需再安装python 的yaml:sudo python -m easy_install pyyaml 然后:sudo easy_install pyyaml,如果报错再来一遍 安装Cheetah,下载cheetah:http://pythonhost
阅读全文
摘要:var str = "hello world!"; var new_str = str.toUpperCase(); conlose.log(new_str); HELLO WORLD! new_str = str.toLowerCase(); hello world!
阅读全文
摘要:使用之前老项目的plist文件创建的粒子,会报错或者无法显示 在网上找到的解决方案,实测可用: 导出效果时,必须勾选Include .PLIST file选项,单后点Export particle,导出文件里只有.png和.plist文件有用。在代码中加载:
阅读全文
摘要:无论是从技术角度还是开发视角,对于web前端开发规范文档都有一定规范,本文就css3和html5的发展前景总结了一系列的web开发文档,仅供大家参考。规范目的:为提高团队协作效率, 便于后台人员添加功能及前端后期优化维护, 输出高质量的文档, 特制订此文档. 本规范文档一经确认, 前端开发人员必须按
阅读全文
摘要:function funcChina(str){ if(/.*[\u4e00-\u9fa5]+.*$/.test(str)) { return false; //不是中文 } return true; }
阅读全文

浙公网安备 33010602011771号