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
Orient
弹性盒模型
1、注意在使用弹性盒模型的时候 父元素必须要加display:box 或 display:inline-box Box-
orient
定义盒模型的布局方向 Horizontal 水平显示
·
2015-10-31 08:16
模型
css3盒模型
box-
orient
定义盒模型的布局方向horizontal水平显示vertical垂直方向box-direction元素排列顺序normal正序reverse反序box-ordinal-group设置元素的具体位置
zxc123e
·
2015-10-30 17:00
盒模型
[JS代码]如何判断ipad或者iphone是否为横屏或者竖屏 - portrait或者landscape
function
orient
() { alert('gete');
·
2015-10-28 08:30
iPhone
AOP简介AOP是什么?
AOP是OOP的延续,是Aspect
Orient
·
2015-10-23 09:18
AOP
OrientDB 1.3.0 发布,基于文档的数据库
Orient
DB 是一个可伸缩的文档数据库,支持 ACID 事务处理。使用 Java 5 实现。
·
2015-10-21 12:32
数据库
DDD~概念中的DDD
回到目录 概念中的DDD DDD: 领域驱动设计,它是对面向对象的的分析和设计(OOAD,Object
Orient
Analysis Design)的一个补充,对技术框架进行了分层规划,同时对每个类进行了策略和类型划分
·
2015-10-21 12:02
CSS 多行文本换行,溢出部分省略号
/多行文本省略号overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-
orient
jack088
·
2015-10-19 20:00
单行文本溢出和多行文本溢出
多行文本溢出需要满足下面几个条件:display:-webkit-box;overflow:hidden;text-overflow:ellipsis;word-break:break-all;-webkit-box-
orient
MissBean
·
2015-10-19 10:00
七牛关于图片EXIF信息中旋转参数Orientation的理解
对于
Orient
netdxy
·
2015-10-14 00:00
七牛
用css3弹性盒子模型实现九宫格布局
上 右上 左 中 右 左下 下 右下 css样式:.box{ display:-webkit-box;/*旧版,声明弹性盒子*/ -webkit-box-
orient
欧米茄
·
2015-10-13 20:00
CSS3 文本溢出截取
css代码:-webkit-box-
orient
:vertical; -webkit-line-clamp:X /* 这个X 是设置显示几行 */
programDu
·
2015-10-13 16:00
css3
多行文本截取
css3实现元素水平垂直居中
代码如下: 无标题文档 html,body{ width:100%; height:100%; display: -webkit-box; -webkit-box-
orient
晓军知了
·
2015-10-12 11:33
display
元素
center
horizontal
水平垂直
弹性盒子(flexible box)
将父元素盒子变为弹性盒子的方法:加display:-webkitt-box;(浏览器或设置为其他,box也可设置为inline-box)box-
orient
盒模型的子元素的排列方式horizontal:
fionafung58
·
2015-10-02 09:00
CSS设置一行文字,超出部分自动隐藏
ellipsis; display:-webkit-box; line-height:25px; max-height:25px; -webkit-line-clamp:1; -webkit-box-
orient
xiaojun_zxj
·
2015-09-26 16:00
CSS3 box学习笔记
CSS3提供的盒子样式可实现对盒子内部元素的弹性布局,我们就不用使用float或者display:inline来使块元素横向排布(box-
orient
可以做到),或者计算每个块的宽度or百分比来实现均分
VivianHope
·
2015-09-21 11:00
box
css3
CSS/CSS3常用样式小结
强制文本单行显示:white-space:nowrap;多行文本最后省略号:display:-webkit-box;-webkit-line-clamp:2;overflow:hidden;-webkit-box-
orient
风雨后见彩虹
·
2015-08-23 23:00
02 AppCan入门学习之弹性盒子模型
弹性合子右边1aaaabbbbccccposition:absoluteaaaabbbbcccc-webkit-box-direction:reverse;aaaabbbbcccc-webkit-box-
orient
走出地平线
·
2015-08-14 11:23
弹性盒子
AppCan
css居中
.hcenter { margin: 0px auto; display: -webkit-box; -webkit-box-
orient
: horizontal; -webkit-box-pack:
yuegedetiang
·
2015-08-11 17:00
css居中
超出点点点
hidden;text-overflow:ellipsis;white-space:nowrap;二行:display:-webkit-box;-webkit-line-clamp:2;-webkit-box-
orient
进步的蜗牛
·
2015-07-27 13:00
用D3.js进行医疗数据可视化 (三)坐标轴 (Axes)
任务一:让X轴的刻度以及相应的网格按月分布,并将刻度值改成中文可视化效果代码varxAxis=d3.svg.axis().scale(_x.range([0,quadrantWidth()])).
orient
慢游
·
2015-07-22 20:52
D3
JavaScript
用D3.js进行医疗数据可视化 (三)坐标轴 (Axes)
任务一:让X轴的刻度以及相应的网格按月分布,并将刻度值改成中文可视化效果 代码varxAxis=d3.svg.axis() .scale(_x.range([0,quadrantWidth()])) .
orient
eengel
·
2015-07-22 20:00
医疗
d3
数据可视化
javascript实现根据iphone屏幕方向调用不同样式表的方法
,这段JS代码可以动态调用不同的样式来适应屏幕变换functionorient(){switch(window.orientation){case0:document.getElementById("
orient
_css
不吃皮蛋
·
2015-07-13 16:11
第一章 面向对象软件工程与UML
面向对象编程(Object-
Orient
·
2015-07-07 22:00
面向对象
TK8.4 PaneWindow 组件
/usr/bin/envpythonfromTkinterimport*m=PanedWindow(
orient
=VERTICAL)m.pack(fill=BOTH,expand=1)top=Labe
linuxarmsummary
·
2015-07-02 16:00
移动端使用的WebKit私有属性
-webkit-box-
orient
必须结合的属性,设置或检索
jm1999
·
2015-06-20 14:00
webkit
移动端使用的WebKit私有属性
-webkit-box-
orient
jm1999
·
2015-06-20 14:00
webkit
移动端使用的WebKit私有属性
-webkit-box-
orient
必须结合的属性,设置或检索
jm1999
·
2015-06-20 14:00
webkit
页面文案展开和收缩样式的操作
webkit-box;text-overflow:ellipsis;overflow:hidden;text-overflow:ellipsis;-webkit-line-clamp:3;-webkit-box-
orient
u011108439
·
2015-06-09 13:00
图数据库OrientDB图Graph的Java增删改查操作
package com.zgd.orientdb; import com.orientechnologies.
orient
.client.remote.OServerAdmin; import com.orientechnologies.
orient
.core.command.script.OCommandScript
znsqingfeng
·
2015-03-25 17:00
NoSQL
图数据库
orientdb
-webkit-line-clamp实现多行文字溢出隐藏显示省略号
-webkit-box-
orient
必须结合的属性 ,设置
欢乐小金鱼
·
2015-03-24 22:00
Android设置屏幕方向
ActivityInfo.SCREEN_ORIENTATION_PORTRAIT反方向横屏:ActivityInfo.SCREEN_ORIENTATION_REVERSE_LANDSCAPE反方向竖屏:ActivityInfo.SCREEN_
ORIENT
u010916082
·
2015-02-06 15:00
NoSQL数据模型详解(二)の文档模型
流行的文档数据库有:MongoDB、CouchDB、Terrastore、
Orient
u010892841
·
2015-01-23 23:00
mongodb
web开发
NoSQL
文档型数据库
html5 canvas实现圆形进度
body { position:absolute; display:-webkit-box; -webkit-box-
orient
alertonece
·
2015-01-15 17:00
html5
canvas
圆形进度
css3中webkit-box的用法
提供的关于盒模型的几个属性:box-
orient
子元素排列verticalorhorizontal
qdujunjie
·
2014-12-08 15:00
display:box的兼容写法
display: -moz-box; display: -ms-flexbox; display: -o-box; display: box; /* box-
orient
·
2014-12-02 11:00
display
css flex应用
Document.flex-box{overflow:hidden;display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-box-
orient
adidas-scofield
·
2014-11-18 14:00
flex
css
html
css flex应用
Document.flex-box{overflow:hidden;display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-box-
orient
adidas-scofield
·
2014-11-18 14:00
flex
css
html
HTML5 SVG用marker画箭头
1、定义一个箭头的marker 有了
orient
="auto"这个属性,箭头的方向就会自动适应线条的方向2、定义一条线line或path等,添加属性marker-start最开始marker-mid
tuposky
·
2014-11-01 09:00
html5
svg
Marker
箭头
webkit 浏览器,多行省略
sc_structure_doc.sc_title{ white-space:normal; -webkit-line-clamp:2; display:-webkit-box; -webkit-box-
orient
xiongzhengxiang
·
2014-10-30 14:00
spring 第10 天 AOP 面向切面
AOP(Aspect
Orient
Programming)也就是 面向切面编程,AOP和OOP 互补 <?
Luob.
·
2014-08-21 00:00
joinpoint
Aspect
AOP.Pointcut
spring 第10 天 AOP 面向切面
AOP(Aspect
Orient
Programming)也就是 面向切面编程,AOP和OOP 互补 <?
Luob.
·
2014-08-21 00:00
joinpoint
Aspect
AOP.Pointcut
spring 第10 天 AOP 面向切面
AOP(Aspect
Orient
Programming)也就是 面向切面编程,AOP和OOP 互补 <?
Luob.
·
2014-08-21 00:00
joinpoint
Aspect
AOP.Pointcut
spring 第10 天 AOP 面向切面
AOP(Aspect
Orient
Programming)也就是 面向切面编程,AOP和OOP 互补 <?
Luob.
·
2014-08-21 00:00
joinpoint
Aspect
AOP.Pointcut
spring 第10 天 AOP 面向切面
AOP(Aspect
Orient
Programming)也就是 面向切面编程,AOP和OOP 互补 <?
Luob.
·
2014-08-21 00:00
joinpoint
Aspect
AOP.Pointcut
spring 第10 天 AOP 面向切面
AOP(Aspect
Orient
Programming)也就是 面向切面编程,AOP和OOP 互补 <?
Luob.
·
2014-08-21 00:00
joinpoint
Aspect
AOP.Pointcut
DIV多行文字显示不下时显示...的css
display:-webkit-box;-webkit-line-clamp:2;-webkit-box-
orient
:vertical;多行文字显示,数字表示显示行数,文字超出时显示...
woshiwanxin102213
·
2014-08-20 17:00
html5
css3中webkit-box的用法
提供的关于盒模型的几个属性: box-
orient
liuguofeng
·
2014-07-12 10:00
webkit
第七章 ZUML页面及XUL组件集
nbsp; 按钮组件:90两种:button和toolbarbutton属性: Label:名称、image:按钮显示的图像、(dir:控制label和image的显示位置,
orient
2277259257
·
2014-07-06 23:00
UML
基于cocos2d-x的2D空间中的OBB(
Orient
Bounding Box)碰撞检测算法
引言 最近在与好友聊天的过程中,好友问我如何实现类似这样的游戏。它主要想知道,如何检测旋转过后的物体与其他物体之间的碰撞。 我们知道,在没有旋转的情况下,对于这样的方块,比较规则的物体,我们完全可以使用AABB(Axie-AlignBondingBox)来进行交叉检测,cocos2d-x内置的交叉检测函数也支持这样的功能。但是,在cocos2d-x中,并没有对旋
i_dovelemon
·
2014-06-16 22:00
算法
游戏开发
游戏编程
横屏竖屏
function
orient
() { alert(‘gete’); if (window.orientation == 0 || window.orienta
完美世界
·
2014-06-05 17:00
横屏竖屏
上一页
37
38
39
40
41
42
43
44
下一页
按字母分类:
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
其他