码迷,mamicode.com
首页 >  
搜索关键字:width    ( 32014个结果
css学习笔记四
一.overflow1.兼容性 IE7下width:100% 会出现滚动条,解决去掉width:100%2.overflow:visible妙用IE7浏览器下,文字越多,按钮两侧padding留白就越大解决方法 给所用元素添加css样式overflow:visible3.起作用的前提 3.1非dis...
分类:Web程序   时间:2015-07-16 02:08:27    阅读次数:244
linux c sscanf函数
sscanf函数 是从一个字符串中读取与指定格式相符的数据 函数原型int sscanf(const char *str, const char *format, ...);参数说明str:要读取的原字符串。 format:可以是一个或多个 {%[*] [width] [{h | l | I64 | L}]type | ' ' | '\t' | '\n' | 非%符号} 注: 1、...
分类:系统相关   时间:2015-07-15 22:48:24    阅读次数:147
DataList和Repeater
DataList和Repeater是两个十分有用的控件,在新闻列表和图片展示的地方经常用到。在这里简单的把他们介绍一下。1.DataList:前端页面: ' width="174" height="130" alt="" style="cursor: hand;" /> ...
分类:其他好文   时间:2015-07-15 20:56:51    阅读次数:124
[leedcode 84] Largest Rectangle in Histogram
Givennnon-negative integers representing the histogram's bar height where the width of each bar is 1, find the area of largest rectangle in the histog...
分类:其他好文   时间:2015-07-15 20:55:22    阅读次数:105
css3 多列布局使用
css3的出现,解决了不少前端的问题,比如动画,圆角等;这里总结一下css3 的多列布局;w3c上给出了很多属性;我们一般用到column-count、column-gap、column-width这三个属性,其中column-count和column-width最好不要同时出现;还有在规定的多列布...
分类:Web程序   时间:2015-07-15 20:35:29    阅读次数:129
IImage--factory
_file = $file; $this->_parse(); } private function _parse() { //完成PNG格式的解析工作 //并填充$_width, $_height, $_data $this->_data = getimagesize($this->_f...
分类:其他好文   时间:2015-07-15 20:32:39    阅读次数:133
ggplot2 练习杂记三 EXCEL 柱状图
R代码ggplot(channel2,aes(x=factor(Name),,fill=Type))+geom_bar(aes(y=Amount,fill=factor(Type)),stat="identity" ,width=0.3)+geom_bar(aes(y=Amount2,fill=f....
分类:其他好文   时间:2015-07-15 18:53:09    阅读次数:218
Swift 中的函数(中)
学习来自《极客学院:Swift中的函数》工具:Xcode6.4直接上基础的示例代码,多敲多体会就会有收获:百看不如一敲,一敲就会 1 import Foundation 2 3 //函数 4 5 //1.多个返回值 6 func area(width: Double,height: Double.....
分类:编程语言   时间:2015-07-15 18:40:35    阅读次数:148
GridView与ArrayAdapter的结合
activity_main.xml:<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android" xmlns:tools="http://schemas.android.com/tools" android:layout_width="match_parent" android:layout_he...
分类:其他好文   时间:2015-07-15 17:07:48    阅读次数:124
Drawing a circle
- (void)drawRect:(CGRect)rect { CGFloat lineWidth = 2; CGRect borderRect = CGRectMake(self.frame.size.width/2, self.frame.size.height - 20, 10....
分类:Windows程序   时间:2015-07-15 10:42:21    阅读次数:247
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!