文件位置ECSHOP根目录\includes\init.php在$smarty->assign(‘ecs_charset‘,EC_CHARSET);下面增加$smarty->assign(‘template_dir‘,‘themes/‘.$_CFG[‘template‘]);在模板中就直接调用可以参考下面的css调用的方法:if(!empty($_CFG[‘stylename‘])){$smarty->assign(‘ecs..
分类:
其他好文 时间:
2014-09-05 14:31:02
阅读次数:
204
POI操作Excel中,导出的数据不是很大时,则不会有问题,而数据很多或者比较多时,就会报以下的错误,是由于cell styles太多create造成,故一般可以把cellstyle设置放到循环外面报错如下:Caused by: java.lang.IllegalStateException: Th...
分类:
其他好文 时间:
2014-09-04 23:29:21
阅读次数:
408
在创建好的MVC应用程序中,想写一个布局文件_Layout.cshtml。当想使用@Styles.Render()方法来引用css或是javascript文件时,它告之找不到相关的,如下图箭头所示。奇怪了,如果Insus.NET参照下面创建出来的应用程序。即能找到@Styles.Render()方法...
分类:
Web程序 时间:
2014-09-04 16:22:19
阅读次数:
293
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
--eclipse color themes 插件更新地址:http://eclipse-color-theme.github.io/update/ ?使用:After the installation, go to?Window→Preferences→General→Appereance→Color Theme?to change the color t...
分类:
系统相关 时间:
2014-09-02 12:44:24
阅读次数:
193
关于黑屏默认的情况下,程序启动时,会有一个黑屏的时期,原因是,首个activity会加载一些数据,比如初始化列表数据等.去除步骤1./res/values/styles.xml 在 Theme 中,添加一个 android:windowBackgrounds 属性,设置需要的图片2.在 Androi...
分类:
移动开发 时间:
2014-09-02 12:05:24
阅读次数:
213
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
关于黑屏 默认的情况下,程序启动时,会有一个黑屏的时期,原因是,首个activity会加载一些数据,比如初始化列表数据等.去除步骤 1./res/values/styles.xml 在 Theme 中,添加一个 android:windowBackgrounds 属性,设置需要的图片2.在 Andr...
分类:
移动开发 时间:
2014-08-29 00:00:46
阅读次数:
325
<!--?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
1.首先在drawable文件夹中添加drawable文件checkbox_style.xml。[html] view plaincopyprint?2.在values文件夹下的styles.xml文件中添加CustomCheckboxTheme样式。[html] view plaincopypri...
分类:
移动开发 时间:
2014-08-28 10:56:19
阅读次数:
155