The class styles define additional elements of the window class. Two or more styles can be combined by using the bitwise OR (|) operator. To assign a ...
分类:
其他好文 时间:
2014-09-19 23:40:26
阅读次数:
300
设置GentooGrub启动主题拷贝官方LiveDVDgrub主题:下载官方DVD,找到/boot/grub/themes/GenGrub目录,并拷贝出来。安装GenGrub主题:将GenGrub主题拷贝到系统的/boot/grub/themes目录,并编辑grub配置文件:nano-w/etc/default/grub将主题路径设置成/boot/grub/themes/GenGrub/..
分类:
其他好文 时间:
2014-09-19 19:44:37
阅读次数:
169
ExtJs 中默认对树节点图标控制的CSS代码:1 .x-tree-icon-leaf{width:16px;background-image:url('../../resources/themes/images/default/tree/leaf.gif')}2 .x-tree-icon-pare...
分类:
Web程序 时间:
2014-09-19 17:34:15
阅读次数:
236
animate()通过样式把一个状态改变成另外一个状态如:$(selector).animate(styles,speed,easing,callback);styles的参数可以有很多如:backgroundPosition borderWidth borderBottomWidth border...
分类:
Web程序 时间:
2014-09-15 17:14:19
阅读次数:
223
一、风格与主题1>Style与Theme的区别Theme是针对窗体级别的,改变窗体样式;Style是针对窗体元素级别的,改变指定控件或者Layout的样式;2>使用Style【创建Style】 2.1. 在res\values\ 下创建styles.xml文件。 2.2.. 添加节点(根节点)。 2...
分类:
其他好文 时间:
2014-09-15 12:34:18
阅读次数:
195
style.xml<resources><!--Baseapplicationtheme,dependentonAPIlevel.ThisthemeisreplacedbyAppBaseThemefromres/values-vXX/styles.xmlonnewerdevices.--><stylename="AppBaseTheme"parent="android:Theme.Light"><!--Themecustomizationsavailableinnew..
分类:
移动开发 时间:
2014-09-12 15:26:34
阅读次数:
210
打包(Bundling)及压缩(Minification)指的是将多个js文件或css文件打包成单一文件并压缩的做法,如此可减少浏览器需下载多个文件案才能完成网页显示的延迟感,同时通过移除JS/CSS文件案中空白、批注及修改JavaScript内部函数、变量名称的压缩手法,能有效缩小文件案体积,提高...
分类:
Web程序 时间:
2014-09-11 15:05:52
阅读次数:
321
$objPHPExcel = new PHPExcel(); $objPHPExcel->setActiveSheetIndex(0);//set default styles$objPHPExcel->getDefaultStyle()->getFont()->setName('Arial'); ...
分类:
Web程序 时间:
2014-09-09 12:23:08
阅读次数:
198
Linux mint cinnamon how to customize theme Linux mint have two style theme- system theme and user theme eg: system setting->themes like picture below: Void is user theme and the other is system the...
分类:
系统相关 时间:
2014-09-09 09:12:18
阅读次数:
275
一、文件命名规范 images ?//图片资源,如果项目多人开发里面还需要用子文件夹分开 fonts ? ?//字体资源,一般就是特殊字体嵌入或者图标字体 styles ? //CSS文件 - app.css //reset样式,如果项目小直接写在里...
分类:
Web程序 时间:
2014-09-07 16:05:55
阅读次数:
253