码迷,mamicode.com
首页 >  
搜索关键字:normal    ( 3317个结果
布局样式
columns:<column-width> || <column-count> column-width: auto | <length> column-count:auto | <integer>column-gap: normal(默值为1em(如果你的字号是px,其默认值为你的font-si ...
分类:其他好文   时间:2016-06-05 09:48:39    阅读次数:175
法线贴图——Normal Mapping
对于不曾学过、用过法线贴图的人来说,提到法线贴图,经常会提到的问题是什么是法线贴图?法线贴图用于解决什么问题?法线贴图的原理是什么?本文将就这三个问题阐述本人的一些见解,各位不喜勿喷!!! 谈到法线贴图首先提到的是切线空间,参考网站 http://blog.csdn.net/bonchoix/art ...
分类:移动开发   时间:2016-06-02 00:27:33    阅读次数:1189
Kidney自得其乐版CSS教程 Chapter3 Text
Chapter 3 Text Version Update Note 1.0 2016-6-1 首次添加。欢迎在评论中指出错误,一经核实,立即修订,且注明贡献者。 文本 字体 颜色 排版 修饰 书写模式 其它 1、字体 1.1 font-style 值:normal(默认),italic,obliq ...
分类:Web程序   时间:2016-06-01 19:47:18    阅读次数:155
常规流( Normal flow )
格式化上下文( Formatting context ) 格式化上下文指的是初始化元素定义的环境。包含两个要点,一个是元素定义的环境,一个是初始化。 在 CSS 中,元素定义的环境有两种,一种是块格式化上下文( Block formatting context ),另一种是行内格式化上下文( Inl ...
分类:其他好文   时间:2016-06-01 13:05:10    阅读次数:206
Apache - AH00526 – server.crt
1.1.1现象AH00526:Syntaxerroronline137ofD:/Rainman/PHPDevEnv/Apache24/conf/extra/httpd-ahssl.conf:SSLCertificateFile:file‘D:/Apache24/conf/ssl/server.crt‘doesnotexistorisempty1.1.2原因打开httpd-ahssl.conf,发现其server.crt位置的定义如下:SSLCertificateFile&q..
分类:Web程序   时间:2016-06-01 07:00:38    阅读次数:496
Apache - AH00548
1.1.1现象Apache启动,日志有如下错误:AH00548:NameVirtualHosthasnoeffectandwillberemovedinthenextrelease1.1.2原因配置虚拟站点的时候,根据说明配置如下:NameVirtualHost*:8080<VirtualHost*:8080>ServerNamewww.mysite1.com#DocumentRoot"C:/Rainman/Projec..
分类:Web程序   时间:2016-06-01 06:58:40    阅读次数:517
Apache - AH00526 – order
1.1.1现象AH00526:Syntaxerroronline538ofD:/Rainman/PHPDevEnv/Apache24/conf/httpd.conf:Invalidcommand‘Order‘,perhapsmisspelledordefinedbyamodulenotincludedintheserverconfiguration1.1.2原因未知。1.1.3解决去掉“LoadModuleaccess_compat_modulemodules/mod_access_c..
分类:Web程序   时间:2016-06-01 06:57:43    阅读次数:176
iOS开发UI篇—Button基础
iOS开发UI篇—Button基础 一、简单说明 一般情况下,点击某个控件后,会做出相应反应的都是按钮 按钮的功能比较多,既能显示文字,又能显示图片,还能随时调整内部图片和文字的位置 二、按钮的三种状态 normal(普通状态) 默认情况(Default) 对应的枚举常量:UIControlStat ...
分类:移动开发   时间:2016-05-31 22:19:08    阅读次数:211
PHP - 日期时间的转换
1.1.1字符串转换为日期时间对象使用date_create_from_format函数:date_create_from_format(‘Y-m-dH:i:s‘,‘2015-08-1209:50:23‘)1.1.2日期时间对象转换为字符串日期时间对象有个成员函数format:$dt=date_create_from_format(‘Y-m-dH:i:s‘,‘2015-08-1209:50:23‘);$dtStr=$dt-&g..
分类:Web程序   时间:2016-05-31 06:34:21    阅读次数:226
使用ListView应该注意的地方
android:transcriptMode="normal" 设置该属性后如果界面中有EditText并且弹出键盘后会滚动到最后  关于ListView加入HeaderView之后,点击条目时获得position参数移位的BUG修正         今天遇到一个问题,在ListView的时候,要在首部加一个轮播图组件,调用的是ListView的addHeaderView(View v, ...
分类:其他好文   时间:2016-05-30 15:26:04    阅读次数:258
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!