加载page resource在page的code behind里:this.Resources["textBoxStyle"]加载resw文件里的string:ResourceLoader loader = ResourceLoader.GetForCurrentView("MyNamespace...
分类:
移动开发 时间:
2014-09-19 19:15:45
阅读次数:
283
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
1. 效果图2. 源码文件1. main.xml 2. firstActivity.javapackage iflab.test;import android.app.Activity;import android.content.res.Resources;impo...
分类:
移动开发 时间:
2014-09-19 15:35:15
阅读次数:
233
1. 效果图2. 实现代码 activity_main.xml MainActivity.javaimport android.app.Activity;import android.content.res.Resources;import android.graphics.drawable...
分类:
移动开发 时间:
2014-09-19 08:48:05
阅读次数:
318
1定义属性如下:<resources><declare-styleablename="social_ivAndTv"><attrname="p_w_picpathResource"format="integer"/><attrname="title"format="string"/></declare-styleable></resources>2在自定义组件中引用(加粗字体):publicIma..
分类:
移动开发 时间:
2014-09-18 19:08:14
阅读次数:
178
解决方案: 在字符串包一个CDATA标签即可 <![CDATA[ 字符串写在这 ]]> ?? <website id="W1006"> ??????? <resources> ??????????? <resource id="W100601" encoding="GBK"> ????????...
分类:
其他好文 时间:
2014-09-18 17:00:14
阅读次数:
180
Cross-origin resource sharing(CORS) is a mechanism that allows many resources (e.g., fonts, JavaScript, etc.) on aweb pageto be requested from another...
分类:
其他好文 时间:
2014-09-17 15:00:02
阅读次数:
317
同理 org.springframework.beans.factory.xml.XmlBeanDefinitionStoreException:?Line?52?in?XML?document?from?class?path?resource?[bean.xml]?is?invalid;?nested?exception?is?org.xml.sax.S...
分类:
Web程序 时间:
2014-09-16 16:14:00
阅读次数:
859
http://blog.csdn.net/heartofthesea/article/details/222893991.将准备好的字体文件加入项目中2.打开Build Phases—Copy Bundle Resources,确保刚添加的字体文件在列表中,否则需要手动加到这里3.编辑”项目名-In...
分类:
移动开发 时间:
2014-09-15 17:10:59
阅读次数:
267