-
java很好的表格控件,rowexpander_example.zip
java很好的表格控件,rowexpander_example.zip
- 2022-09-01 00:00:03下载
- 积分:1
-
voteWeb
自己的JSP大作业,相当体谅大家制作这些时候的无奈,看看吧,无私奉献(Own JSP big job, very understanding when we make them helpless to see it, and selfless dedication)
- 2020-06-30 18:40:01下载
- 积分:1
-
Three.js开发指南:WebGL的JavaScript 3D库(原书第2版)_源代码.zip
Three.js开发指南:WebGL的JavaScript 3D库(原书第2版)_源代码.zip
- 2019-07-20下载
- 积分:1
-
jsp电商购物车
形成了一个界面风格统一、稳定、使用方便、并具有良好扩展性的网络销售平台,为构建网络销售系统,实现电子商务系统,提供了一个参考。对现有的多种动态网页开发技术进行分析的基础上,采用了以JSP作为动态页面语言的定义方式,并设计了系统与数据库的连接、系统的购物车功能、系统的前后台功能。
- 2022-03-07 06:00:52下载
- 积分:1
-
zTree_v3-master
、setting 配置信息说明
此 Demo 仅从功能上演示实现拖拽的基本方法和配置参数
1)、使用 拖拽功能,必须设置 setting.edit 中的各个属性,详细请参见 API 文档中的相关内容
2)、使用 拖拽功能的事件回调函数,必须设置 setting.callback.beforeDrag / onDrag / beforeDrop / onDrop 等属性,详细请参见 API 文档中的相关内容
基本拖拽设置:
允许复制 允许移动
setting.edit.drag.isCopy = true
setting.edit.drag.isMove = true
拖拽相对位置设置:
prev inner next
setting.edit.drag.prev = true
setting.edit.drag.inner = true
setting.edit.drag.next = true
2、treeNode 节点数据说明
对 节点数据 没有特殊要求,用户可以根据自己的需求添加自定义属性(、setting 配置信息说明
此 Demo 仅从功能上演示实现拖拽的基本方法和配置参数
1)、使用 拖拽功能,必须设置 setting.edit 中的各个属性,详细请参见 API 文档中的相关内容
2)、使用 拖拽功能的事件回调函数,必须设置 setting.callback.beforeDrag/onDrag/beforeDrop/onDrop 等属性,详细请参见 API 文档中的相关内容
基本拖拽设置:
允许复制 允许移动
setting.edit.drag.isCopy = true
setting.edit.drag.isMove = true
拖拽相对位置设置:
prev inner next
setting.edit.drag.prev = true
setting.edit.drag.inner = true
setting.edit.drag.next = true
2、treeNode 节点数据说明
对 节点数据 没有特殊要求,用户可以根据自己的需求添加自定义属性)
- 2020-07-20 11:18:47下载
- 积分:1
-
Cache
The caching mechanism designed to speed up the process of Certificates/CRLs generation in the case of their repeated generation for Andriod.
- 2013-10-21 14:59:31下载
- 积分:1
-
使用JAVA 开发的电子邮件,想要的朋友来下载下!
使用JAVA 开发的电子邮件,想要的朋友来下载下!-Using the JAVA development of e-mail, you want a friend to download the next! Hehe
- 2022-05-15 19:28:43下载
- 积分:1
-
conrec.js-master
说明: This is a JavaScript implementation of the CONREC contouring algorithm, which
operates on a grid of z-values.
If no contour-drawing function is specified, it builds a list of contour
vectors that can be accessed via .contourList().
Example:
var data = [[0, 1, 0], [1, 2, 1], [0, 1, 0]];
var c = new Conrec;
c.contour(data, 0, 2, 0, 2, [1, 2, 3], [1, 2, 3], 3, [0, 1, 2]);
// c.contours will now contain vectors in the form of doubly-linked lists.
// c.contourList() will return an array of vectors in the form of arrays.
- 2020-06-19 21:00:01下载
- 积分:1
-
C语言在单片机中的应用
源程序51与PC通信原理及实现.rar(source 51 and PC Communication Theory and Implementation. Rar)
- 2004-11-07 22:47:21下载
- 积分:1
-
jquery.easing.min.js
/*
* jQuery Easing v1.3 - http://gsgd.co.uk/sandbox/jquery/easing/
*
* Uses the built in easing capabilities added In jQuery 1.1
* to offer multiple easing options
*
* TERMS OF USE - EASING EQUATIONS
*
* Open source under the BSD License.
*
* Copyright © 2001 Robert Penner
* All rights reserved.
*
* TERMS OF USE - jQuery Easing
*
* Open source under the BSD License.
*
* Copyright © 2008 George McGinley Smith
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without modification,
* are permitted provided that the following conditions are met:
*
* Redistributions of source code must retain the abov
- 2022-03-12 05:29:52下载
- 积分:1