-
JavaScript:动态显示世界时间的标题栏,请注意变化…
JavaScript:标题栏动态显示世界时间,请注意标题栏变化。。。。。。
-JavaScript: the title bar of dynamic display world time, please note that changes in the title bar. . . . . .
- 2022-02-16 04:01:27下载
- 积分:1
-
bootstrap实现购物商城界面以及后台交互
运用前端的bootstrap框架 实现了一个购物商城的前台页面展示,以及运用java语言实现了用户的登录注册 添加 修改 操作。数据是临时模拟的但是前后台是动态交互成功的,运用的是mysql数据库,sql语句 ssh 框架 实现的项目,欢迎小伙伴们提出宝贵的意见,共同学习。
- 2022-11-27 18:00:04下载
- 积分:1
-
JQuery甘特图
JQuery.Gantt是一个开源的基于JQuery库的用于实现甘特图效果的可扩展功能的JS组件库。功能比较强大,适用于项目计划、生产计划类的项目。注意:如果需要甘特图中显示中文,则需要在js文件引用中加上charset特性并设置为GB2312,否则中文内容将显示为乱码。
- 2023-04-15 20:10:03下载
- 积分:1
-
Cesium挖填方设计源码
1.定义地形服务,绘制施工区域// 在使用地形服务前,请设置好 Cesium.Ion.defaultAccessTokenvar terrainProvider = Cesium.createWorldTerrain({requestWaterMask: true,requestVertexNormals: true }); // 定义填挖方的基准面高度var excavateHeight = 2300; // 开挖高度var buryHeight = 6000; // 填埋高度 // 定义施工区域var scope = [ Cesium.Cartesian3.fromDegrees(99, 29), Cesium.Cartesian3.fromDegrees(100, 29), Cesium.Cartesian3.fromDegrees(100, 30), Cesium.Cartesian3.fromDegrees(99, 30) ]; 2.剖分施工区域,计算每个区域的面积与填挖高度 核心思想:计算 开挖/填埋 的 开挖量/填方量 的 核心思想就是 剖分 微积分// 设置剖分最小单元 0.01°var subdivisionCell = 0.01; // 剖分精度自定义// 存储所有的剖分矩形var subRectangles = [];for (var i = 99; i { heights.push(point.height); }); }); 3.计算填挖方
- 2021-05-06下载
- 积分:1
-
jquery.validate.password
a powerfull password validator using javascripts
- 2012-01-29 21:37:25下载
- 积分:1
-
mpv2-class
java code for interpolation this is the short progaram for working
- 2018-03-01 03:44:01下载
- 积分:1
-
echart大屏数据展示
利用echart设计展示大屏展板炫酷
- 2020-03-03下载
- 积分:1
-
coordinate-master
说明: Coordinate 组件库可被用于 坐标的变换 和 坐标系统的转换 等。
组件库又分成了两个子库:2D 和 3D,其中 2D 库用于平面坐标的处理,3D 库用于空间坐标的处理。(Coordinate component library can be used for Coordinate transformation and Coordinate system transformation.
The component library is further divided into two sub-libraries: 2D and 3D. 2D library is used for processing plane coordinates and 3D library is used for processing space coordinates.)
- 2019-11-12 11:24:51下载
- 积分:1
-
The blog system does not require database support, all data is stored entirely i...
本博客系统不需要数据库支持,所有数据全部用XML进行存储。
目前这个系统提供如下功能:
多用户博客支持
支持附件上传下载
模板可换(需自己改)
用户名:admin
密 码:atjava-The blog system does not require database support, all data is stored entirely in XML. The system currently provides the following features: support for multi-user blog template to support uploading and downloading attachments can be changed (subject to change their own) User name: admin Password: atjava
- 2023-05-25 11:05:04下载
- 积分:1
-
JSP/JS日历程序,包括详细使用说明和源码
JSP/JS日历程序,包括详细使用说明和源码-JSP/JS calendar programs, including detailed instructions and source code
- 2022-02-04 08:52:16下载
- 积分:1