-
dvzqdea
这个主要是和我发的博客的实例,但是博客的时候不知道怎么上传源码,只能单独保存了()
- 2018-01-31 23:51:25下载
- 积分:1
-
renren-security企业版
基于Spring、MyBatis、Shiro框架,开发的一套后台脚手架框架(权限系统),极低门槛,拿来即用。支持分布式部署、Quartz分布式集群调度、Activiti工作流、部门管理、数据权限、云存储等功能。
- 2022-05-06 09:39:58下载
- 积分:1
-
贪吃蛇游戏源码,没有做游戏界面,如菜单栏,什么…
贪吃蛇游戏源代码,没做游戏界面,比如菜单栏,计分栏什么的.另外还有一个问题,就是当两次点击回车时,蛇的移动速度会变快.-Snake game source code, did not make the game interface, such as menu bar, what scoring column. In addition, another problem is that when click enter twice, the snake will become faster speed.
- 2022-01-24 12:27:06下载
- 积分:1
-
daw项目
daw部分代码daw部分代码daw部分代码daw部分代码daw部分代码daw部分代码daw部分代码daw部分代码daw部分代码daw部分代码daw部分代码daw部分代码
- 2023-04-29 21:25:03下载
- 积分:1
-
各个国家的 地图GeoJSON 文件
各个国家的地图GeoJSON 文件,主要用于Echarts(Maps of various countries GeoJSON files)
- 2021-02-01 10:00: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
-
hello h5
说明: 移动端使用,具有很多的功能,方便调用,推荐给使用(Mobile terminal, with many functions, easy to call, recommended for use)
- 2020-06-23 06:20:02下载
- 积分:1
-
jQueryAPI_CHM
jquery api CHM
- 2010-04-10 10:46:01下载
- 积分:1
-
微信红包摇一摇
微信周边摇一摇红包示例,太难了,现在给一个示例的vvvvbvbvbvnbnb
- 2023-08-28 21:50:03下载
- 积分:1
-
unescape
The simple script that convert all symbols in html form from html language by function unescape to symbols in unicode
- 2010-07-11 20:28:48下载
- 积分:1