摘要:
redis-cluster研究和使用 : http://hot66hot.iteye.com/blog/2050676 Github ioredis : https://github.com/luin/ioredis Migrating-from-node_redis : https://githu 阅读全文
摘要:
思路 :用当前值除以3 获得一个值 a , b = parseInt(a) c = Math.pow(3,b); 用c 除以 要判断的数,如果能除尽, 则是, 如果除不尽, 则不是。 /** * @param {number} n * @return {boolean} */ var isPower 阅读全文
摘要:
//摘抄自:http://www.blueshop.com.tw/board/FUM20041006161839LRJ/BRD2008090916184152L.html//检测是否为内部IP/** * @param req * @returns {boolean} */var checkIsIns 阅读全文