zoukankan      html  css  js  c++  java
  • 三列布局中间自适应

    <!DOCTYPE html>
    <html>
     <head>
      <meta charset="utf-8" />
      <title></title>
      <style type="text/css">
       body{margin:0;padding:0}
       .left{200px;height:800px;background-color:red;position:absolute;left:0;top:0;}
       .mid{height:800px;background: #999;margin:0 300px 0 200px;}
       .right{300px;height:800px;background:#8A2BE2;position:absolute;right:0;top:0}
      </style>
     </head>
     <body>
      <div class="left">200px</div>
      <div class="mid">Recently,the issue of synchronization in multi-layer networks has attracted much attention.In this article,we introduce switching coupling to study the synchronization of two-layer network.We first discuss the synchronization of single-layer network.That is,there is only one layer in the system.Then,the switching coupling is added to the network,i.e.,switching back and forth between the two layers.We mainly discuss the impact of the switching frequency and the ratio of time occupied by each layer to the synchronization,and make a reasonable explanation for the synchronization phenomenon in the double-layer network.Finally we give an example,and the same analysis method still works.</div>
      <div class="right">300px</div>
     </body>
    </html>

  • 相关阅读:
    虚拟化资料
    Windows线程+进程通信
    Linux进程+进程间通信IPC
    COM/DOM/COM+
    C# 2.0新特性与C# 3.5新特性[转]
    [CruiseControl]配置文件config.xml
    C#的Delegate和Event
    [BuildRelease Management]Visual Build
    软件培训机构
    可以自动输入密码的Runas
  • 原文地址:https://www.cnblogs.com/xiaoqianliu/p/8553859.html
Copyright © 2011-2022 走看看