码迷,mamicode.com
首页 >  
搜索关键字:lesson    ( 930个结果
V3 - What Can You Do? Teacher: GABRIELE
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
可想实现一个自己的简单jQuery库?(四)
Lesson-3 修改f(selector) 里的判断,新增domReady 我们知道在jQuery中还有一种选择器写法 $(function() { }); 在dom加载完毕后马上就执行,这样的方法会比onload更快,所以domReady对于我们来说一定是必不可少的 我们在init方法中要新增以 ...
分类:Web程序   时间:2020-05-26 18:41:26    阅读次数:68
可想实现一个自己的简单jQuery库?(三)
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
V3 - Going for Driver Teacher: GABRIELE
In the lesson you will learn to talk about driving a car. 课上内容(Lesson) 词汇(Key Word ) 句型(Sentences) 语法(Grammar) ...
分类:其他好文   时间:2020-05-21 10:09:12    阅读次数:63
12主页左侧内容
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
HADOOP-HIVE分区,桶,倾斜概念
HIVE分区,桶,倾斜概念 ref:https://edu.hellobi.com/course/93/play/lesson/2037 静态分区: 按日期来分区 动态分区: 商品二级类目分区(图书、数码等),是不确定的 set hive.exec.dynamic.partition 查看设置tru ...
分类:其他好文   时间:2020-05-17 17:42:14    阅读次数:76
[Mise] Refetch API data when a state value changes with the `$watch` property in Alpine JS
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 ...
分类:Windows程序   时间:2020-05-16 16:51:37    阅读次数:76
[Mise] Update a count state value with the x-on event listener directive in Alpine JS
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
[Mise] Toggle visibility and styles based on state with `x-show` and `x-bind` in Alpine JS
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
[Mise] Iterate through data with the `x-for` attribute in Alpine JS
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
930条   上一页 1 2 3 4 5 6 ... 93 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!