几种特效 一、显示与隐藏show、hide js写法: docment.getElementById("p1").style.display="block"; document.getElementById("p1").style.display="none"; JQuery显示与隐藏的方法: $( ...
分类:
Web程序 时间:
2017-05-18 01:19:40
阅读次数:
174
首先对DeviceMotionEvent进行优化; 去除没用的代码,又一次封装DeviceMotionEven if(window.DeviceMotionEvent) { var speed = 25;//定义一个数值 var x = y = z = lastX = lastY = lastZ = ...
分类:
Web程序 时间:
2017-05-17 20:58:07
阅读次数:
228
http://blog.topspeedsnail.com/archives/4551 https://www.digitalocean.com/community/tutorials/how-to-install-apache-tomcat-8-on-ubuntu-16-04 ...
分类:
系统相关 时间:
2017-05-12 17:33:22
阅读次数:
206
There is more to life than increasing its speed. 生活不仅仅是匆匆赶路。 I always think I have walked very slowly on my life road, sometimes I even walked backwar ...
分类:
其他好文 时间:
2017-05-10 11:30:39
阅读次数:
186
在各大网站上我们都可以看到一个回到顶部按钮,但它是怎么做的呢? 其实很简单,我们只需要将scrollTop的值置为0即可。但为了让回滚的效果更舒服,我们需要利用一点运动学的知识让页面滚动的速度由快变慢,例如speed = scrollTop/8。 先给出布局代码: 我们先获取到初始的scrollTo ...
分类:
其他好文 时间:
2017-05-08 21:06:52
阅读次数:
266
题目链接 Description The Pizazz Pizzeria prides itself in delivering pizzas to its customers as fast as possible. Unfortunately, due to cutbacks, they can ...
分类:
其他好文 时间:
2017-05-06 19:13:59
阅读次数:
270
原文链接:https://www.maximintegrated.com/en/design/blog/machine-learning-can-speed-up-design-cycle.html HOW MACHINE LEARNING CAN SPEED UP YOUR DESIGN CYCL ...
分类:
其他好文 时间:
2017-05-03 11:35:49
阅读次数:
215
一、入门指南 1.1 SALTSTACK是什么? The backbone of Salt is the remote execution engine, which creates a high-speed, secure and bi-directional communication net ...
分类:
其他好文 时间:
2017-05-02 13:39:39
阅读次数:
145
1 import pygame 2 import sys 3 from pygame.locals import * 4 5 # 初始化Pygame 6 pygame.init() 7 8 size = width, height = 600, 400 9 speed = [-2, 1] 10 bg... ...
分类:
其他好文 时间:
2017-04-29 11:58:15
阅读次数:
134