-
2015_OpenLayers_3_入门教程详细版
说明: 地理信息系统开发简要文档说明和使用说明。GIS开发(Geographic Information System Development Brief Document Description and Use Description. Development of GIS)
- 2020-06-21 06:20:02下载
- 积分: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
-
resume-master
说明: 最新前端技术:使用vue 和 animate.css 制作个人在线简历,效果比较接近于H5页面,支持鼠标滑动切换。(The latest front end technology: using Vue and animate.css Production of personal online resume, the effect is close to H5 page, support mouse sliding switch.)
- 2021-02-02 10:43:37下载
- 积分:1
-
区域编码 5级 匹配
省份,市,县,乡镇,村 5级的编码,比常规的三级联动更好些,方便对行政区划更严格管理的场景使用。
- 2022-06-02 17:25:23下载
- 积分:1
-
图书馆系统的源码,用jsp,servlet,SQL server
这是一个校园图书管理系统,主要运用与图书馆的借书,还书等,
- 2022-04-21 16:27:23下载
- 积分:1
-
无缝滚动效果轮播
轮播无缝连接 鼠标悬停离开继续自动轮播,点击跳转鼠标离开后继续轮播
- 2022-03-24 11:46:21下载
- 积分:1
-
灰色质感后台管理员系统网页模板
说明: 风格时尚清新的后台管理模板,包含首页,邮箱,图表,界面,表格,五个页面。(Fashionable and fresh style background management template, including home page, mailbox, chart, interface, form, five pages.)
- 2021-02-02 10:51:22下载
- 积分:1
-
视频网站php源码,3分钟建站,一键采集视频内容
视频网站完整php源码,界面美观,具有后台内容管理系统,安装部署简单,只需3分钟建站,一键采集全网海量视频内容,附有非常详细部署步骤。需自行搭建web服务器。
- 2022-07-12 16:37:46下载
- 积分:1
-
一个用Html5写的手机APP模板
一个用Html5写的手机APP模板,需要用HBuilder来编译。
- 2023-01-22 13:20:04下载
- 积分:1
-
xianshidiv
jQuery显示隐藏DIV简单实例,需要隐藏网页的部分内容时经常会使用到展开、收起DIV,不是弹出的效果。(Personalized photo albums Team Gallery HTML5 template suitable for personal home, studio, team websites. A full set of templates, including the home page, gallery, our team, services, contact, and other template pages....)
- 2016-06-02 21:33:36下载
- 积分:1