Call requires API level 3 (current min is 1): android.content.res.Resources#getBoolean参考文档:http://stackoverflow.com/questions/10322482/android-lint-er...
分类:
移动开发 时间:
2014-07-10 00:41:18
阅读次数:
280
using System;using System.Collections.Generic;using System.Text;using System.Drawing;using System.Resources;using System.ComponentModel;using System.W...
分类:
其他好文 时间:
2014-07-01 11:38:44
阅读次数:
187
参考:RPi Serial Connection本文来自:http://www.raspberry-projects.com/pi/programming-in-c/uart-serial-port/using-the-uartUsing the UARTIf you are running Ras...
分类:
Web程序 时间:
2014-07-01 10:21:01
阅读次数:
982
C++ GUI Qt4学习笔记03qtc++spreadsheet文档工具resources本章介绍创建Spreadsheet应用程序的主窗口1.子类化QMainWindow通过子类化QMainWindow可以创建一个窗口图形用户界面(GUI)应用程序通常会使用很多的图片,最常见的为应用程序提供图片...
分类:
编程语言 时间:
2014-06-30 20:35:05
阅读次数:
260
在eclipse里导入的时候报错,提示 Invalid project description。
解决办法:
在eclipse的workspace中,找到.metadata文件夹,依次打开------->.plugins文件夹------->org.eclipse.core.resources文件夹------->.projects文件夹
找到你的项目包名一样的文件夹,删除它。
然后从...
分类:
移动开发 时间:
2014-06-30 09:14:46
阅读次数:
207
1982年,诞生了 Internet; 1989年,诞生了World Wide Web 。 “World Wide Web”的构造为主要由 三部分构成: resources 资源 URIs 统一资源标识符 representations 呈现 其中,资源并不特指数据库之类的。任何东西可以是资源。 U...
有两种类型的动画资源:属性动画在设定的时间内,通过修改与Animator类相关的对象的属性值来创建一个动画。视图动画有两种类型的视图动画框架补间动画(Tween animation):通过执行通过执行一系列的与Animation类相关的单一图片的转换来创建动画。帧动画(Frame animation...
分类:
移动开发 时间:
2014-06-26 19:32:41
阅读次数:
283
SafeGod在coolpad(4.0)上运行,登陆进去的设备列表界面遇到的问题,三星和索尼没有这个问题。
06-24 15:23:06.897: E/AndroidRuntime(12655): FATAL EXCEPTION: main
06-24 15:23:06.897: E/AndroidRuntime(12655): java.lang.RuntimeException: ...
分类:
移动开发 时间:
2014-06-25 07:54:20
阅读次数:
305
DASH Basics: MPD and Segments
Let’s quickly summarize how a DASH content is made of:
MPD: an XML document describing where the various media resources present in the content are located. The med...
分类:
其他好文 时间:
2014-06-22 19:30:15
阅读次数:
232
启动Tomcat后出现严重: Error starting static Resources java.lang.IllegalArgumentException: Document base D:\Program Files\apache-tomcat-6.0.35\webapps\jqz does not exist or is not a readable directory
这种错误可能...
分类:
编程语言 时间:
2014-06-22 15:27:58
阅读次数:
3817