-
初学者,简单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
-
HTML5手机微信手机微信游戏代码
应用背景HTML5手机微信摇一摇游戏代码基于jQuery。1.11.1版制作,关键技术模仿微信摇一摇功能,可手动摇,效果流畅。
- 2023-01-31 11:15:04下载
- 积分:1
-
uwa_1.x_utf8_v1.4.0.1064
游蛙UWA(Universal Website AsThis)是基于PHP和MySQL开发的通用建站程序,具备强大的扩展性。
功能特点:
1、自定义档案模型,便于内容扩展及二次开发
2、高效的动静态页面部署,运行效率极高
3、网站内容周期性自动更新,维护成本低
4、会员中心及可定制的会员模型,让您的网站火起来
5、多语言支持,方便开拓国际市场
6、专业简洁的界面设计,良好的用户体验
7、简单易用的模板引擎,界面设计方便快捷(Tour frog UWA (Universal Website AsThis) is based on PHP and MySQL development generic station program, with a strong scalability.
Features:
1, custom file model, to facilitate the expansion and secondary development of content
2, high dynamic and static page deployment, high operating efficiency
3, website content periodically updated automatically, low maintenance costs
4, the Member Center and a member of the model can be customized, so fire up your site
5, multi-language support, easy to explore the international market
6, Professional concise interface design, a good user experience
7, convenient easy to use template engine, interface design)
- 2014-04-02 15:52:01下载
- 积分:1
-
ASP.net购物网站设计
该网站包含一个数据库,本次上传的是纯aspx代码,审核通过后,如果有同志需要详细完整内容,可通知我上传
- 2022-06-12 01:22:36下载
- 积分:1
-
shopbanhang-wordpress
说明: ma nguon shop ban hang su dung wordpress
- 2019-03-24 15:39:08下载
- 积分:1
-
SolrPhpClient_f9ctae
采用php的源码实现,这是一个用php脚本语言写的数据管理,RockMongo v1.1.2,RockMongo是一个PHP5写的MongoDB管理工具。,参考的例子程序供学习参看(Using php source code implementation, which is a php script language to write data management , RockMongo v1.1.2, RockMongo MongoDB is a management tool written in PHP5 .)
- 2013-09-21 20:15:46下载
- 积分:1
-
广告PHP插件,可以再后台编辑添加内容的。
广告PHP插件,可以再后台编辑添加内容的,可以在后天添加分类,内容产品,就是天猫那些最底部那些导航一样,什么最近推荐那样,这可以在后天添加上去的
- 2022-03-04 16:02:48下载
- 积分:1
-
wxy
Wxy小组内部asp-webshel超强版(Wxy asp-webshel super version)
- 2015-09-07 15:32:53下载
- 积分:1
-
easy4php
PHP后台代码自动生成程序,支持MYSQL,ACCESS,MSSQL多种数据库。使用该程序生成的PHP代码,你可以通过WEB网页对数据库的记录进行浏览、修改、查询、添加和删除。利用它你只需几步就可以轻轻松松对数据库记录进行操作。(PHP back-end code generation that supports MYSQL, ACCESS, MSSQL multiple s. Use this program generates PHP code, you can browse through the WEB page of the record, edit, search, add and delete. You use it just a few steps you can easily operate the records.)
- 2016-07-01 22:08:25下载
- 积分:1
-
recursivite
course of algo recurcivity
- 2012-10-05 23:21:48下载
- 积分:1