GUI应用框架 Vexi

码农软件 · 软件分类 · GUI开发框架 · 2019-08-10 15:26:55

软件介绍

Vexi 平台是一个用来创建和发布丰富的图形用户界面的网络应用程序,使之看起来跟本地的应用程序外观。Vexi 使用了一种特定格式的XML和 JavaScript 来定义可视化交互UI组件。

示例代码

<vexi xmlns:ui="vexi://ui">
<ui:box framewidth="200" frameheight="100">
<ui:box id="output" text="Click on me!" />
Press1 ++= function(v) { $output.text = "Hello World!"; }
vexi.ui.frame = thisbox;
</ui:box>
</vexi>

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

The Golden Ticket

The Golden Ticket

Lance Fortnow / Princeton University Press / 2013-3-31 / USD 26.95

The P-NP problem is the most important open problem in computer science, if not all of mathematics. The Golden Ticket provides a nontechnical introduction to P-NP, its rich history, and its algorithmi......一起来看看 《The Golden Ticket》 这本书的介绍吧!

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

在线图片转Base64编码工具

Base64 编码/解码
Base64 编码/解码

Base64 编码/解码

XML、JSON 在线转换
XML、JSON 在线转换

在线XML、JSON转换工具