文章摘自:http://blog.csdn.net/cicada_slough/article/details/433053811. word-break:break-all;只对英文起作用,以字母作为换行依据2. word-wrap:break-word; 只对英文起作用,以单词作为换行依据3.{...
分类:
Web程序 时间:
2015-01-30 20:53:46
阅读次数:
161
<!doctype?html>
<html>
<head>
<meta?charset="UTF-8">
<title>Document</title>
<style>
.wrap{background:?gray;width:?100px;height:?30px;overflow:?hidden;
/*关键属性*/position:?relative;}
.btn...
分类:
Web程序 时间:
2015-01-30 19:44:51
阅读次数:
283
ImageView :ivLinearLayout.LayoutParams lp = new LinearLayout.LayoutParams(LinearLayout.LayoutParams.WRAP_CONTENT, LinearLayout.LayoutParams.WRAP_CONTE...
分类:
移动开发 时间:
2015-01-30 17:06:19
阅读次数:
229
4 事务与一致性
4.1 undo segment header 事务表及事务控制表(TRN TBL and TRN ctl)
--undo header 包含事务表TRN TBL
用于标示最近事务的简单列表,
TRN TBL::
index state cflags wrap# uel scn dba pa...
分类:
数据库 时间:
2015-01-30 15:57:02
阅读次数:
307
父级div需定宽和高: .ui-search-wrap{ display: inline-block; position: relative; width: 164px; /*定宽*/ height: 24px; /*定高*/}.ui-search-wrap .ui-search{ h...
分类:
其他好文 时间:
2015-01-30 01:17:58
阅读次数:
192
js代码:
var gaga = function(wrap){
var wrap = document.getElementById(wrap);
var hoverDir = function(e){
var w = wrap.offsetWidth,
h = wrap.offsetHeight,
...
分类:
移动开发 时间:
2015-01-29 16:04:40
阅读次数:
213
以下是常用的代码收集,没有任何技术含量,只是填坑的积累。转载请注明出处,谢谢。/*强制不换行*/white-space:nowrap;/*自动换行*/word-wrap: break-word;word-break: normal;/*强制英文单词断行*/word-break:break-all;2...
分类:
Web程序 时间:
2015-01-28 00:43:05
阅读次数:
352
当我们自定义View的时候,在给View赋值一些长度宽度的时候,一般都是在layout布局文件中进行的。,比如android:layout_height="wrap_content",除此之外,我们也可以自己定义属性,这样在使用的时候我们就可以使用形如 myapp:myTextSize="20sp"...
分类:
移动开发 时间:
2015-01-27 00:08:58
阅读次数:
291
搞Oracle开发的朋友有福了!Oracle中的Wrap 功能是为了不让别人看到函数/存储过程的SQL源码的明文,作为技术宅,有的时候想看源码但是看不到的那种心情是可以理解的,发一个简单易用界面友好交互性强的 Oracle wrapped 解码工具(^0^ 自夸一下,开个玩笑)http://file...
分类:
移动开发 时间:
2015-01-24 00:16:12
阅读次数:
466
1 伸缩流方向:flex-direction属性名称:flex-direction取值:row | row-reverse | column | column-reverse初始值:row应用于:伸缩容器媒体:视觉计算值:指定的值2 伸缩行换行:flex-wrap属性名称:flex-wrap取值:n...
分类:
Web程序 时间:
2015-01-23 19:42:20
阅读次数:
186