2.1.5 Processing XML and Spreadsheet Data in Go## GCN ## Processing XML and Spreadsheet in Go  续日 Gopher China Conference Beijing 2021 6/26 - 6/27 ## Self Introduction (Simple API for XML) • Serialize and Deserialize Control ## Handle Complex XML • Partial Load • Namespace & Entity • Ser/ Deserialize Idempotence ## High Performance Processing • XML Schema Definition DOM or SAX ## OOXML Spreadsheets • Excel XML Specification • Charset Encoding • Streaming I/O ## Serialize and Deserialize ## Document Object Model0 码力 | 35 页 | 1.34 MB | 2 年前3
Google XML Document Format Style Guide Version 1.0# Google XML Document Format Style Guide Version 1.0 Copyright Google 2008 ## I ntroduction This document provides a set of guidelines for general use when designing new XML document formats (and to to some extent XML documents as well; see Section 11). Document formats usually include both formal parts (DTDs, schemas) and parts expressed in normative English prose. These guidelines apply to new may be helpful but should not control the group consensus. This guide is meant for the design of XML that is to be generated and consumed by machines rather than human beings. Its rules are not applicable0 码力 | 13 页 | 51.99 KB | 2 年前3
Spring Framework 1.2.0 ChangelogResourceEntityResolver to depend on ResourceLoader only and moved it to package "beans.factory.xml" * factored out resource editor registration from AbstractApplicationContext into ConfigurableBeanFactoryUtils ConfigurableBeanFactoryUtils helper * fixed DefaultXmlBeanDefinitionParser to correctly parse null keys for XML map entries Package org.springframework.context * reworked LocaleContextHolder to use an InheritableThreadLocal ion" * added TypeDefinitionBean, representing a Hibernate3 type definition (TypeDef / typedef XML tag) in bean-style format * added "typeDefinitions" property to LocalSessionFactoryBean for0 码力 | 67 页 | 194.16 KB | 2 年前3
Firebird Docwriting Guide GermanDocBook XML – Eine Einleitung ..... 6 Sehr allgemeine XML-Grundlagen ..... 6 Eine DocBook XML Einleitung ..... 9 DocBook XML Schreibwerkzeuge ..... 12 Text-Editoren ..... 12 XML-Editoren . notwendigen Kenntnisse, um mit dem Schreiben von Firebird-Dokumenten in unserem gewählten Format, DocBook XML, beginnen zu können. ## V orausgesetzte Kenntnisse Bevor Sie dieses Handbuch lesen, prüfen Sie, ob benötigen, um die Grundlagen der DocBook XML zu erörtern, denn das ist das Format, dass wir gern von Ihnen bekommen möchten. Dies bezieht folgendes ein: • DocBook XML – was ist das? • Gründe weshalb wir0 码力 | 49 页 | 228.41 KB | 2 年前3
Reference manual for FPDoc Document version 3.2.2### 1.2 About FPDOC FPDOC is a tool that combines a Pascal unit file and a description file in XML format and produces reference documentation for the unit. The reference documentation contains documentation presence of formatted comments in the source code. It takes a source file and a documentation file (in XML format) and merges these two together to a full documentation of the source. This means that the code fpdoc --package=fcl --descr=crt.xml --input=crt.pp This will scan the crt.pp file and generate documentation for it, using the descriptions found in the filecrt.xml file. The documentation will be written0 码力 | 47 页 | 196.25 KB | 2 年前3
Mybatis 3.3.0 中文用户指南最近更新: 24 五月 2015 | 版本: 3.3.0 参考文档 简介 入门 XML配置 XML映射文件 动态SQL Java API SQL语句构建器 日志 项目文档 项目信息 项目报表 ## 简介 ## 什么是 MyBatis? MyBatis 是支持定制化 SQL、存储过程以及高级映射的优秀的持久层框架。MyBatis 避免了几乎所有的 JDBC 代码和手动设置参数以及获取结果集。MyBatis 代码和手动设置参数以及获取结果集。MyBatis 可以对配置和原生 Map 使用简单的 XML 或注解,将接口和 Java 的 POJOs(Plain Old Java Objects, 普通的 Java 对象)映射成数据库中的记录。 ## 帮助改进文档 不管你以何种方式发现了文档的不足,或是丢失对某一特性的描述,那么你能做的最好的事情莫过于去研究它并把文档写出来。该文档 xdoc 格式的源码文件可通过项目的 | 版本: 3.3.0 参考文档 简介 入门 ## 入门 XML配置 ## 安装 XML映射文件 要使用 MyBatis,只需将 mybatis-x.x.x.jar 文件置于 classpath 中即可。 动态SQL 如果使用 Maven 来构建项目,则需将下面的 dependency 代码置于 pom.xml 文件中: Java APISQL语句构建器 0 码力 | 98 页 | 2.03 MB | 2 年前3
Firebird Docbuilding Howto Spanishmódulo manual contiene la documentación en formato fuente -para ser más preciso: en formato Docbook XML. Estos fuentes necesitan ser procesados (construidos o generados) para obtener documentos fáciles de herramienta de construcción llamada Ant para producir los documentos HTML y PDF desde el fuente DocBook XML. Ant es una herramienta Java; necesita una versión reciente de Java 2 instalada en su sistema. En0 码力 | 11 页 | 71.13 KB | 2 年前3
Apache ActiveMQ Artemis 2.21.0 User Manualmetrics • Support for resetting queue properties by unsetting them in broker.xml • Undeploy diverts by removing them from broker.xml • Add addressMemoryUsagePercentage and addressSize as metrics ## Upgrading it's worth mentioning here anyway. Prior to 2.14.0 if you configured a parameter on a queue in broker.xml (e.g. max-consumers) and then later removed that setting the configured value you set would remain remain. This has changed in 2.14.0 via ARTEMIS-2797. Any value that is not explicitly set in broker.xml will be set back to either the static default or the dynamic default configured in the address-settings0 码力 | 503 页 | 6.34 MB | 2 年前3
Spring Framework 2.0.1 Reference2.1. Easier XML configuration ..... 20 2.2.2. New bean scopes ..... 20 2.2.3. Extensible XML authoring ..... 21 2.3. Aspect Oriented Programming (AOP) ..... 21 2.3.1. Easier AOP XML configuration . 21 2.4. The Middle Tier ..... 21 2.4.1. Easier configuration of declarative transactions in XML ..... 22 2.4.2. JPA ..... 22 2.4.3. Asynchronous JMS ..... 22 2.4.4. JDBC ..... 22 2.5. The declaration style to use ..... 127 6.4.1. Spring AOP or full AspectJ? ..... 127 6.4.2. @AspectJ or XML for Spring AOP? ..... 127 6.5. Mixing aspect types ..... 128 6.6. Proxying mechanisms ..... 1280 码力 | 496 页 | 3.55 MB | 2 年前3
Spring Framework 2.0.5 ReferenceControl (IoC) container ..... 20 2.2.1. Easier XML configuration ..... 20 2.2.2. New bean scopes ..... 20 2.2.3. Extensible XML authoring ..... 21 2.3. Aspect Oriented Programming Easier AOP XML configuration ..... 21 2.3.2. Support for @AspectJ aspects ..... 21 2.4. The Middle Tier ..... 21 2.4.1. Easier configuration of declarative transactions in XML .... declaration style to use ..... 129 6.4.1. Spring AOP or full AspectJ? ..... 129 6.4.2. @AspectJ or XML for Spring AOP? ..... 129 6.5. Mixing aspect types ..... 130 6.6. Proxying mechanisms ..... 1300 码力 | 499 页 | 3.59 MB | 2 年前3
共 1000 条
- 1
- 2
- 3
- 4
- 5
- 6
- 100
相关搜索词
Go语言XML数据电子表格Decoder结构体StreamWriter结构体XML文档格式命名空间元素属性数据表示Spring FrameworkAOPBeanInterceptorXML配置DocBook XMLFirebirdDokumentationsverzeichnisÜbersetzungVeröffentlichungFPDOCPascalXML文档生成交叉引用MyBatisXML映射文件动态SQL日志工厂SqlSessionFactoryCVSAntJ2REJavaActiveMQ Artemisbroker.xmladdressaudit loggingJMXSpring Framework 2.0IoC containerXML SchemaJPASpring 2.0IoC容器bean scopes













