-
五子棋游戏
说明: 五子棋游戏,可以玩,有输赢算法,五子连成一线就会赢(Gobang game, you can play, there are winning or losing algorithms, five will win in a line)
- 2020-06-25 15:40:01下载
- 积分:1
-
在线考试
基于jsp的在线考试系统,适合Java的初学者学习,并在初次学习中掌握并了解这一类项目的建立和设计,其次由于这里都是用jsp写的,里面存在大量的JSP文件,
- 2023-08-25 13:50:06下载
- 积分: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
-
高级选项卡,javascript
高级选项卡,javascript制作简单选项卡,模拟商城选项卡的切换,很适合初学者学习
- 2022-01-26 07:50:46下载
- 积分:1
-
jquery
提示加入收藏的弹出层,有关闭,不再提示等功能(Tip Favorite pop layer, there are closed, no longer prompted other functions)
- 2013-10-15 10:14:25下载
- 积分:1
-
red5
主要是一种公平台流媒体顺利播放并共享视频音频的软件!次文件供大家合理配置!正确使用软件!(Is primarily a public platform for smooth streaming playback and share video and audio software! All reasonable times for the configuration file! Proper use of the software!)
- 2011-08-17 16:51:40下载
- 积分:1
-
用javascript,css,html,asp.net在VS2010中编写地物流管理系统,功能齐全。
用javascript,css,html,asp.net在VS2010中编写地物流管理系统,功能齐全。参加比赛获得过一等奖的作品,另外还附有一个简单的客户端操作,需要的可以联系我。
- 2022-03-25 15:52:14下载
- 积分:1
-
Venkman
Venkman(JavaScript Debugger)
- 2012-04-17 16:40:56下载
- 积分:1
-
vucharlength
機械應力,變形和變形速率之間的關係可能??非常複雜,儘管如果數量足夠小,線性近似在實踐中可能是足夠的。超過材料的某些強度極限的應力將導致永久變形(例如塑性流動,破裂,空化)或甚至改變其晶體結構和化學組成。
在某些工程分支中,術語壓力有時會在寬鬆的意義上用作“內部力量”的同義詞。例如,在桁架的分析中,它可以指作用在樑上的總牽引力或壓縮力,而不是力除以其橫截面的面積。(The relation between mechanical stress, deformation, and the rate of change of deformation can be quite complicated, although a linear approximation may be adequate in practice if the quantities are small enough. Stress that exceeds certain strength limits of the material will result in permanent deformation (such as plastic flow, fracture, cavitation) or even change its crystal structure and chemical composition.
In some branches of engineering, the term stress is occasionally used in a looser sense as a synonym of "internal force". For example, in the analysis of trusses, it may refer to the total traction or compression force acting on a beam, rather than the force divided by the area of its cross-section.)
- 2020-06-23 09:40:02下载
- 积分:1
-
网上购物商城系统
这是一款网上购物系统的源码,采用Jsp与css相结合的方法,内容较为简单,初学者要是第一次学会十分方便,欢迎不懂的人来 问我哦
- 2022-10-05 07:20:03下载
- 积分:1