Android Studio2.2更新布局设计器,同时,引人了约束布局ConstraintLayout。简单来说,可以把它看做是相对布局的升级版本,但是区别与相对布局更加强调约束。何为约束,即控件之间...
分类:
其他好文 时间:
2017-02-08 17:15:03
阅读次数:
277
Say you have an array for which the ith element is the price of a given stock on day i.Design an algorithm to find the maximum profit. You may complet... ...
分类:
其他好文 时间:
2017-02-07 23:38:53
阅读次数:
185
快捷注释: - -[[ print(10) - ->10 - - 不起作用(因为这是注释) - -]] 当重新启用这段代码时,只需在一次行行首添加一个连接字符即可: - - -[[ print(10) - ->10 - - 10 - -]] 全局变量: 全局变量不需要声明,只需将一个值赋予一个全局变 ...
分类:
编程语言 时间:
2017-02-03 18:27:41
阅读次数:
352
一、单行显示省略号 width: 239px;/*要显示文字的宽度*/ overflow:hidden; /*超出的部分隐藏起来。*/ white-space:nowrap;/*不显示的地方用省略号...代替*/ text-overflow:ellipsis;/* 支持 IE */ 二、多行显示省略... ...
分类:
其他好文 时间:
2017-02-03 12:13:48
阅读次数:
177
http://blog.csdn.net/liuguangzhou123/article/details/8109089 ...
分类:
其他好文 时间:
2017-02-03 10:51:59
阅读次数:
380
nmap详解Linux/Unix端口扫描工具nmap,先放个常用的参数,占位日后补全~nmap -v -p 1-65535 -sV -0 -sS -T4 192.168.1.1 ...
分类:
其他好文 时间:
2017-02-02 10:50:40
阅读次数:
145
.box { /*非IE的主流浏览器识别的垂直居中的方法*/ display: table-cell; vertical-align:middle; /*设置水平居中*/ text-align:center; /* 针对IE的Hack */ *display: block; *font-size: ... ...
分类:
Web程序 时间:
2017-01-28 18:08:06
阅读次数:
306
A jQuery tabs module for todays web! 实例DEMO 运行一下 Documentation Tabulous.js can be used with any contents you choose in the tabs and it couldn't be mor ...
分类:
Web程序 时间:
2017-01-24 09:09:26
阅读次数:
254