zoukankan      html  css  js  c++  java
  • 模拟现实物理效果

    <p><!doctype html>HTML5 模拟现实物理效果,感受 Web 技术魅力</p>
    <style><!--
    body {
    				overflow: hidden;
    				background-color: #000000;
    				user-select: none;
    				-webkit-user-select: none;
    				-moz-user-select: none;
    				-o-user-select: none;
    				-ms-user-select: none;
    			}
    --></style>
    <div id="canvas"> </div>
    <!-- <div class="footer-banner" style="position:absolute;bottom:-300px;left:-200px;728px; margin:30px auto"></div> -->
    <script type="text/javascript" src="assets/protoclass.js"></script>
    <script type="text/javascript" src="assets/box2d.js"></script>
    <script type="text/javascript" src="assets/Main.js"></script>
    <script type="text/javascript" src="http://dreamsky.github.io/main/blog/common/jquery.min.js"></script>
    <script type="text/javascript" src="http://dreamsky.github.io/main/blog/common/init.js"></script>
    

      

  • 相关阅读:
    MySQL锁系列3 MDL锁
    MySQL锁系列2 表锁
    MySQL锁系列1
    MySQL open table
    MySQL优化器join顺序
    MySQL优化器cost计算
    MySQL源码 优化器
    MySQL源码 解析器
    MySQL源码 数据结构hash
    微信小程序爬坑日记
  • 原文地址:https://www.cnblogs.com/CH-cnblogs/p/11444622.html
Copyright © 2011-2022 走看看