摘要: #coffeeScript风格的代码```coffeeScriptcc.Class { extends: cc.Component properties: { # foo: # default: null # The default value will be used only when the component attaching ... 阅读全文
posted @ 2017-03-31 17:03 kuku小夭 阅读(270) 评论(0) 推荐(0)
摘要: mac中gbk32批量转utf8// find *.cpp -exec sh -c "iconv -f GB2312 -t UTF8 {} > ../new/{}" \;// find *.h -exec sh -c "iconv -f GB2312 -t UTF8 {} > ../new/{}" \;// find . -exec sh -c "iconv -f GB2312 -t UTF8 {... 阅读全文
posted @ 2017-03-31 01:08 kuku小夭 阅读(220) 评论(0) 推荐(0)