码迷,mamicode.com
首页 >  
搜索关键字:styles    ( 1371个结果
phpexcel表的一些设置
$objPHPExcel = new PHPExcel(); $objPHPExcel->setActiveSheetIndex(0);//set default styles$objPHPExcel->getDefaultStyle()->getFont()->setName('Arial'); ...
分类:Web程序   时间:2014-09-09 12:23:08    阅读次数:198
WEB前端开发规范
一、文件命名规范 images ?//图片资源,如果项目多人开发里面还需要用子文件夹分开 fonts ? ?//字体资源,一般就是特殊字体嵌入或者图标字体 styles ? //CSS文件 - app.css //reset样式,如果项目小直接写在里...
分类:Web程序   时间:2014-09-07 16:05:55    阅读次数:253
The maximum number of cell styles was exceeded. You can define up to 4000 styles
POI操作Excel中,导出的数据不是很大时,则不会有问题,而数据很多或者比较多时,就会报以下的错误,是由于cell styles太多create造成,故一般可以把cellstyle设置放到循环外面报错如下:Caused by: java.lang.IllegalStateException: Th...
分类:其他好文   时间:2014-09-04 23:29:21    阅读次数:408
MVC入门学习笔记(二)
在创建好的MVC应用程序中,想写一个布局文件_Layout.cshtml。当想使用@Styles.Render()方法来引用css或是javascript文件时,它告之找不到相关的,如下图箭头所示。奇怪了,如果Insus.NET参照下面创建出来的应用程序。即能找到@Styles.Render()方法...
分类:Web程序   时间:2014-09-04 16:22:19    阅读次数:293
intellij idea android错误: Missing styles. Is the correct theme chosen for this layout?
Missing styles. Is the correct theme chosen for this layout?Use the Theme combo box above the layout to choose a different layout, or fix the theme st...
分类:移动开发   时间:2014-09-03 01:30:35    阅读次数:296
Android -- 使用主题配置文件,去掉程序启动界面的短暂黑屏
关于黑屏默认的情况下,程序启动时,会有一个黑屏的时期,原因是,首个activity会加载一些数据,比如初始化列表数据等.去除步骤1./res/values/styles.xml 在 Theme 中,添加一个 android:windowBackgrounds 属性,设置需要的图片2.在 Androi...
分类:移动开发   时间:2014-09-02 12:05:24    阅读次数:213
HTML5 拖放:在相册中对照片进行排序
1. [代码]index.html Album 1 Album 1 Album 3 2. [代码]css/main.css /* Photo Gallery styles */.gallery { margin: 50px auto 0; ...
分类:Web程序   时间:2014-08-29 15:57:18    阅读次数:359
Android -- 使用主题配置文件,去掉程序启动界面的短暂黑屏
关于黑屏 默认的情况下,程序启动时,会有一个黑屏的时期,原因是,首个activity会加载一些数据,比如初始化列表数据等.去除步骤 1./res/values/styles.xml 在 Theme 中,添加一个 android:windowBackgrounds 属性,设置需要的图片2.在 Andr...
分类:移动开发   时间:2014-08-29 00:00:46    阅读次数:325
自定Action Bar Style
<!--?Base?application?theme?is?the?default?theme.?--> <style?name="Theme"?parent="android:Theme"></style> <!--?Variation?on?the?Holo?Light?theme?that?styles?the?Action?Bar?...
分类:其他好文   时间:2014-08-28 17:04:11    阅读次数:244
Android中自定义checkbox样式
1.首先在drawable文件夹中添加drawable文件checkbox_style.xml。[html] view plaincopyprint?2.在values文件夹下的styles.xml文件中添加CustomCheckboxTheme样式。[html] view plaincopypri...
分类:移动开发   时间:2014-08-28 10:56:19    阅读次数:155
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!