<template> <div id="infiniteScroll" class="infinite-scroll"> <slot></slot> </div> </template> <script> /** * 用法: * 将该组件放在列表最下方,其直接父级元素为滚动的包含块 * window ...
分类:
其他好文 时间:
2020-05-12 13:54:53
阅读次数:
76
实例 普通的 HTML 表格,包含两行两列: <table border="1"> <tr> <th>Company</th> <th>Address</th> </tr> <tr> <td>Apple, Inc.</td> <td>1 Infinite Loop Cupertino, CA 950 ...
分类:
Web程序 时间:
2020-05-11 18:36:53
阅读次数:
78
聊聊select, poll 和 epoll 假设项目上需要实现一个TCP的客户端和服务器从而进行跨机器的数据收发,我们很可能翻阅一些资料,然后写出如下的代码。 服务端 void func(int sockfd) { char buff[MAX]; int n; // infinite loop f ...
分类:
其他好文 时间:
2020-05-03 20:08:14
阅读次数:
52
"题目链接: 2018 ICPC Pacific Northwest Regional Contest I Inversions" 题意 给出一个长度为$n$的序列,其中的数字介于0 k之间,为0表示这个位置是空的。现在可以在这些空的位置上任意填入1 k之间的数字(可以重复)。问最多可以总共有多少对 ...
分类:
其他好文 时间:
2020-05-01 20:48:33
阅读次数:
65
题目英文版: The only difference between the easy and the hard versions is the maximum value of k. You are given an infinite sequence of form "1121231234123 ...
分类:
其他好文 时间:
2020-04-28 12:33:44
阅读次数:
91
题目描述 The only difference between the easy and the hard versions is the maximum value of k. You are given an infinite sequence of form "112123123412345 ...
分类:
其他好文 时间:
2020-04-27 22:17:24
阅读次数:
94
效果预览 按下右侧的“点击预览”按钮可以在当前页面预览,点击链接可以全屏预览。 https://codepen.io/comehope/pen/xJrOqd 可交互视频 此视频是可以交互的,你可以随时暂停视频,编辑视频中的代码。 请用 chrome, safari, edge 打开观看。 https ...
分类:
Web程序 时间:
2020-04-26 14:15:07
阅读次数:
91
https://en.wikipedia.org/wiki/Conway%27s_Game_of_Life The universe of the Game of Life is an infinite, two-dimensional orthogonal grid of square cells ...
分类:
其他好文 时间:
2020-04-23 18:55:58
阅读次数:
76
动画可以通过设置多个节点来精确控制一个或一组动画,常用来实现复杂的动画效果。 引用动画:animation:动画名称 动画时间 运动曲线 何时开始 播放次数 是否反方向; animation: rotate 5s linear 0s infinite alternate; 定义动画: @keyfra ...
分类:
Web程序 时间:
2020-04-21 11:22:37
阅读次数:
82
中文 | English vue-concise-slider vue-concise-slider,一个简单的滑动组件,配置简单,支持自适应/全屏+按钮+分页,同时兼容移动端和PC端 版本 v2.2.0 支持vue2.0+ 特点 简单配置 轻量 (~17.8kB gzipped) 多种滑动样式 目 ...
分类:
其他好文 时间:
2020-04-01 23:37:10
阅读次数:
119