-
jgame-code-civi-students3k
Civilization game source code in Java: This game is a single or multiplayer strategy game. The player’s character is depends on the ruler of a civilization. It is a simple java game which is also developed for Android device platforms. Yeah! This game supports the android mobile devices as well.
- 2014-02-09 12:55:12下载
- 积分:1
-
JAVA酒店管理系统源程序-调试版
JAVA酒店管理系统适用于各大酒店应用,程序采用了JFrame窗口设计基础,设计了离线单机版管理系统,增对于酒店内部网络单击使用安全性相对高。
- 2022-01-25 14:31:22下载
- 积分:1
-
模拟窗口导航效果
这个网页实现的最多,用jsp和css一起用才做成的,努力学就会做到,相信你也可以。这是我简单做的网页,欢迎大家浏览
- 2022-08-24 05:54:02下载
- 积分:1
-
DIV_roll
说明: DIV滚动效果,包括上下左右四4个方向,各浏览器都可使用。(DIV Scrolling effect)
- 2009-08-27 10:18:05下载
- 积分:1
-
JSP+AccesszuodeBBS
一个用JSP和Access做的BBS,使用方法及用户名和密码见readme.txt(a JSP and Access done BBS, use, and user names and passwords see readme.txt)
- 2006-09-27 14:09:50下载
- 积分:1
-
sshPsitemeshPajax
说明: 1.主要介绍web的开发利用2.通过资料的学习能够更好的了解web开发知识(1. Focuses on the development and utilization of web 2. By studying the data to better understand the web development knowledge)
- 2011-02-21 12:27:48下载
- 积分: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
-
AeroWindow-V3.5
仿windows的界面的桌面,实现拖动效果,单击或双击打开窗口功能,有开始菜单。(destop as win7 by js code)
- 2012-05-25 21:42:38下载
- 积分:1
-
Scoure.java, is the java experimental pilot curriculum design student achievemen...
Scoure.java,是java课程实验的试验5 设计学生成绩表-Scoure.java, is the java experimental pilot curriculum design student achievement Table 5
- 2022-03-10 14:38:50下载
- 积分:1
-
JQUERY
jquery 实现图片上传,大小、格式验证!直接运行。(jquery achieve image upload, size, format verification! Run directly.)
- 2013-08-17 10:32:27下载
- 积分:1