Object-XML 映射 OXMapper

码农软件 · 软件分类 · XML相关工具 · 2019-09-17 22:57:36

软件介绍

Object-XML 映射,抄袭ORM的概念。
是的,代码还是个空白,第一个版本甚至编译都不过。
敏捷?迭代?其实,这是一个很好的机会现场观看和参与(!),开发的过程。

RoadMap:
通过以下代码,就可以定义XML格式,和从类到它的映射:

class MyClassMap:XMLMap
        {
            public MyClassMap()
            {
                Id(x => x.Guid);
                Map(x => x.Name);
            }
        }

本文地址:https://codercto.com/soft/d/14832.html

Eric Meyer on CSS

Eric Meyer on CSS

Eric Meyer / New Riders Press / 2002-7-8 / USD 55.00

There are several other books on the market that serve as in-depth technical guides or reference books for CSS. None, however, take a more hands-on approach and use practical examples to teach readers......一起来看看 《Eric Meyer on CSS》 这本书的介绍吧!

HTML 编码/解码
HTML 编码/解码

HTML 编码/解码

html转js在线工具
html转js在线工具

html转js在线工具

HEX HSV 转换工具
HEX HSV 转换工具

HEX HSV 互换工具