In this lesson you will learn to ask about skills. 课上内容(Lesson) "I'm a man of my word" 我是一个讲信用的人/ 我是一个说道做到的人 a street vendor illegal 非法 <--> legal 合法 ...
分类:
其他好文 时间:
2020-06-07 11:05:19
阅读次数:
75
Lesson-3 修改f(selector) 里的判断,新增domReady 我们知道在jQuery中还有一种选择器写法 $(function() { }); 在dom加载完毕后马上就执行,这样的方法会比onload更快,所以domReady对于我们来说一定是必不可少的 我们在init方法中要新增以 ...
分类:
Web程序 时间:
2020-05-26 18:41:26
阅读次数:
68
Lesson-2 这个版本新增 next(),prev(),parent(),parents() 这4个选择元素的方法还是比较常用的 首先我们需要一个func来过滤我们需要的dom function sibling(cur, dir) { while ((cur = cur[dir]) && cur ...
分类:
Web程序 时间:
2020-05-26 18:12:26
阅读次数:
70
In the lesson you will learn to talk about driving a car. 课上内容(Lesson) 词汇(Key Word ) 句型(Sentences) 语法(Grammar) ...
分类:
其他好文 时间:
2020-05-21 10:09:12
阅读次数:
63
lesson-12主页左侧内容 //视频1-主页左侧内容1css文件夹: common.css //公共布局css index.css //主页中间层css reset.css //公共重置cssjq文件夹: index.js //自定义动画 代码index.html //首页course.html ...
分类:
其他好文 时间:
2020-05-19 22:53:22
阅读次数:
68
HIVE分区,桶,倾斜概念 ref:https://edu.hellobi.com/course/93/play/lesson/2037 静态分区: 按日期来分区 动态分区: 商品二级类目分区(图书、数码等),是不确定的 set hive.exec.dynamic.partition 查看设置tru ...
分类:
其他好文 时间:
2020-05-17 17:42:14
阅读次数:
76
In this lesson, we build a little app that fetches dog photos from the dog.ceo API, based on a "breed" search field. We want the API call to happen ag ...
In this lesson, we define a "count" state value with the x-data directive provided by Alpine JS. This defines a new scoped component, which can have a ...
分类:
Web程序 时间:
2020-05-14 19:49:13
阅读次数:
101
In this lesson, we create a set of tabs with Alpine JS, where only the content of the currently active tab is visible. To do this, we define an active ...
分类:
Web程序 时间:
2020-05-14 19:45:34
阅读次数:
73
In this lesson, we move the component definition to a function, defined in a script tag in the HTML document. We then iterate through an Array of Obje ...
分类:
Web程序 时间:
2020-05-14 19:33:21
阅读次数:
82