Overblog Tous les blogs Top blogs Technologie & Science Tous les blogs Technologie & Science
Suivre ce blog Administration + Créer mon blog
MENU

xml

MongoDB training report

10 Juin 2014 Publié dans #nosql, #json, #xml

严禁转载,使用请注明出处:http://alex2012-c.j.overblog.com/ 有机会参加了两天的MongoDB training,写了一下报告(报告节选一部分): You will find here the notes that I’ve taken during the “Advanced MongoDB” training. First the overall impression I’ve had about Mongo as a DB solution for airport...

Lire la suite
Publicité

xsd中的继承关系如果写?

6 Mars 2014 Publié dans #xsd, #xml, #java

在实习写xsd文件时候,通常需要有继承关系。 下面是我们组的一个继承关系的例子。以及代码。 首先看如下类图 下面是部分xsd代码: LegDataType.xsd: FlightLegDataType.xsd: GroundLegDataType.xsd: 下面是生成的java代码:

Lire la suite

DTO generate

15 Décembre 2013 Publié dans #java, #xml, #xsd

如何从xsd文件生成java DTO文件? D:\Java\jdk1.7.0_25\bin\xjc.exe D:\test\test.xsd -d D:\test xjc where xsd locats para where you want to put results 或者用maven build。 在xsd工程中 使用 mvn clean install

Lire la suite

report about xml attribute

12 Septembre 2013 Publié dans #xml, #xsd, #java

严禁转载,使用请注明出处: http://alex2012-c.j.overblog.com/ 组里的任务,自己写了一个研究报告,主要研究了现在的系统,已经给PM一个关于xml的指导。 1 Backward & Forward compatibility Designing XML Schemas to be backward or forward compatible is a popular approach to data versioning. In this chapter, some...

Lire la suite
Publicité

XML/JSON 比较

14 Mai 2013 Publié dans #json, #xml, #java

严禁转载,使用请注明出处:http://alex2012-c.j.overblog.com/ 毕业论文一部分,比较了XML/JSON的区别,并且实际测试了二者传输所需要的时间: Un système distribué est constitué d’un ensemble de postes de travail et de périphériques (avec ou sans des architectures matérielles et des systèmes d’exploitations...

Lire la suite