E-COM-NET
首页
在线工具
Layui镜像站
SUI文档
联系我们
推荐频道
Java
PHP
C++
C
C#
Python
Ruby
go语言
Scala
Servlet
Vue
MySQL
NoSQL
Redis
CSS
Oracle
SQL Server
DB2
HBase
Http
HTML5
Spring
Ajax
Jquery
JavaScript
Json
XML
NodeJs
mybatis
Hibernate
算法
设计模式
shell
数据结构
大数据
JS
消息中间件
正则表达式
Tomcat
SQL
Nginx
Shiro
Maven
Linux
box2
记录一些python的使用
:box_str="-".join(['0'*(4-len(str(x)))+str(x)forxinposition])2.用来计算两个矩形overlap的函数:defmat_inter(box1,
box2
Tiffany6639
·
2018-06-29 18:33
代码记录
yolo 算法中的IOU算法程序与原理解读
如果你有两个边界框,你可以计算交集,计算并集,然后求两个数值的比值,现在贴出python计算IOU代码:defiou(box1,
box2
):"""Implementtheintersectionoverunion
Robert--cao
·
2018-06-18 17:30
15-浮动
表示左浮动right:表示右浮动看一个例子html结构:路飞学城css样式:.box1{width:300px;height:300px;background-color:red;float:left;}.
box2
小马哥&
·
2018-05-15 10:00
3dsmax9怎么设计一款液晶电视模型?
软件名称:3DsMAX(3DMAX)V9.0简体中文精简绿色增强版软件大小:95.49MB更新时间:2014-02-241、前视图建立一个如下参数所示的
box2
、按如下步骤选择该box3、键盘上点击一下
568087278
·
2018-04-28 12:36
jquery定时器
background:#000000;padding:10px;}数字从1变化到10:0自动添加类:00000003秒后自动添加类:0000000$(function(){fn1("#box1");fn2("#
box2
酷jjs
·
2018-03-29 10:58
前端笔记
jquery
简单“新闻列表”边框
新闻列表.box1{width:400px;height:50px;border-top:1pxsolid#f00;border-bottom:3pxsolid#666;}.
box2
{font-size
随风摇摆的樱桃
·
2018-03-28 20:26
HTML5 拖拽(draggable),JavaScript事件
demo.html:Document.box{width:200px;height:200px;background-color:blue;}.
box2
{width:400px;height:400px
houyanhua1
·
2018-03-25 20:31
HTML5
JavaScript
PHP中对象的引用传递
对于对象就不一样:$box1=newParcel();$box1->destinationCountry='Denmark';$
box2
=$box1;$box2->destinationCountry=
parvin
·
2018-03-19 00:00
写时拷贝
引用传递
对象
oop
php
元素垂直居中方法(面试常问)
position:absolute;top:0;bottom:0;left:0;right:0;margin:auto;width:200px;height:200px;background:aqua;}.
box2
果果zdn
·
2018-03-07 00:55
css
鼠标拖拽4
#box1{width:100px;height:100px;background-color:red;position:absolute;}#
box2
{width:100px;height:100px
李建彪0
·
2018-02-08 11:18
百度页面
Title*{margin:0;padding:0;}.box{width:1400px;height:700px;background:black;}.
box2
{width:800px;height:
Devotion丶
·
2018-01-02 07:00
caa混合开发
jQuery-day04
事件#btn{width:120px;height:35px;font-size:18px;}.box{width:500px;height:500px;background:burlywood;}.
box2
Rosemarry丶
·
2017-12-27 20:50
jquery实现来回翻转效果
Document.box{width:200px;height:200px;position:relative;}.box1,.
box2
{width:200px;height:200px;position
背着吉他的蝙蝠女侠
·
2017-12-16 16:19
jquery
简易拖拽
代码总览:Documentdiv{width:100px;height:100px;background:red;position:absolute;}#
box2
{background:green;}#
旧梦凉人心_d0ce
·
2017-12-11 02:04
获取页面中元素的中心位置
给出比较直观的图Paste_Image.png#box1,#
box2
{widtH:100px;height:100px;margin-bottom:100px;margin
yongningfu
·
2017-12-06 04:28
21日操作题1
.box1{width:100px;height:100px;background-color:pink;float:left;margin:10px10px;}.
box2
{width:100px;height
龍源釺律
·
2017-12-05 07:05
CSS样式(样式表的三个特性)
CSS样式(样式表的特性)1.样式表的层叠性2.样式表的继承性3.优先级/**样式表的层叠性:样式的覆盖(eg:
box2
的背景颜色黄色把box1的背景颜色红色覆盖)**总结:当多个样式作用于同一个(同一类
AnyBisks
·
2017-12-02 19:00
前端css
第十三章 CSS背景和精灵图
背景和精灵图/*div{width:300px;height:200px;}.box1{background-color:red;}.
box2
{background-color:rgb(0,255,0)
老黑猩猩
·
2017-10-25 13:17
transform属性单独定义和复合写法的区别
我们直接以一个示例开始:代码transform属性单独定义和复合写法的区别.box1,.
box2
,.box3{float:left;width:100px;height:100px;margin:100px
暗恋桃花源丫
·
2017-09-26 22:11
#a标签的伪类选择器
a标签伪类选择器.box1:link{color:green;}.
box2
:visi
xf0128
·
2017-09-13 19:44
margin 重叠问题
我们来看一个例子:margin重叠问题*{margin:0;padding:0;}div{border:1pxsolidred;width:200px;}#box1{margin-bottom:6px;}#
box2
暗恋桃花源丫
·
2017-09-13 16:37
CSS弹性盒子模型Flex
FF0000;/*1.将容器设置为弹性盒子*/display:flex;/*2设置水平居中*/justify-content:center;/*设置为垂直居中*/align-items:center;}#
box2
菜鸟腾飞
·
2017-08-25 20:24
拖拽事件的dataTransfer
//拖拽元素varbox3=document.querySelector(".box3");//目标元素vartarget=document.querySelector(".
box2
");//拖拽元素的事件
格调的声色影像
·
2017-07-17 13:52
浮动
不再独占一行示例代码:Document.box2{width:100px;height:100px;border:1pxsolid#ccc;background-color:skyblue;}效果:修改:.
box2
Moorez
·
2017-07-01 00:00
前端
html
html5
css
vertical-align 学习思考
我们用两个常见的属性值(top、bottom)来看下它取值的原理1.属性值为toptop属性值对class=
box2
的文本进行顶部对齐,两个span文本顶部基线一致,那么class=b
hellowade
·
2017-06-26 11:05
CSS基础-背景和精灵图
background-color:属性设置标签的背景颜色取值:具体单词rgbrgba十六进制格式:div{width:100px;height:50px;}.box1{background-color:red;}.
box2
有故事的张同学
·
2017-06-19 19:07
css定位
position:relative;示例程序*{margin:0;padding:0;}div{width:100px;height:100px;}.box1{background-color:red;}.
box2
Jackson_yee_
·
2017-06-14 18:07
6.2 (案例) forwards 以及backwards
forwards以及backwards.pngDocument*{margin:0;padding:0;}.box1,.
box2
,.box3,.box4{width:100px;height:100px
柒月柒日晴7
·
2017-06-08 16:09
6.2 (案例) forwards 以及backwards
forwards以及backwards.pngDocument*{margin:0;padding:0;}.box1,.
box2
,.box3,.box4{width:100px;height:100px
柒月柒日晴7
·
2017-06-08 16:09
jquery width,innerWidth,outerWidth 区别
height:200px;background-color:pink;padding:20px;margin:30px;box-sizing:border-box;border:1px solid red;}#
box2
antlove
·
2017-05-11 15:52
web
jquery
width
前端开源
读大神的博客后对于position:absolute,position:fixed的总结
1、没有定义值得absolute和float一样,是脱离文档流的eg:.image{position:absolute;width:50px;height:50px;}.
box2
{padding-left
alisaGreen
·
2017-04-28 11:27
css
纯CSS实现圆环渐变过渡加载动画
主要是从CSS3中的linear-gradient@keyframes和border-radius等属性上下手,兼容到IE10box1和
box2
分别为左右两个渐变半圆,结合到一起就成了一整个渐变圆,box3
DeepLies
·
2017-03-29 16:00
动画
css3
【a】标签的伪类选择器
举个栗子:a标签伪类选择器.box1:link{color:green;}.
box2
:visited{color:pink;}.box3:act
CallMeQiuqiuqiu
·
2017-03-15 19:13
有关CSS
zinnia-theme-bootstrap 使用过程中的问题
box1,
box2
'isnotdefinedw
fujianfafu
·
2017-02-27 20:00
django
zinnia
JavaScript -- 进阶篇
1.2:给变量取个名字(变量名)我们为了区分盒子,可以用BOX1,
BOX2
等名称代表不同盒子,BOX1就是盒子的名字(也就是变量的名字)。我么赶快给变量取个好听的名字吧!变量名可以任意取,只不过
SunMoonJP
·
2017-02-27 08:00
JavaScript
2017-02-21 CSS学习笔记 am
浮动元素高度问题在标准流中内容的高度可以撑起父元素的高度在浮动流中浮动的元素是不可以撑起父元素的高度的清除浮动方式一第一种方式给前面一个父元素设置高度注意点:在企业开发中,我们能不设高度就不设高度,所以这种方式用的很少.box1{height:20px;background-color:red;}.
box2
GodlinE
·
2017-02-21 13:03
javascript事件的传播基础实例讲解(35)
本文实例为大家分享了js事件的传播,供大家参考,具体内容如下#box1{width:300px;height:300px;background-color:deepskyblue;}#
box2
{width
厚积薄发2017
·
2017-02-14 16:57
图片碰撞
150px;height:100px;position:absolute;cursor:pointer;border:3px#fffsolid;}#box1{left:50px;top:20px;}#
box2
YT_Zou
·
2017-01-20 17:29
无聊写个遮罩层
margin:0;padding:0;}.box1{width:100px;height:100px;border:1pxsolid#000;float:left;position:relative;}.
box2
张宪宇
·
2017-01-18 19:06
Flex弹性布局以及CSS3中的垂直居中
Flex意为“弹性布局”,其定义方式如下:.box{display:flex;//普通元素}.
box2
{display:inline-flex;//行内元素}.box3{display:-webkit-flex
Rio2017110
·
2017-01-10 21:18
内外边距的注意点
示例代码#box1{width:600px;height:150px;border:50px;background:red;padding-left:50px;}#
box2
{width:300px;height
GeekLee.
·
2016-12-19 22:28
html-css
定位绝对定位,相对定位,固定定位
Documentdiv{width:100px;height:100px;}.box1{border:1pxsolidred;}.
box2
{border:1pxsolidyellow;/*position
孤岛渔夫
·
2016-12-03 23:04
前端开发笔记(4)css基础(下)
Documentdiv{width:100px;height:100px;}.box1{background-color:green;}.
box2
{background-color:blue;position
weixin_34004750
·
2016-11-24 21:00
前端
js节点属性的创建 添加 删除
节点的访问关系---------------------//节点的访问关系是以属性形式存在//1.box1是box的父节点//varbox2=document.getElementsByClassName("
box2
约德尔蒙
·
2016-11-20 17:45
Js
CSS基础-定位-李南江
relative;示例程序<style>*{margin:0;padding:0;}div{width:100px;height:100px;}.box1{background-color:red;}.
box2
乔玛尼
·
2016-11-08 10:57
HTML5
HTML5培训
李南江
鼠标放上去盒子向上滑动
html:css(引入重置文件后的车css):.box{height:500px;width:500px;background-color:pink;}.box1,.
box2
{width:100px;height
Annay_li
·
2016-08-26 14:44
特效
鼠标放图片上,原图上划上去一个透明图片
background-color:pink;position:relative;overflow-y:hidden;}.box1{background-color:red;width:100px;height:100px;}.
box2
Annay_li
·
2016-08-26 14:39
特效
js实现无缝循环滚动
height:400px;border:1pxsolid;box-shadow:2px2px2px#000;overflow:hidden;}.box{position:relative;}.box1,.
box2
Mr.小Y
·
2016-08-24 08:33
有关绝对定位的全面理解
有关绝对定位的理解/*1.未被设置定位之前是大盒子包裹着小盒子,符合标准文档流,如图片1所示.box1{width:500px;height:500px;background:red;}.
box2
{width
佚名
·
2016-07-20 09:46
CSS position:absolute全面了解
请看下面代码:XML/HTMLCode复制内容到剪贴板绝对定位的特征.box1,.
box2
,.box3{background-color:orange;margin-bottom:30px;}.absolute
佚名
·
2016-07-20 09:42
上一页
8
9
10
11
12
13
14
15
下一页
按字母分类:
A
B
C
D
E
F
G
H
I
J
K
L
M
N
O
P
Q
R
S
T
U
V
W
X
Y
Z
其他