-
初学者,简单canvas画布
应用背景 var canvas=document.getElementById("demo");
var cxt=canvas.getContext("2d");
var flag=0;
canvas.onmousedown=function(evt){
evt=window.event?window.event:evt;
var startX=evt.pageX-this.offsetLeft;
var startY=evt.pageY-this.offsetTop;
cxt.beginPath();
cxt.moveTo(startX,startY);
flag=1;
}
//鼠标移动 (获取鼠标位置)
canvas.onmousemove=function(){
- 2022-01-21 04:59:28下载
- 积分:1
-
DHTML网格的Java脚本
该组件允许使用GPL或者您需要获得商业或Enterise许可证使用它没有GPL项目。dhtmlx网格是一个灵活,智能,且易于使用的JavaScript网格组件,允许创建单元格内编辑丰富的DHTML表格,固定的多线的页眉和页
- 2022-12-14 15:45:04下载
- 积分:1
-
adaboost_websoures
adboost算法学习的一些网页整理,有兴趣的可以参考一下(Some of the web adboost learning algorithm, interested can consult.)
- 2020-12-17 17:09:12下载
- 积分:1
-
WSN
WSN无线传感器网络的经典论著
很有参考价值!!
包括WSN的结构、协议等
共704页 英文(Wireless Sensor Networks WSN classic works on the value of a good reference! ! Including the structure of WSN, a total of 704 agreements in English)
- 2007-09-19 16:23:11下载
- 积分:1
-
精通比特币
精通比特币(An introduction to the block chain)
- 2018-07-08 17:01:31下载
- 积分:1
-
php programming
这是php便笺这是php便笺这是php便笺这是php便笺这是php便笺这是php便笺这是php便笺这是php便笺这是php便笺这是php便笺这是php便笺这是php便笺这是php便笺这是php便笺这是php便笺这是php便笺这是php notes这是php notes这是php notes这是php notes这是php notes这是php notes这是php notes
- 2022-12-08 23:35:03下载
- 积分:1
-
RPC method
有了PRC程序,你就可以在任何地方为某人提供服务,并通过远程通信交换数据和信息。
- 2022-03-20 11:44:49下载
- 积分:1
-
cctv
我不会做插件,这个程序是PHP版本,大家可以自己在后台管理电台,主要是在DZ上看到的,把他拿过来了 首先把附件里的文件上传到论坛根目录,运行http://你的网址/tv/install.php根据提示安装程序,安装好后,进入程序后台,在那里导入数据库,就有好几百个电视台导入进去了(I do not plug this program is PHP version, we can own the management station in the background, mainly seen in the DZ, his first to take over the attachment file upload to the forum root directory and run http:// your URL /tv/install.php the prompts to install the program, after installation, the program enters the background, where the import , there are several hundred television stations imported into the
)
- 2016-09-25 22:15:27下载
- 积分:1
-
基于JSP+Servlet+JavaBean+MySQL的个人博客
博客基于JSP+JavaBean+Servlet+MySQL,其实这个博客就像其他普通博客,具体功能:
我的文章、文章评论、留言板、我的好友和各个模板浏览比例。
当初要开发这个博客是因为JSP课程要做一个大实验,而自己觉得写一个博客挺有趣,
因为可以在后台代码里面获得到很多有用的信息,例如
访客的IP、从哪里转到这个博客、访问的时间、查询的字符串、浏览器类型和最
感兴趣的模块等等,而这个JSP博客也实现了这些功能
- 2022-02-25 11:02:00下载
- 积分:1
-
bootstrap-ecommerce-uikit
说明: bootstrap ecommerce uikit
- 2019-01-11 14:53:12下载
- 积分:1