码迷,mamicode.com
首页 >  
搜索关键字:speed    ( 1368个结果
JQuery特效与动画总结
几种特效 一、显示与隐藏show、hide js写法: docment.getElementById("p1").style.display="block"; document.getElementById("p1").style.display="none"; JQuery显示与隐藏的方法: $( ...
分类:Web程序   时间:2017-05-18 01:19:40    阅读次数:174
html5摇一摇代码优化
首先对DeviceMotionEvent进行优化; 去除没用的代码,又一次封装DeviceMotionEven if(window.DeviceMotionEvent) { var speed = 25;//定义一个数值 var x = y = z = lastX = lastY = lastZ = ...
分类:Web程序   时间:2017-05-17 20:58:07    阅读次数:228
ubuntu 安装tomcat
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
March 4 2017 Week 10 Saturday
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
POJ 3311---Hie with the Pie(状压DP)
题目链接 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
SaltStack安装介绍
一、入门指南 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
1368条   上一页 1 ... 71 72 73 74 75 ... 137 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!