-
NewString.java,是java课程实验的试验4 字符串练习与面向对象技术...
NewString.java,是java课程实验的试验4 字符串练习与面向对象技术-NewString.java, is a java program pilot experiment 4 string exercises and object-oriented technology
- 2022-06-14 09:29:03下载
- 积分:1
-
SSH
登录和注册页面要配置验证文件,保证用户名和密码为非空。
添加学生信息页面要保证学号非空,为6位数字。
添加完学生信息后,以表格的方式显示数据库中所有学生信息
(Login and Registration page to verify the configuration file to ensure that the user name and password for non-empty.
Add student information page to ensure student number is not empty, as six figures.
After adding the student information in tabular display database information for all students)
- 2013-11-27 11:17:15下载
- 积分:1
-
java 电子钟。很简单的那种。是数字的时钟。
java 电子钟。很简单的那种。是数字的时钟。-java clock. Very simple kind of
- 2022-01-26 05:51:39下载
- 积分:1
-
PopupDiv-v1.0-
JQuery实现的弹出层,可用于替换alert和模态窗口(popupDiv by jQuery)
- 2013-11-28 12:14:53下载
- 积分:1
-
TaiJi
自己写的JS程序:
具体是使用JS+JQ+animate动画+勾股定理实现了画太极图,原理很简单,就是使用绝对定位作为
div坐标+动画+div生成,升级画法:可以使用三角函数(sin,cos,tan etc),使用勾股定理每个像
素点的位置不太好把握!
最后:感兴趣的同学可以将imgs中的图片改成透明的图片,替换JS中方块,这样效果好看些。(JS write their own programs:
Specifically using JS+ JQ+ animate animation+ Pythagorean realized painting of Tai Chi, the principle is very simple, is to use absolute positioning as
+ animation+ div div coordinate generation, upgrade painting: You can use trigonometric functions (sin, cos, tan etc), each pixel using the Pythagorean theorem
Prime location is not very good grasp of the point!
Finally: Interested students can imgs pictures into a transparent image, replace JS in the box, so the effect look better.)
- 2014-01-29 01:17:06下载
- 积分:1
-
minui-master
小程序界面组件,常见的一些空间封装,帮助开发者统一界面风格,减少重复开发量(Small program interface components, common space encapsulation, help developers to unify the interface style, reduce the amount of repeated development)
- 2018-03-13 15:06:56下载
- 积分:1
-
js用户行为图表展示
js图表可视化展示
http://bl.ocks.org/mbostock/4063423
编写json文件,可将son的数据进行可视化展示
- 2022-06-13 00:05:45下载
- 积分:1
-
预约功能
function yuyueshanchu4(btn){
var name=$(btn).parent().siblings().eq(0).text();
var id = getCookie("uid");
$.ajax({
url:"http://localhost:8888/design/user/yuyuedecrease4.do",
type:"post",
data:{"name":name,"id":id},
dataType:"json",
success:function(result){
if(result.status==0){
alert(result.msg);
$(btn).parent().parent().remove();
}
},
error:function(){
alert("删除异常");
}
});
}
- 2022-10-14 13:15:03下载
- 积分:1
-
when you develop project in javaScript ,DOM is importent to you. just read it
when you develop project in javaScript ,DOM is importent to you. just read it
- 2022-01-25 17:56:16下载
- 积分:1
-
mui.min.js
var mui=function(a,b){var c=/complete|loaded|interactive/,d=/^#([w-]+)$/,e=/^.([w-]+)$/,f=/^[w-]+$/,g=/translate(?:3d)?((.+?))/,h=/matrix(3d)?((.+?))/,i=function(b,c){if(c=c||a,!b)return j();if("object"==typeof b)return i.isArrayLike(b)?j(i.slice.call(b),null):j([b],null);if("function"==typeof b)return i.ready(b);if("string"==typeof b)try{if(b=b.trim(),d.test(b)){var e=a.getElementById(RegExp.$1);return j(e?[e]:[])}return j(i.qsa(b,c),b)}catch(f){}return j()},j=function(a,b){return a=a||[],Object.setPrototypeOf(a,
- 2022-04-12 06:34:46下载
- 积分:1