##一、概述 ###1、功能: HTML 元素选取 HTML 元素操作 CSS 操作 HTML 事件函数 JavaScript 特效和动画 HTML DOM 遍历和修改 AJAX Utilities ###2、兼容 <!--[if lt IE 9]> <script src="jquery-1.9. ...
分类:
Web程序 时间:
2021-05-24 07:12:24
阅读次数:
0
You need to activate the Developer Options and USB Debugging for the purpose. Follow the below mention steps and you would be good to go: 1.Slide into ...
分类:
其他好文 时间:
2021-04-28 11:44:14
阅读次数:
0
1. 导航高亮 > {pboot:if('[nav:scode]'=='{sort:tcode}')}class="active"{/pboot:if} //用于非首页 例: {pboot:nav} <li {pboot:if('[nav:scode]'=='{sort:tcode}')}class ...
分类:
其他好文 时间:
2021-04-15 12:25:16
阅读次数:
0
最近在研发“移动端触屏滑动”(手机端在线做题翻页)功能的过程当中,使用了Swiper插件,官方参考地址:swiper 写好静态模板,一切顺利,切换动态数据加载时,不能上下切换、前后滑动,动态统计template模板加载的数据量,绑定到swiper-slide类里面,虽然可以解决这个问题, 在用户体验 ...
分类:
其他好文 时间:
2021-04-12 12:15:18
阅读次数:
0
这是我在《程序设计实习》课程上作的pre,目标是对C/C++中字符串的相关内容作一个尽量完整的介绍。(对于OIer可能不太实用) 课件链接: https://files.cnblogs.com/files/turboboost/slides.pdf.zip 目录截图: ...
分类:
编程语言 时间:
2021-04-09 13:08:36
阅读次数:
0
TopN的常见应用场景,最热商品购买量,最高人气作者的阅读量等等。 1. 用到的知识点 Flink创建kafka数据源; 基于 EventTime 处理,如何指定 Watermark; Flink中的Window,滚动(tumbling)窗口与滑动(sliding)窗口; State状态的使用; P ...
分类:
其他好文 时间:
2021-03-12 13:00:59
阅读次数:
0
一 缓动动画添加回调函数 1)注意实现 回调函数调用的位置:定时器结束的位置。 2)代码实现 <!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=dev ...
分类:
其他好文 时间:
2021-03-02 11:53:51
阅读次数:
0
要求:年龄不满18 就边框飘红 后台代码: public class AgeInfoWithValidation : IDataErrorInfo { private int age =0; public int Age { get { return age; } set { age = value ...
分类:
其他好文 时间:
2021-02-09 12:02:45
阅读次数:
0
一,安装,cube-ui 安装cube-ui vue add cube-ui (针对vue-cli3),安装会有一些配置提示, 以后会直接使用cube组件了,按需引入,Use post-compile? 后编译 y部分引用 Import type自定义主题 Custom theme yUse rem ...
分类:
其他好文 时间:
2021-02-08 11:54:29
阅读次数:
0
参见: http://thesecretlivesofdata.com/raft/ 的 slide 介绍。 ...
分类:
编程语言 时间:
2021-01-13 10:52:44
阅读次数:
0