摘要: "题目" Write a program that outputs the string representation of numbers from 1 to n. But for multiples of three it should output “Fizz” instead of the 阅读全文
posted @ 2017-02-18 10:02 妙音天女 阅读(167) 评论(0) 推荐(0) 编辑
摘要: "题目" Given a positive integer, output its complement number. The complement strategy is to flip the bits of its binary representation. Note: 1. The gi 阅读全文
posted @ 2017-02-18 09:36 妙音天女 阅读(229) 评论(0) 推荐(0) 编辑
摘要: "题目" The "Hamming distance" between two integers is the number of positions at which the corresponding bits are different. Given two integers x and y, 阅读全文
posted @ 2017-02-18 08:44 妙音天女 阅读(277) 评论(0) 推荐(0) 编辑
摘要: 跟着 "Webpack傻瓜式指南(一)" 这个教程在安装webpack和webpack dev server的时候遇到很多问题,查了很多终于一一找到解决办法。 主要参考了这三篇博文: "moudule.js:338 throw err; Error: Cannot find module 'webp 阅读全文
posted @ 2017-02-17 15:31 妙音天女 阅读(104659) 评论(28) 推荐(8) 编辑