#定期更新

Javascript常用函数收集(不定期更新)

str.replace('/正则表达式/','替换内容');    //正则替换str.match('/正则表达式/','替换内容');//正则匹配str.indexOf('查找代码');            //查找是否包含某字符串str.charAt('第n个字符');            //取出字符串第n个...

android开发中遇到的各种问题收集--不定期更新

  以下问题都是自己在开发中亲身碰到的,在这里留个备份,方便下次查阅。 1、java.lang.IllegalStateException,Cannotexecutetask:thetaskhasalreadybeenexecuted(ataskcanbeexecutedonlyonce)...