码迷,mamicode.com
首页 >  
搜索关键字:display    ( 13858个结果
Common Functions (2)
1.小写金额转大写金额display str AmountCurXH(){ int len; len =strlen(num2str(FKYSL.AmountCurXH,1,16,1,1)); return global::numeralsToTxt_CN(FKY...
分类:其他好文   时间:2014-08-20 16:03:32    阅读次数:271
SonarQube升级
1.阅读SonarQube更新日志: http://docs.codehaus.org/display/SONAR/Upgrading#Upgrading-ReleaseUpgradeNotes 2.停止SonarQube服务: bin//sonar stop 3.下载新版本的SonarQube及SonarQube Runner,并解压至新的目录NEW_SONARQUBE_HOME ht...
分类:其他好文   时间:2014-08-20 00:08:15    阅读次数:319
清除zencart分类页多页后面的&disp_order &sort字符串的方法
在includes\classes\split_page_results.php页面中的function display_links()函数第一行添加如下两行代码即可$parameters=preg_replace("/&disp_order=[0-9]*/","",$parameters);$pa...
分类:其他好文   时间:2014-08-19 18:34:15    阅读次数:194
一个无序表单形成的类似于导航条的插件
//样式.sfbMaqtitle{width:960px;height:36px;background:#ff8500;padding:7px 0;font-size:18px;overflow:hidden;}.sfbMaqtitle li{cursor:pointer;display:inlin...
分类:其他好文   时间:2014-08-19 18:24:05    阅读次数:191
使用after伪类清除浮动
使用after伪类清除浮动.department li:after{content:".";height:0;visibility:hidden;display:block;clear:both;}
分类:其他好文   时间:2014-08-19 16:00:04    阅读次数:212
css样式记忆
text-indent: 2em; //开头空两格;display : none; //隐藏元素background:#CCC; //背景颜色background: url(images/BG_1.jpg);float:left; //浮动左对齐text-decoration:none; // .....
分类:Web程序   时间:2014-08-19 15:52:54    阅读次数:257
bug:inline-block间距bug的调整
首页 首页 首页 首页 首页*{ margin:0; padding:0; } div a{ display: inline-bloc...
分类:其他好文   时间:2014-08-18 16:15:22    阅读次数:256
display:block / inline / inline-block 三个之间的区别
块元素特点: 每次都是从新行开始; 可以设置宽、高,行高,顶底边距等; 等都是行元素特点: 和别的元素在同一行; 不可以设置宽高,行高,顶底边距等; 等display:block;将行元素设置为块元素;当一些行元素需要设置宽高等属性的时候使用;无须设定宽度...
分类:其他好文   时间:2014-08-18 16:02:02    阅读次数:156
php使用phpCAS接入CAS SSO
源码:https://github.com/Jasig/phpCAS 文档:https://wiki.jasig.org/display/CASC/phpCAS+examples 安 装 ubuntu下使用pear安装 sudo pear install ?http://downloads.jasig.org/cas-clients/php/current.tg...
分类:Web程序   时间:2014-08-18 12:41:54    阅读次数:205
uva---(11549)CALCULATOR CONUNDRUM
Problem C CALCULATOR CONUNDRUMAlice got a hold of an old calculator that can display n digits. She was bored enough to come up with the following time...
分类:其他好文   时间:2014-08-18 12:07:54    阅读次数:269
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!