登录
首页 » Windows开发 » Bindows是一个用来创建功能强大的瘦客户端应用程序的框架。Bindows应用程序运行于现代的Web浏览器中。在其中,它们使用DHTML来呈现丰富的可以包含很...

Bindows是一个用来创建功能强大的瘦客户端应用程序的框架。Bindows应用程序运行于现代的Web浏览器中。在其中,它们使用DHTML来呈现丰富的可以包含很...

于 2023-01-04 发布 文件大小:1.16 MB
0 261
下载积分: 2 下载次数: 1

代码说明:

Bindows是一个用来创建功能强大的瘦客户端应用程序的框架。Bindows应用程序运行于现代的Web浏览器中。在其中,它们使用DHTML来呈现丰富的可以包含很多不同窗体小部件(widget)的图形用户界面(GUI)。Bindows应用程序可以使用很多方法与服务器端进行交互。其中大多数方法是基于XML的。它同样支持XML-RPC和基于SOAP的Web Services。程序设计语言是JavaScript。 所有windows控件的模拟。按钮,标签,列表,文本框,对话框,颜色,样式,等等,一个典型桌面应用应该有的控件、样式都具备 新版本1.30beta,增加了千呼万唤的Theme支持。Erik&Emil不愧为世界水平的JavaScript高手,原本仅用做浏览器脚本支持的这个小东西如今被发挥得淋漓尽致,几乎到了浏览器JavaScript所能表现的最高境界-Bindows is a framework for B/S application. it works with morden exploer, use DHTML show GUI composed by lots of different widgets, and support many way to communicate with server base on XML,support XML-RPC and web services(SOAP).Bindows developed use JavaScript, implement all widgets in windows( button,tag,list-box, editbox,dialog) with same color and style etc. which enough to build a classic desktop application. New 1.30beta version, add Theme support. Erik&Emil is famous JavaSrcipt developer,they let the JavaScript on the top of the world.

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • 监视多久没有输入的程序
    监视多久没有输入的程序--Program which can monitor how long it is since the last input
    2022-12-01 01:35:03下载
    积分:1
  • 基于AD590和52单片机00的只能温控系统
    #include #define uchar unsigned char #define uint unsigned int sbit lcden=P3^3; sbit lcdrs=P3^4; sbit lcdrw=P3^5; sbit eoc=P3^2; sbit ale=P2^4; sbit st=P2^4; sbit oe=P2^5; sbit clk=P2^3; unsigned long  dianya=0; uchar num; uchar code table[]="the range:0-100"; uchar code ta
    2022-03-23 02:09:17下载
    积分:1
  • 用vc++编写的usb接口通信程序 主要是usb的接口传输功能
    用vc++编写的usb接口通信程序 主要是usb的接口传输功能-Vc++ to prepare with the usb interface usb communication program is the interface transfer function
    2022-07-03 09:26:18下载
    积分:1
  • duffing系统程序
    Duffing系统动力学方程计算程序,包含求解、绘图:时域波形、相平面、幅值谱、Poincare图、分岔图等等                                                                                   
    2022-08-11 21:09:11下载
    积分:1
  • Maze procedure, with the stack, the realization of two
    迷宫程序,用堆栈,实现二维数组,迷宫是一个固定的行,也可以从文件中读取
    2022-07-10 00:45:25下载
    积分:1
  • 采用邻接矩阵表示无向图,完成图的创建、图的深度优先遍历、图的广度优先遍历操作。其中图的顶点信息是字符型,图中顶点序号按字符顺序排列。本输入样例中所用的图如下所示...
    采用邻接矩阵表示无向图,完成图的创建、图的深度优先遍历、图的广度优先遍历操作。其中图的顶点信息是字符型,图中顶点序号按字符顺序排列。本输入样例中所用的图如下所示: Input Format: 第一行输入两个值,第一个是图中顶点的个数,第二个是图中边的条数 第二行输入各顶点的信息,即输入每个顶点字符 第三行开始输入每条边,每条边的形式为两个顶点的序号,中间以空格隔开,输入完一条边换行 Output format: 首先输出图的顶点信息,输出完毕换行 接着输出图的邻接矩阵,假如图中有n个顶点,则输出形式为n行n列的邻接矩阵,输出完毕换行 接下来一行输出从图的第一个顶点开始进行深度优先遍历的序列,中间以空格隔开,输出完毕换行 最后一行输出从图的第一个顶点开始进行广度优先遍历的序列,中间以空格隔开,输出完毕换行 -Using an undirected graph adjacency matrix representation to complete the map creation, graph depth-first traversal, graph breadth-first traversal operation. In which vertex information is character, the graph vertex number by characters in order. The input sample used in the diagram are as follows: Input Format: The first line of input two values, the first one is the number of graph vertices, the second one is the number of graph edges Second row, enter information in each vertex, that enter each vertex character Start typing in the third line of each side, each side in the form of two vertices
    2022-01-26 03:32:41下载
    积分:1
  • 百度派!!!不用说了!希望大家能够支持,一个问题联系起来。
    百度发贴机!!!这个就不用多说了吧!希望大家多多支持,有问题联系我!-Baidu sent! ! ! Needless to say on this! Hope we can support, a problem linked me!
    2022-08-14 02:39:40下载
    积分:1
  • ASP地址薄C++语言实现算法
    ASP地址薄C++语言实现算法-ASP address book C language algorithms
    2023-04-26 01:35:03下载
    积分:1
  • 摄像头抓取视频流读取
    图像的连续读取采集(从摄像头)、显示和存储,利用opencv平台提供的函数,存储时只保存最近的100张采集图片(避免图片填满硬盘)
    2022-04-29 06:23:27下载
    积分:1
  • 将Excel数据传给Access数据库
    将Excel数据传给Access数据库-Excel data transmission Access database
    2022-11-22 10:40:03下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载