摘要: 在做仿天猫项目时,预期 已经用cdn加载bootstrap,但是不显示文字图标;实际情况: 发现是引用bootstrap的版本导致的。4.0.0版本及以后的css源码中找不到@font-face。可以改成用3.3.7版本之前的 http://www.bootcdn.cn/bootstrap/ 里面去 阅读全文
posted @ 2018-04-01 15:37 小字辈 阅读(181) 评论(0) 推荐(0)
摘要: 题目: You live in the city of Cartesia where all roads are laid out in a perfect grid. You arrived ten minutes too early to an appointment, so you decid 阅读全文
posted @ 2018-04-01 15:36 小字辈 阅读(182) 评论(0) 推荐(0)
摘要: Write a function that accepts an array of 10 integers (between 0 and 9), that returns a string of those numbers in the form of a phone number. Example 阅读全文
posted @ 2018-04-01 15:36 小字辈 阅读(328) 评论(0) 推荐(0)
摘要: 1,下载sublime 3,地址:http://www.sublimetext.com/ 2,注册码:(在网上找的,感谢前辈)打开sublime3, help add license 复制下面license 现在貌似不能用了 —– BEGIN LICENSE —– TwitterInc 200 Us 阅读全文
posted @ 2018-04-01 15:36 小字辈 阅读(209) 评论(0) 推荐(0)
摘要: 问题描述: Return the number (count) of vowels in the given string. We will consider a, e, i, o, and u as vowels for this Kata. The input string will only 阅读全文
posted @ 2018-04-01 15:34 小字辈 阅读(233) 评论(0) 推荐(0)