HTML生成库 renderSnake

码农软件 · 软件分类 · HTML解析器 · 2019-04-03 08:13:36

软件介绍

RenderSnake 是一个轻量级的Java类库用来通过Java方法生产html页面,包含4个核心类库:

  • HtmlCanvas , a class that has methods for all HTML 4.01 and HTML5 tags for opening and closing it
  • HtmlAttributes, a class that has methods for all existing HTML attributes for setting an attribute value
  • Renderable, a interface that is used to create component classes. Each component must implement the method renderOn(HtmlCanvas)
  • PageContext, a Map-like object to store any information that is used for rendering a Page.

示例代码:

canvas.html()
        .body()
          .h1().write("RenderSnake")._h1()
        ._body()
      ._html()

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

游戏数据分析的艺术

游戏数据分析的艺术

于洋、余敏雄、吴娜、师胜柱 / 机械工业出版社 / 2015-7 / 79.00

《游戏数据分析的艺术》是中国游戏产业的开创性著作,具有里程碑意义,它首次系统讲解了如何对游戏行业的数据进行分析,在行业里竖起了一根标杆。作者是来自TalkingData等国内顶尖的数据分析机构和西山居这样的知名游戏公司的资深数据分析专家, 对游戏数据从不同的业务角度进行了诠释。本书详细剖析了游戏数据分析相关的指标、方法论、内容挖掘、数据挖掘、软件使用、游戏设计、运营策划、渠道推广、收入解读、用户分......一起来看看 《游戏数据分析的艺术》 这本书的介绍吧!

CSS 压缩/解压工具
CSS 压缩/解压工具

在线压缩/解压 CSS 代码

图片转BASE64编码
图片转BASE64编码

在线图片转Base64编码工具

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

html转js在线工具