码迷,mamicode.com
首页 >  
搜索关键字:white    ( 3638个结果
防止字溢出
overflow: hidden;text-overflow: ellipsis;white-space: nowrap;
分类:其他好文   时间:2016-02-17 17:24:04    阅读次数:113
android service和activity的通讯
我们须要用下面方式来启动service: </pre><pre name="code" class="java"><span style="white-space:pre"> </span>Intent intent = new Intent(); intent.setClass(MainActiv
分类:移动开发   时间:2016-02-17 10:46:09    阅读次数:180
table超出隐藏
table.order-table { table-layout: fixed; /* 只有定义了表格的布局算法为fixed,下面td的定义才能起作用。 */ } table.order-table td { word-break: keep-all; /* 不换行 */ white-space:
分类:其他好文   时间:2016-02-16 18:17:27    阅读次数:156
iOS UINavigationController
修改barbuttonItem背景色 // button item 背景色 [self.navigationController.navigationBar setTintColor:KM_COLOR_WHITE]; // 背景色 [self.navigationController.navigat
分类:移动开发   时间:2016-02-16 13:10:34    阅读次数:149
Python之变量和打印
#coding:utf-8name = 'Zed A. Shaw'age = 8.123 # not a lieheight = 74 # inchesweight = 180 # lbseyes = 'Blue'teeth = 'White'hair = 'Brown'print "His nam
分类:编程语言   时间:2016-02-15 14:49:23    阅读次数:171
loganalyzer部署文档-(第一部分)
loganalyzer部署文档 环境准备: 简介 LogAnalyzer是一款syslog日志和其他网络事件数据的Web前端。它提供了对日志的简单浏览、搜索、基本分析和一些图表报告的功能。数据可以从数据库或一般的syslog文本文件中获取,所以LogAnalyzer不需要改变现有的记录架构。基于当前的日志数..
分类:其他好文   时间:2016-02-14 22:24:01    阅读次数:329
loganalyzer部署文档(第二部分)
loganalyzer部署文档(第二部分) 7.2配置rsyslog客户端发送本地日志到服务端 #vi/etc/rsyslog.conf *.*@192.168.1.107 行尾新增上面这行内容,即客户端将本地日志发送到服务器。 7.3重启rsyslog服务 #/etc/init.d/rsyslogrestart 7.4编辑/etc/bashrc,将客户端执行的所有命令..
分类:其他好文   时间:2016-02-14 22:23:32    阅读次数:302
【Gym 100015B】Ball Painting
题 There are 2N white balls on a table in two rows, making a nice 2-by-N rectangle. Jon has a big paint bucketfull of black paint. (Don’t ask why.) He
分类:其他好文   时间:2016-02-12 06:05:04    阅读次数:305
【CSS笔记】使文字在一行显示,超出部分用省略号显示
CSS代码: text-overflow:ellipsis; overflow:hidden; white-space:nowrap; 说明: text-overflow:用来设置是否使用一个省略标记(···)标示对象内文本的溢出。 white-space:nowrap;强制文本在一行内显示。 ov
分类:Web程序   时间:2016-02-11 15:43:11    阅读次数:381
SQL server语句练习
相关表:<span style="white-space:pre">create table DEPT ( <span style="white-space:pre"> </span>deptno int not null primary key, <span style="white-space:
分类:数据库   时间:2016-02-07 17:28:51    阅读次数:288
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!