(These are 3D simulation pictures of CC-A80. These are not real photoes!!!) We have always had a dream to spread the open source Linux system to millions of households. Closed Apple system and Wind...
分类:
其他好文 时间:
2014-08-07 19:28:40
阅读次数:
357
除了可以使用文件或SharedPreferences存储数据,还可以选择使用SQLite数据库存储数据。
在Android平台上,集成了一个嵌入式关系型数据库—SQLite,SQLite3支持 NULL、INTEGER、REAL(浮点数字)、TEXT(字符串文本)和BLOB(二进制对象)数据类型,虽然它支持的类型只有五种,但实际上sqlite3也接受varchar(n)、char(n)、deci...
分类:
移动开发 时间:
2014-08-07 19:05:40
阅读次数:
426
A cluster of computing systems is provided with guaranteed real-time access to data storage in a storage area network. Processes issue request for ban...
分类:
Web程序 时间:
2014-08-07 12:34:09
阅读次数:
437
IntroductionWith java.SizeOf you can measure the real memory size of your Java objects.Download it hereThe project is a little java agent what use the...
分类:
编程语言 时间:
2014-08-05 15:19:29
阅读次数:
200
RFC3550RTP:实时应用程序传输协议摘要本文描述RTP(real-timetransportprotocol),实时传输协议。RTP在多点传送(多播)或单点传送(单播)的网络服务上,提供端对端的网络传输功能,适合应用程序传输实时数据,如:音频,视频或者仿真数据。RTP没有为实时服务提供资源预留...
分类:
其他好文 时间:
2014-08-05 14:05:00
阅读次数:
262
WebRTC(Web Real Time Communication)并不是Google原来自己的技术,在2010年,Google以大约6820万美元收购了VoIP软件开发商Global IP Solutions公司,开源了WebRTC实时通信项目。 语音引擎是GIPS的语音通信的杀手锏,...
分类:
Web程序 时间:
2014-08-05 00:06:08
阅读次数:
401
Although Model-View-Controller (MVC) is known by nearly every Web developer, how to properly use MVC in real application development still eludes many people. The central idea behind MVC is?code ...
分类:
Web程序 时间:
2014-08-04 18:28:57
阅读次数:
349
The Code
In this lab you will implement a streaming video server and client that communicate using the Real-Time Streaming Protocol (RTSP) and send data using the Real-time Transfer Protocol (RTP). Y...
分类:
其他好文 时间:
2014-08-04 11:06:37
阅读次数:
413
LIVE555研究之二RTSP、RTP/RTCP协议介绍 一、RTSP协议概述 RTSP(Real-Time Stream Protocol )是一种基于文本的应用层协议,在语法及一些消息参数等方面,RTSP协议与HTTP协议类似。RTSP被用于建立的控制媒体流的传输,它为多媒体服务扮演“网络远程控制”的角色。RTSP本身并不用于传送媒体流数据。媒体数据的传送可通过RTP/RTCP等协议来完...
分类:
其他好文 时间:
2014-08-02 12:53:43
阅读次数:
341
RTP 参考文档RFC3550/RFC3551 Real-time Transport Protocol)是用于Internet上针对多媒体数据流的一种传输层协议。RTP协议详细说明了在互联网上传递音频和视频的标准数据包格式。RTP协议常用于流媒体系统(配合RTCP协议),视频会议和一...
分类:
其他好文 时间:
2014-08-01 19:35:52
阅读次数:
342