-
8-4
简单的树形代码。适合初学者的学习,顺便说下,垃圾网站(Simple tree code. Suitable for beginners to learn, by the way, the spam)
- 2011-08-07 11:06:43下载
- 积分:1
-
ch09-dom-files
This is importat DOM Program
- 2014-03-03 13:02:33下载
- 积分:1
-
thinkphp5通用后台系统
thinkphp5通用后台系统,php+mysql安装即可食用
- 2022-02-27 07:27:52下载
- 积分:1
-
简单的学生信息管理系统
简单的学生信息管理系统,实现了简单的用户的注册,添加,修改密码,删除。还有学生信息的增删改查,但是缺少权限管理,以后找机会添加进去。
运用了SPRINGMVC框架 ,spring框架,mabatis框架,配置方面 比较麻烦,必须认真的看。
还有前端页面的修饰,用了JAVASCRIPT CSS。
- 2022-07-14 17:31:46下载
- 积分:1
-
HTML tab切换效果
HTML tab切换效果,可以方便简单的实现html元素的切换。网站上使用的特别多。
- 2022-02-10 16:47:20下载
- 积分:1
-
project
Semantic similarities for bag of word
- 2011-10-23 00:18:07下载
- 积分:1
-
canvas+JS实现时钟
canvas+JS实现动态时钟页面,实现动态时钟是HTML5入门的第一步吧,涉及到的基本知识也很多,代码写的很详细,希望能对大家有参考价值!
- 2022-03-18 17:21:17下载
- 积分:1
-
jquery 作文插件
是应一个群友要求开发的一款写作文的插件,写的不好的大家见谅,需要的可以自己进行完善,目前就扩展一个行数的参数,需要兼容ie的可以导2.0以前的jq;
使用如下:
//创建容器
$("#content").creatCellText({
"rows":10 //显示的行数
});
//获取输入的文字
$("#getc").on("click",function(){
var con=$("#content").getText();
alert(con);
})
- 2023-04-27 08:45:03下载
- 积分:1
-
LABjs-2.0.3
LABjs 的核心是 LAB(Loading and Blocking):Loading 指异步并行加载,Blocking 是指同步等待执行。LABjs 通过优雅的语法(script 和 wait)实现了这两大特性,核心价值是性能优化。LABjs 是一个文件加载器。(LABjs lets you load pretty much any script file, whether you control it or not, with no intrusion or convention for dependencies, other than the order and blocking that you define. It keeps track of what you ve asked for and what has downloaded, and lets you only define a handler once for a group of scripts that will execute together in parallel. The API style (with chaining) makes is very easy to convert a set of script tags in your page into code to load them, without having to worry that race conditions will cause issues for scripts loading in the wrong order if there are explicit dependencies involved.)
- 2014-01-09 15:15:47下载
- 积分:1
-
T2
说明: 利用js脚本实现用户注册的基本功能,该页面包含了用户的基本信息(用户 名、密码、性别、身份、自我介绍)(Using JS script to realize the basic function of user registration)
- 2019-12-04 20:56:59下载
- 积分:1