Apache Avro# 1.8.2 Specification 3 数据序列化(Data Serialization) Avro数据总是用它的schema来序列化。存储Avro数据的文件应该总是在同一文件中包含数据对应的schema。基于Avro的RPC系统必须保证远端接收者有一份写入数据时所用的 ...
分类:
Web程序 时间:
2017-10-24 19:33:22
阅读次数:
323
Walking on water and developing software from a specification are easy if both are frozen) -Edward V. Berard (当你掌握了这两种思想,就算在水里行走(一片混沌的理解),从规范中开发软件也是很容 ...
分类:
其他好文 时间:
2017-10-22 10:57:05
阅读次数:
159
执行 pod验证 报错如下 ? DingtalkPod git:(2.0.0) ? pod lib lint --sources='https://github.com/AloneMonkey/MonkeyDevSpecs' --allow-warnings -> DingtalkPod (2.0. ...
分类:
其他好文 时间:
2017-10-13 14:06:14
阅读次数:
2221
Spring Data JPA 查询数据库时,如果两个表有关联,那么就设个外键,在查询的时候用Specification创建Join 查询便可。但是只支持左连接,不支持右连接,虽说左右连接反过来就能实现一样的效果,但是这就关系到谁是谁的外键的问题。外键搞起来有时候确实麻烦。所以为了查询个视图,没有找 ...
分类:
编程语言 时间:
2017-10-07 18:43:55
阅读次数:
1496
今天写了利用include动作实现参数传递的jsp文件,但第一个文件1.jsp不能传递参数给2.jsp。本地运行1.jsp时没有显示错误,但发到服务器上时就出现提示The JSP specification requires that an attribute name is preceded by ...
分类:
Web程序 时间:
2017-09-27 23:15:05
阅读次数:
390
一、前言GIC(Generic Interrupt Controller)是ARM公司提供的一个通用的中断控制器,其architecture specification目前有四个版本,V1~V4(V2最多支持8个ARM core,V3/V4支持更多的ARM core,主要用于ARM64服务器系统结构... ...
分类:
系统相关 时间:
2017-09-27 00:42:55
阅读次数:
281
iptables -vnL --line-numbers iptables -A INPUT -p tcp --dport 80 -j ACCEPT # 在表的对应链上添加规则 iptables [-t table] {-A|-C|-D} chain rule-specification # ipv ...
分类:
其他好文 时间:
2017-09-14 21:54:22
阅读次数:
223
目录 · Introduction to ActiveMQ · Installing ActiveMQ · Message-oriented middleware · JMS specification · What's the Java Message Service? · JMS client ...
分类:
其他好文 时间:
2017-09-11 10:29:22
阅读次数:
268
【Using Service Workers】 1、This is an experimental technology Because this technology's specification has not stabilized, check the compatibility table ...
分类:
其他好文 时间:
2017-09-10 11:22:21
阅读次数:
135
基本使用: 语法说明: 见官方文档 :https://github.com/nuysoft/Mock/wiki/Syntax-Specification 占位符说明: 占位符例如 @name @email @county(true) 等等 都是Mock.Random扩展的方法。可以查看https:/ ...
分类:
Web程序 时间:
2017-09-01 20:31:04
阅读次数:
232