码迷,mamicode.com
首页 >  
搜索关键字:specification    ( 588个结果
eclipse中The JSP specification requires that an attribute name is preceded by whitespace
在eclipse中出现这错误,但在myeclipse中灭有 /WEB-INF/page/mailWrite.jsp (line: 1, column: 82) The JSP specification requires that an attribute name is preceded by whitespace 问题出在一个空格 1对 2报错 2属性之间要用空格...
分类:Web程序   时间:2015-04-29 15:04:55    阅读次数:204
RPC、RMI、SOAP、WebService、Corba、COM等协议简单说明
近来系统学习了一下java分布式对象计算技术,这里做一个简单的总结: 一、RPC协议        1、JSON-RPC规范:http://json-rpc.org/wiki/specification        2、XML-RPC规范:http://www.xmlrpc.com/spec        RPC协议支持xml和json两种格式的消息,使用http作为其传...
分类:Web程序   时间:2015-04-27 15:18:17    阅读次数:213
Android 5.x Theme 与 ToolBar 实战
1、概述 随着Material Design的逐渐的普及,业内也有很多具有分享精神的伙伴翻译了material design specification ,中文翻译地址:Material Design 中文版。So,我们也开始Android 5.x相关的blog,那么首先了解的当然是其主题的风格以及app bar。 当然,5.x普及可能还需要一段时间,所以我们还是尽可能的去使用兼容包支持低版本...
分类:移动开发   时间:2015-04-27 11:22:52    阅读次数:265
java 中 transient 关键字意义
译文出处:Why does Java have transient variables? java 中的 transient 关键字表明了 transient 变量不应该被序列化(transient)。 参考Java Language Specification, Java SE 7 Edition, Section 8.3.1.3. transient Fields:被 transient...
分类:编程语言   时间:2015-04-24 22:51:01    阅读次数:217
hive FAILED: ParseException line 1:814 cannot recognize input near ‘;’ <EOF>’
beeline -f 执行sql文件,如果报“Error: Error while compiling statement: FAILED: ParseException line 1:814 cannot recognize input near ‘;’ ’ in expression specification (state=42000,code=40000)”错误。可能是因为“;”后面有空格...
分类:其他好文   时间:2015-04-22 18:38:45    阅读次数:5928
OSGi#1:Equinox 初探
From a code point of view, Equinox is an implementation of the OSGi core framework specification,...
分类:其他好文   时间:2015-04-22 09:35:41    阅读次数:144
蓝牙Bluetooth技术手册规范下载【转】
蓝牙Bluetooth技术手册规范下载http://www.crifan.com/summary_bluetooth_specification_download/【背景】之前就已经整理和转帖了和蓝牙技术相关的一些内容:【资源下载】bluetooth 协议 spec specification蓝牙1...
分类:其他好文   时间:2015-04-20 01:47:03    阅读次数:282
CommonJS(javascript: not just for browsers any more!)
JavaScript is a powerful object oriented language with some of the fastest dynamic language interpreters around. The official JavaScript specification...
分类:编程语言   时间:2015-04-19 22:41:58    阅读次数:266
如何制作Jar包并在android中调用jar包
android制作jar包:新建android工程,然后右击,点击导出,选择导出类型为Java下的JAR file,在java file specification 中不要选择androidmanifest.xml和res文件夹,就可以了。否则在调用jar包的时候会出现“Error generati...
分类:移动开发   时间:2015-04-16 00:59:15    阅读次数:239
PAT03-树1. List Leaves (25)
Given a tree, you are supposed to list all the leaves in the order of top down, and left to right.Input Specification:Each input file contains one tes...
分类:其他好文   时间:2015-04-08 23:00:35    阅读次数:247
588条   上一页 1 ... 46 47 48 49 50 ... 59 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!