发表于: 2016-05-19 15:46:40

1 1000


http://www.51xuediannao.com/html+css/htmlcssjq/704.html

<style>

        .box {

            padding: 5px;

            width: 150px;

            height: 150px;

            border: 1px #f6f6f6 solid;

        }


        .yellowcell {

            background: #e8830d;

            width: 48px;

            height: 48px;

            border-radius: 5px;

            border: 1px solid white;

            float: left;

        }

    </style>

<body>

    <div class=box>

        <div class=yellowcell></div>

        <div class=yellowcell></div>

        <div class=yellowcell></div>

        <div class=yellowcell></div>

        <div class=yellowcell></div>

        <div class=yellowcell></div>

        <div class=yellowcell></div>

        <div class=yellowcell></div>

        <div class=yellowcell></div>

    </div>

</body>


nginx配置总结


1.conf/nginx.conf 配置路径的时候 如果路径带有空格(比如Visual Studio 2015),这样的就启动不了nginx.我一般是在任务管理器里按n键查看是否已有该进程.

所以解决方案是路径两边加双引号.

2.重启前要先关掉再开启,直接双击是不会有重启效果的,只会无脑增加进程却无效.





返回列表 返回列表
评论

    分享到