一. RIFF概念在Windows环境下,大部分的多媒体文件都依循着一种结构来存放信息,这样的结构称为"资源互换文件格式"(Resources lnterchange File Format),简称RIFF。比如声音的WAV文件、视频的AV1文件等等均是由此结构衍生出来的。RIFF能够看做是一种树状...
分类:
其他好文 时间:
2014-07-26 01:16:36
阅读次数:
301
Qt本身不包括glut工具库,如果要使用glut库,该怎么做呢?下面来简述一下Qt下怎么安装glut库:1.首先需要去opengl的官网下载glut库:http://www.opengl.org/resources/libraries/glut/glutdlls37beta.zip2.解压后,将gl...
从android4.0起系统设置的”显示“提供设置字体大小的选项。这个设置直接会影响到所有sp为单位的字体适配,所以很多app在设置了系统字体后瞬间变得面目全非。下面是解决方案Resources res = getResources();Configuration config=new Config...
分类:
其他好文 时间:
2014-07-25 13:54:51
阅读次数:
6089
struts登录案例: struts.xml <struts> ?<constant name="struts.devMode" value="true" /> ?<constant name="struts.custom.i18n.resources" value="messages"></constant> ?<package name="basic" extends="...
分类:
其他好文 时间:
2014-07-25 00:09:34
阅读次数:
336
首先引入ibatis-common-2.jar包import com.ibatis.common.jdbc.ScriptRunner; import com.ibatis.common.resources.Resources;jpetstore测试代码如下:package com.ibatis.jp...
分类:
数据库 时间:
2014-07-24 22:58:14
阅读次数:
307
android.content.res.Resources$NotFoundException: Resource ID #0x**********问题“解决办法:把AndroidManifest.xml里面的版本修改一下(如果原来没有指定,就添加一下),问题就可以解决了原因:原来的那个工程占用现在...
分类:
移动开发 时间:
2014-07-24 14:40:45
阅读次数:
231
在PC上和IOS上读取XML文件的方式略有差别,经测试,IOS上不支持如下方法载入XML文件:XmlDocument xmlDoc = new XmlDocument();xmlDoc.Load("Assets/Resources/text.xml");IOS上载入XML的正确方法有2种:(1)方法...
分类:
移动开发 时间:
2014-07-24 10:19:53
阅读次数:
233
Methods of adding more resources for a particular application fall into two broad categories: horizontal and vertical scaling.[5]
To scale horizontally (or scale out) means to add more nodes to a s...
分类:
其他好文 时间:
2014-07-22 22:33:55
阅读次数:
397
这个类可以实现圆角,或者是圆形图片的操作。CircleImageManager.javapackage com.kale.utils;import android.content.Context;import android.content.res.Resources;import android....
分类:
其他好文 时间:
2014-07-22 00:07:35
阅读次数:
241
该文章转自:http://blog.csdn.net/dw_java08/article/details/7789601eclise 部署web工程报 There are no resources that can be added or removed from the server. 解决办法:...
分类:
Web程序 时间:
2014-07-19 18:21:27
阅读次数:
366