1. css 2.x文字换行/*强制不换行*/white-space:nowrap;/*自动换行*/word-wrap: break-word;word-break: normal;/*强制英文单词断行*/word-break:break-all;两端对齐text-align:justify;tex...
分类:
其他好文 时间:
2015-07-29 19:10:26
阅读次数:
131
打开Word 2007,按Alt+F11。这时会出现一个Visual Basic编辑窗口。如图所示: 上图中左上方,鼠标右击Normal→插入→模块,出现下图: 双击“模块1”→在右侧出现的窗口中填写以下代码: Sub 无格式粘贴() Selection.PasteSpecial Link:=Fal...
分类:
其他好文 时间:
2015-07-27 22:27:32
阅读次数:
122
其实Zoom属性是IE浏览器的专有属性,Firefox等浏览器不支持。它可以设置或检索对象的缩放比例。除此之外,它还有其他一些小作用,比如触发ie的hasLayout属性,清除浮动、清除margin的重叠等。 Zoom的使用方法: zoom : normal | number normal : 默....
分类:
Web程序 时间:
2015-07-27 11:03:34
阅读次数:
133
Normal 0 7.8 磅 0 2 false false false EN-US ZH-CN X-NONE ...
分类:
其他好文 时间:
2015-07-24 18:14:14
阅读次数:
173
The algorithm used by PIL v1.1.7 gives me 'washed out' looking results. When I convert the same source data using ffmpeg it looks normal. Using mplaye...
分类:
其他好文 时间:
2015-07-24 17:56:05
阅读次数:
142
linux支持非一致内存访问,就是将整个内存看做一个节点。在此节点中划分三个管理区。关于这三个管理区我就不再详细说明,其中: ZONE_DMA <16M??ISA DMA?使用这块内存。 ZONE_NORMAL 16~896M?被直接映射在内核...
分类:
系统相关 时间:
2015-07-23 20:05:29
阅读次数:
199
ORA-28000: the account is locked-的解决办法2009-11-11 18:51ORA-28000: the account is locked第1步:使用PL/SQL,登录名为system,数据库名称不变,选择类型的时候把Normal修改为Sysdba;第2步:选择my...
分类:
数据库 时间:
2015-07-23 15:27:23
阅读次数:
167
目的掌握normal模式下常用操作的语法和概念,这些操作对应的应用场景以及实用技巧。通过normal模式举一反三掌握cmd-line和visual的常用文本操作。简介 文本操作的理想状态为:一个操作符+一个动作命令。 normal、visual、cmd-line都具有操作文本的基本功能。norm.....
分类:
系统相关 时间:
2015-07-22 12:37:44
阅读次数:
163
mvnrnd - Multivariate normal random numbers This MATLAB function returns an n-by-d matrix R of random vectors chosen from the multivariate normal d...
分类:
其他好文 时间:
2015-07-21 14:24:46
阅读次数:
96