摘要:
JS原生并没有提供方便使用的Formatter函数,用字符拼接的方式看起来混乱难读,而且使用起来很不方便。个人感觉C#里提供的语法比较好用,如: String.Format(“Welcome to learn '{0}','{0}' is awesome,you will {1} it!","... 阅读全文
摘要:
《45 Useful JavaScript Tips, Tricks and Best Practices》http://flippinawesome.org/2013/12/23/45-useful-javascript-tips-tricks-and-best-practices/1 – Don’t forgetvarkeyword when assigning a variable’s value for the first time.Assignment to an undeclared variable automatically results in a global variab 阅读全文
摘要:
转自:http://berzniz.com/post/68001735765/javascript-hacks-for-hipstersJavascript Hacks for HipstersJavascript is so much fun, except when it’s not.There’s always the fear of runtime errors that keeps us thinking all the time while writing code. It makes us better coders - we have no other option than 阅读全文
摘要:
转自:http://gaslight.co/blog/how-to-succeed-in-open-source-in-ways-you-havent-considered-yetIt’s Easy to Feel Entitled in the Open Source WorldA while back, it was easy to think of open source projects as real products. I think that I thought the contributors of these projects were getting some sort o 阅读全文
摘要:
arch 64位下直接运行android emulator会出现错误:“Failed to start emulator: Cannot run program "xxxx/sdk/tools/emulator": error=2, No such file or directory这时要解开/etc/pacman.conf里的multilib的注释执行pacman -Syu然后安装lib32-glibclib32-libstdc++5或者还有:lib32-libncurseslib32-zlib 阅读全文