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
CSS超出2行省略号
overflow:hidden; text-overflow:ellipsis; display:-webkit-box; -webkit-box-
orient
:vertical; line-height
大赚佬
·
2016-02-29 18:00
文字多行缩进 css 兼容浏览器
overflow: hidden;text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp: 3;-webkit-box-
orient
luoluo8
·
2016-02-18 10:00
弹性盒模型
注意在使用弹性盒模型的时候父元素必须要加display:-webkit-box或display:-webkit-inline-box(为方便学习只写一种浏览器内核,项目中要写全)Box-
orient
定义盒模型的布局方向
.Net love
·
2016-02-17 11:00
盒布局和界面设计
7.container{ 8/*开启盒布局*/ 9display:-webkit-box; 10display:-mox-box; 11display:box; 12-webkit-box-
orient
晨落梦公子
·
2016-02-09 11:00
CSS box-align属性
box-align的对齐方式受box-
orient
影响。默认情况下(即box-
orient
设置为horizontal)start和end所呈现的效果等同于顶部对齐和底部对齐。
gogoggo
·
2016-01-27 14:00
css 文字超出2行省略
o-ellipsis-lastline;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-
orient
93回忆录
·
2016-01-18 09:00
Webkit Box 模型属性备忘
-webkit-box-
orient
:horizontal||vertical设置或检索弹性盒模型对象的子元素的排列方式。对应的脚本特性为boxOrient。
linyasa
·
2016-01-10 18:00
多行文本溢出显示省略号(...)的方法
overflow:hidden; text-overflow:ellipsis; display:-webkit-box; -webkit-line-clamp:2; -webkit-box-
orient
luzemin
·
2015-12-30 22:00
spring初识
idiyuAOP简介AOP(Aspect
Orient
Programming),也就是面向切面编程,作为面向对象编程的补充。
爬虫变菜鸟
·
2015-12-25 10:40
spring
BEFORE
advice
around
连接点
文字显示省略号
多行文字显示省略号:(移动端)overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-
orient
web倩倩
·
2015-12-22 18:00
echarts之toolbox-
orient
中的工具箱名称类型默认值可选值效果orientstring‘horizontal’‘horizontal’|‘vertical’布局方式,默认为水平布局,’horizontal’为水平,’vertical’为垂直当
orient
huanbia
·
2015-12-21 22:00
ECharts
toolbox
Orient
CSS3.0 FLEX布局(兼容微信浏览器)
webkit-flex;/*Chrome21+*/display:-ms-flexbox;/*WPIE10*/display:flex;/*android4.4*//*设置方向*/-webkit-box-
orient
fish119
·
2015-12-21 09:00
flex
css
CSS3.0 FLEX布局(兼容微信浏览器)
webkit-flex;/*Chrome21+*/ display:-ms-flexbox;/*WPIE10*/ display:flex;/*android4.4*//*设置方向*/ -webkit-box-
orient
fish119
·
2015-12-21 09:00
css
Flex
CSS3.0 FLEX布局(兼容微信浏览器)
webkit-flex;/*Chrome21+*/display:-ms-flexbox;/*WPIE10*/display:flex;/*android4.4*//*设置方向*/-webkit-box-
orient
fish119
·
2015-12-21 09:00
flex
css
移动端多行文字截断
display: -webkit-box;overflow: hidden;text-overflow: ellipsis;-webkit-box-
orient
: vertical;-webkit-line-clamp
Jerry_Wang24
·
2015-12-18 10:00
angular中的作用域与原型继承
imageMogr2/auto-
orient
/strip%7CimageView2/2/w/1
李星星**
·
2015-12-07 16:00
CSS3 垂直居中 左右居中
display:-webkit-box;-webkit-box-
orient
:horizontal;-webkit-box-pack:center;-webkit-box-align:center;display
网络爱上点击
·
2015-12-04 17:00
css3弹性盒子
css3弹性盒子 .container{ width:1000px; display:-webkit-box; display:-moz-box; -webkit-box-
orient
wuzhe128520
·
2015-12-02 15:00
css3
弹性盒子
Spring3.0 AOP 具体解释
AOP(Aspect
Orient
Programming),也就是面向切面编程。
·
2015-11-13 22:53
Spring3
Spring3.0 AOP 具体解释
AOP(Aspect
Orient
Programming),也就是面向切面编程。
·
2015-11-13 21:10
Spring3
Object Relational Mapping
ORM是Object Relational Mapping的缩写,目的在于解决object-
orient
programming与relational database之间的不一致(所谓Object-relational
·
2015-11-13 20:08
mapping
Spring3.0 AOP 具体解释
AOP(Aspect
Orient
Programming),也就是面向切面编程。
·
2015-11-13 19:28
Spring3
看了people
orient
program和domain driven design的随想
最近常乱想。 面向对象技术的下一代是什么,这也是我很困惑的问题,很想和人讨论一下。 看了这篇文章,再加上domain driven design的了解,觉得我们如今的编程语言确实需要 有所改进啊,从领域建模到code这个过程确实是太复杂了,它不仅影响了我们的开发效率 也对开发的质量产生了巨大的影响。我们在了解了花了大量的经历了解领域模型的时候, 还要想尽办法把它转换为实实在在的
·
2015-11-13 19:02
design
Spring3.0 AOP 具体解释
AOP(Aspect
Orient
Programming),也就是面向切面编程。
·
2015-11-13 05:59
Spring3
Spring3.0 AOP 具体解释
AOP(Aspect
Orient
Programming),也就是面向切面编程。
·
2015-11-13 02:47
Spring3
CSS3 box-flex属性和box-
orient
属性
比较有意思的是虽然目前没有浏览器支持box-flex,box-
orient
属性,但CSS3问世以来,这两个属性却一直很火。
·
2015-11-13 00:18
Flex
css3中webkit-box的用法
提供的关于盒模型的几个属性: box-
orient
&nbs
·
2015-11-12 23:36
webkit
Spring3.0 AOP 具体解释
AOP(Aspect
Orient
Programming),也就是面向切面编程。
·
2015-11-12 21:02
Spring3
Spring3.0 AOP 具体解释
AOP(Aspect
Orient
Programming),也就是面向切面编程。
·
2015-11-12 20:28
Spring3
云计算的思想领袖:与ZapThink有限责任公司的Jason Bloomberg的谈话
他的书,Service
Orient
or Be Doomed! How Service Orientation Will Change Your
·
2015-11-12 16:48
云计算
Css溢出隐藏
word-wrap: break-word; word-break: break-all; overflow: hidden; text-overflow: ellipsis; -webkit-box-
orient
·
2015-11-12 14:22
css
Android 自定义dialog
LinearLayout xmlns:android=" http://schemas.android.com/apk/res/android " android:
orient
·
2015-11-12 14:50
android
Spring3.0 AOP 具体解释
AOP(Aspect
Orient
Programming),也就是面向切面编程。
·
2015-11-12 08:18
Spring3
flex兼容性写法
display:-moz-box;display:-webkit-box;display:box;-webkit-box-direction:reverse;/*子元素的显示方向*/-webkit-box-
orient
starwmx520
·
2015-11-11 18:00
css3学习 理论之弹性盒模型
box-
orient
,定义盒子的布局取
·
2015-11-11 17:58
css3
Spring3.0 AOP 具体解释
AOP(Aspect
Orient
Programming),也就是面向切面编程。
·
2015-11-11 13:40
Spring3
基于jQuery的判断iPad、iPhone、Android是横屏还是竖屏
function
orient
() {if (window.orientation == 90 || window.orientation == -90) {//ipad、iphone竖屏;Andriod
·
2015-11-11 07:52
android
3DMAX_MS(3)
一、utility fu61 "卷展栏浮动窗口" ( slider lian "LILIANFU"
orient
:#vertical across:3&
·
2015-11-11 03:06
max
Spring3.0 AOP 具体解释
AOP(Aspect
Orient
Programming),也就是面向切面编程。
·
2015-11-11 01:53
Spring3
PHP中this,self,parent的区别
163博客】 {一}PHP中this,self,parent的区别之一this篇 面向对象编程(OOP,Object
Orient
·
2015-11-08 09:27
this
Spring AOP 实现原理与 CGLIB 应用
http://www.ibm.com/developerworks/cn/java/j-lo-springaopcglib/ Spring AOP 实现原理与 CGLIB 应用 AOP(Aspect
Orient
·
2015-11-07 11:26
spring aop
IOC(DI), AOP 笔记
几个名词的简称:IOC(Inversion Of Control), DI(Dependency Injection), AOP(Aspect
Orient
Program), POJO(Persistent
·
2015-11-02 18:07
AOP
转AOP 介绍
AOP(Aspect
Orient
Programming),也就是面向切面编程。可以这样理解,面向对象编程(OOP)是从静态角度考虑程序结构,面
·
2015-11-02 11:38
AOP
echarts画圆环统计图并加载动态数据 (ajax获取数据)
example.html看到echarts有一些饼图实例,代码如下:option={tooltip:{trigger:'item',formatter:"{a}{b}:{c}({d}%)"},legend:{
orient
易gzg1001
·
2015-11-01 15:24
模块
Spring AOP 实现原理与 CGLIB 应用--转
AOP(Aspect
Orient
Programming),作为面向对象编程的一种补充,广泛应用于处理一些具有横切性质的系统级服务,如事务管理、安全检查、缓存、对象池管理等。
·
2015-11-01 11:46
spring aop
JQuery 判断IPad、IPhone、Android是横屏还是竖屏(Window.Orientation实现)
代码如下: function
orient
() { if (window.orientation == 90 || window.orientation == -90) { //ipad、iphone
·
2015-10-31 17:54
ORIENTATION
CSS3 兼容所有主流浏览器的垂直水平居中例子
display: -webkit-box; display: -ms-flexbox; display: -o-box; display: box; -moz-box-
orient
·
2015-10-31 11:10
css3
OOAD 面向对象分析与设计
OOAD 面向对象分析与设计2007年06月16日 星期六 下午 04:38OOAD(Object
Orient
Analysis & Design,面向对象的分析和设计,面向对象分析与设计)是现代软件企业广为采用的一项有效技术
·
2015-10-31 11:21
面向对象
Unity3D ITween!
percentage +=0.001f; iTween.PutOnPath(gameObject,path,percentage); //You can cause the object to
orient
·
2015-10-31 11:12
unity3d
[JS代码]如何判断ipad或者iphone是否为横屏或者竖屏 - portrait或者landscape
//判断横屏或者竖屏 function
orient
() { //alert('gete'); if (window.orientation
·
2015-10-31 09:57
iPhone
上一页
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
其他