CoAP specification (at the time of this writing, draft-18) does not clearly set out rules that define what would be a response for a given CON or a NO ...
分类:
其他好文 时间:
2016-04-07 20:37:00
阅读次数:
209
一个jsp页面在本地运行一点问题没有,发布到服务器就报错了: The JSP specification requires that an attribute name is preceded by whitespace, 最后发现竟然是这么一上小问题,在pageEncoding="GBK"前面少了 ...
分类:
Web程序 时间:
2016-04-06 15:27:23
阅读次数:
183
在写及测的过程中发现的,有一些可能需要进一步验证。有时候hive报错位置不一定正确需要多确认 1 FAILED: NullPointerException null 不能用视图作为left outer join的右表 2 FAILED: UDFArgumentTypeException Only n ...
分类:
移动开发 时间:
2016-04-05 02:05:52
阅读次数:
4605
Section I Problem Specification
实验目的
本次实验室在MFC环境下使用socket制作的应用程序,实现对RTSP与RTP协议的解析并播放缓存的媒体流。实现一边下载一边播放的音乐播放器。客户端使用RTSP协议与LIVE555服务器进行通信,如果与服务器的通信无误就启动RTP线程开始缓存文件并进行播放。本次程序设计还包括一些其他功能:
1使用MFC进行界面的设计...
分类:
其他好文 时间:
2016-04-01 18:19:10
阅读次数:
330
一、EntityManagerFactory的种类 1.The JPA specification defines two kinds of entity managers: ? Application-managed—Entity managers are created when an appl ...
分类:
移动开发 时间:
2016-04-01 14:47:27
阅读次数:
252
Copyright © 2011 Ecma International This document and possible translations of it may be copied and furnished to others, and derivative works that com ...
分类:
其他好文 时间:
2016-03-24 12:43:49
阅读次数:
264
题目信息1081. Rational Sum (20)时间限制400 ms
内存限制65536 kB
代码长度限制16000 B
Given N rational numbers in the form “numerator/denominator”, you are supposed to calculate their sum.Input Specification:Each input...
分类:
其他好文 时间:
2016-03-19 01:04:37
阅读次数:
158
为项目添加tomcat 6,发现不能添加,原因如下 这是因为Tomcat6不能为JavaEE3.0版本服务,把项目的版本降低到2.5就可以了 现在可以部署了
分类:
Web程序 时间:
2016-03-11 11:32:01
阅读次数:
155
一.sql语句的执行顺序 1 (8)SELECT (9) DISTINCT (11) <TOP_specification> <select_list> 2 3 (1) FROM <left_table> 4 5 (3) <join_type> JOIN <right_table> 6 7 (2)
分类:
数据库 时间:
2016-03-09 17:40:42
阅读次数:
299
Open Packaging Conventions Fundamentals Introduces the OPC concepts that are required for using Packaging APIs. This topic contains the following sect
分类:
其他好文 时间:
2016-03-07 16:49:07
阅读次数:
421