1。忽视右键 <body oncontextmenu="return false"> 或 <body style="overflow-y:hidden"> 2。加入背景音乐 ie:<bgsound src="*.mid" loop=infinite> ns:<embed src="*.mid" au ...
分类:
Web程序 时间:
2018-06-08 15:57:21
阅读次数:
239
vue-infinite-loading官网:https://peachscript.github.io/vue-infinite-loading/ 安装: list.vue页面 ...
分类:
其他好文 时间:
2018-06-06 22:18:42
阅读次数:
1344
Problem description Consider the infinite sequence of integers: 1,?1,?2,?1,?2,?3,?1,?2,?3,?4,?1,?2,?3,?4,?5.... The sequence is built in the following ...
分类:
其他好文 时间:
2018-05-30 13:53:53
阅读次数:
193
注:vue-infinite-loading2.0只能在Vue.js2.0中使用。如果你想在Vue.js1.0中使用,请安装vue-infinite-loading1.3版本 es6模块导入方式 Template 基础布局例子: Script ...
分类:
其他好文 时间:
2018-05-25 16:10:21
阅读次数:
841
20172315 2017 2018 2 《程序设计与数据结构》第十周学习总结 教材学习内容总结 + 集合是一种对象,类似于保存其他对象的存储库。 + 集合的同构和异构:同构意味着这种集合保存类型全部相同的对象,异构可以保存各种类型的对象。 + 对象具有定义良好的接口,从而成为一种实现集合的完整机制 ...
分类:
其他好文 时间:
2018-05-20 22:19:10
阅读次数:
197
// : LabeledFor.java // Java’s "labeled for loop" public class LabeledFor { /** * 是后面跟着一个冒号的标识符 * * 放在循环前面 * @param args ... ...
分类:
编程语言 时间:
2018-05-18 15:45:12
阅读次数:
205
<style> @keyframes dot { 0% { width: 0; } 33% { width: .2em; } 66% { width: .5em; } 100% { width: .8em; } } .dot { display: inline-block; width: 20px; ...
分类:
其他好文 时间:
2018-05-18 15:37:25
阅读次数:
152
Codeforces Round #483 (Div. 1) 简要题解 ...
分类:
其他好文 时间:
2018-05-17 11:43:28
阅读次数:
214
$.LoadEvents("showLoading",$("#tt"),"#902D2D"); $.LoadEvents("hideLoading",$("#tt")); 原生代码: CSS 实现效果 引伸:$.extend({}),(function(){})(jQuery)的使用; $.exte ...
分类:
Web程序 时间:
2018-05-15 19:39:13
阅读次数:
285
原文:SVG路径动画解密 原文链接:http://www.gbtags.com/gb/share/5581.htm SVG路径动画效果现在貌似越来越多网站都使用了,给我的感觉就像是一段时间的流行而已,刚一出来大家都感觉很炫酷,时间久了也就审美疲劳啦!如果还不知道什么是SVG... ...
分类:
其他好文 时间:
2018-05-12 20:31:32
阅读次数:
170