上一页 1 ··· 4 5 6 7 8 9 10 11 12 ··· 31 下一页
摘要: 1、 数字运算保留精度 2、返回指定索引位置字符的 Unicode 值 3、NaN 判断是否是数字 4、基本数据类型在做擦书传递时,尽量不要在函数中修改,因为修改乐,也米有用。 5、URI 统一资源识别符 //console.log("中国".encodeURI()) function testEn 阅读全文
posted @ 2019-01-26 15:14 巨兽~墨菲特 阅读(164) 评论(0) 推荐(0) 编辑
摘要: C:\Users\Administrator>npm install -g vue-cli npm WARN deprecated coffee-script@1.12.7: CoffeeScript on NPM has moved to "coffeescript" (no hyphen) C: 阅读全文
posted @ 2019-01-25 14:55 巨兽~墨菲特 阅读(165) 评论(0) 推荐(0) 编辑
摘要: https://cn.vuejs.org/v2/guide/components-registration.html#%E7%BB%84%E4%BB%B6%E5%90%8D 1 <!DOCTYPE html> 2 <html lang="en"> 3 <head> 4 <meta charset=" 阅读全文
posted @ 2019-01-25 13:04 巨兽~墨菲特 阅读(166) 评论(0) 推荐(0) 编辑
摘要: 元素选择器中w3cschool中有些翻译不太准确 比如 +:其实是与element1元素同级,位于element1元素之后的第一个element2元素 ~:其实是与element1元素同级,位于element1元素之后的所有element2元素 1. 资料 1 <!DOCTYPE html> 2 < 阅读全文
posted @ 2019-01-24 14:38 巨兽~墨菲特 阅读(314) 评论(0) 推荐(0) 编辑
摘要: ss3增添了盒模型box-sizing,属性值有下面三个: content-box:默认值,让元素维持W3C的标准盒模型。元素的宽度/高度(width/height)(所占空间)等于元素边框宽度(border)加上元素内边距(padding)加上元素内容宽度 /高度(content width/he 阅读全文
posted @ 2019-01-24 14:13 巨兽~墨菲特 阅读(149) 评论(0) 推荐(0) 编辑
摘要: 纯CSS实现轮播图 阅读全文
posted @ 2019-01-24 13:36 巨兽~墨菲特 阅读(212) 评论(0) 推荐(0) 编辑
摘要: Document {{time}} {{i+1}} 下一张 阅读全文
posted @ 2019-01-24 10:19 巨兽~墨菲特 阅读(117) 评论(0) 推荐(0) 编辑
摘要: 使用方法lorem + 单词数量 示例(VS Code中): 阅读全文
posted @ 2019-01-23 10:09 巨兽~墨菲特 阅读(1446) 评论(0) 推荐(0) 编辑
摘要: https://www.cnblogs.com/wupeiqi/articles/6283017.html requests Python标准库中提供了:urllib、urllib2、httplib等模块以供Http请求,但是,它的 API 太渣了。它是为另一个时代、另一个互联网所创建的。它需要巨量 阅读全文
posted @ 2019-01-21 11:06 巨兽~墨菲特 阅读(209) 评论(0) 推荐(0) 编辑
摘要: 1 package day03; 2 3 public class class_lei { 4 5 public static void main(String[] args) { 6 // TODO Auto-generated method stub 7 Teacher t1=new Teacher(); 8 ... 阅读全文
posted @ 2019-01-20 10:57 巨兽~墨菲特 阅读(144) 评论(0) 推荐(0) 编辑
上一页 1 ··· 4 5 6 7 8 9 10 11 12 ··· 31 下一页