-
SuperMap iClient for JavaScript范例代码
SuperMap iServer做GIS服务器,前端采用JavaScript开发方式。这里是部分示范代码。
- 2022-01-25 17:12:37下载
- 积分:1
-
poincare_zip
本程序提供了两种Poincare曲线的程序源代码,并针对单摆转子系统进行了绘制。(This program provides two kinds of Poincare curve program source code, and for the simple pendulum rotor system has been drawn.)
- 2017-09-14 08:56:04下载
- 积分:1
-
admin5
说明: metronic框架的离线版使用,需要自己下载,如要全部源码,请联系我(For the offline version of Metronic framework, you need to download it by yourself. If you want all the source code, please contact me.)
- 2020-06-17 13:40:02下载
- 积分:1
-
万年历日历设置代码
说明: jQuery万年历日历设置代码是一款带农历节假日工作日历设置代码。(JQuery Calendar Settings code is a calendar settings code with lunar holidays.)
- 2019-03-11 20:12:00下载
- 积分:1
-
js 写入文档
$(function(){
$("#import").click(function(){
$("#files").click();
});
});
function importMsg(){
var selectedFile = document.getElementById("files").files[0];//获取读取的File对象
var name = selectedFile.name;//读取选中文件的文件名
var size = selectedFile.size;//读取选中文件的大小
console.log("文件名:"+name+"大小:"+size);
var reader = new FileReader();//这里是核心!!!读取操作就是由它完成的。
reader.readAsText(selectedFile);//读取文件的内容
reader.onload = function(){
console.log(this.result);//当读取完成之后会回调这个函数,然后此时文件的内容存储到了result中。直接操作即可。
};
}
$(function(){
$("#export").click(function(){
var content = "This is used as HTML5 log";
var blob = new Blob([content], {"type": "
- 2022-01-28 03:32:10下载
- 积分:1
-
etesry
erewtregfdddddgreeewtrgfgggggggggggggggggggggdsfhsssssssssssssssssssg
- 2023-05-04 19:15:04下载
- 积分:1
-
jQuery仿梦幻西游指针特效
jQuery仿梦幻西游指针特效,
梦幻西游指针图标和水波特效
css内调整动画大小、透明度,更换鼠标为图片
js调整初始大小、动画内容、消失时间
- 2022-11-28 17:20:03下载
- 积分:1
-
Flash
3D球体效果,html4+css3的完美结合,效果很炫,欢迎大家使用(3D sphere effect, the effect is stunning, welcome everyone to use)
- 2013-12-03 10:45:23下载
- 积分:1
-
Rawa图片展示响应式网站模板
Rawa图片展示响应式网站模板基于jquery.easing.1.3.js、jquery.isotope.min.js和jquery-1.7.1.min.js等插件制作,干净简洁,图片瀑布流效果,DIV+CSS布局,全套模板,有首页、关于我们、图片展示、简码、联系我们等多个网站模板页面。
- 2022-04-23 15:41:11下载
- 积分:1
-
gghsga
民航售票系统课程设计报告,以Navicat for mysql、DreamWeaver等为开发工具,开发B/S架构的民航售票网,可实现用户对航班信息的查询、机票预订、机票退订等(Curriculum design report of the Civil Aviation ticketing system, Navicat for mysql, DreamWeaver and other development tools, the development of civil aviation ticketing B/S architecture, user query for flight information, ticket booking, ticket unsubscribe)
- 2012-12-17 13:48:30下载
- 积分:1