-
初学者,简单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
-
web 页面设计
网页是由 HTML 的使用而设计的。前面的设计将会在第一次,然后我们可以将此修改与我们非常有用的 need.its 为我们设计我们自己的 web 站点的页面。
- 2022-09-07 06:15:02下载
- 积分:1
-
css8
数据库文件在DATA目录下,数据库链接文件在Incs/connts.php
后台进入地址:/admin/
帐号:admin
密码:admin">
- 2016-04-19 17:36:22下载
- 积分:1
-
PHPmh
PHP漫画程序软件介绍:文本+采集+静态技术(PHP software cartoon Introduction: text+ collection+ static technology)
- 2009-04-03 13:16:37下载
- 积分:1
-
v63shopgbk_v1.1
v63积分商城特色功能: 支持三种物品类型的发放 1.实物:实物领取需要填写收货信息: 2.虚拟:可以自定义用户领取需要填写的信息 3.卡密:自动发放,后台能够查看编辑卡密状态 支持三种种物品发放方式(V63 points Mall features: to support the issuance of three types of goods 1. In-kind: in kind to receive the need to fill in receipt information: 2. Virtual: You can customize the user to receive the information required to fill out 3. Card: automatic distribution, background editing The card status supports three types of item delivery)
- 2020-10-19 21:57:25下载
- 积分:1
-
51kfcms
1,便捷的网页对话功能:
对话两端完全基于WEB形式实现,极大地方便了客户的使用.
2,完备的聊天记录
记录了客服人员每一次接待过程中的客户ID、地址(IP信息).
3,离线自动应答
客服人员不在线时,可设置自动回复欢迎辞,及支持10级目录菜单。
4,流量统计
掌握真实有效的流量、咨询量数据,记录流量和咨询量数据 (1, pages Dialogue convenient features:
WEB based entirely on the dialogue ends are implemented, greatly facilitate the customer.
2, complete chats
Record the customer service every customer reception process ID, address (IP information).
3, automatic answering offline
When customer service is not online, you can set up automatic reply greetings, and support 10 Contents Menu.
4, traffic statistics
Grasp the real and effective traffic advisory capacity data traffic records and consulting data)
- 2016-04-22 14:39:51下载
- 积分:1
-
Xiao5u_Exam_v2011627
校无忧网络信息系统,在线考试、在线留言。方便快捷。。(School worry-free network information system, online examinations, online message. Quick and easy. .)
- 2012-05-27 22:23:44下载
- 积分:1
-
xf2sf
游客自助修改自己添加的信息
后台:admin_index.asp
管理员:admin
密 码:admin(Self-modifying visitors to add their own information
Background: admin_index.asp
Administrator: admin
Password: admin)
- 2016-04-01 23:32:05下载
- 积分:1
-
HTML2CGI
CGI程序用C语言编写,很多web工具能生成HTML但不能生成CGI,本程序实现了将HTML转成CGI程序,给CGI开发者带来很多方便。(CGI program using C language, many web tools to generate HTML but can not generate CGI, the program will realize the HTML into CGI procedures, CGI developers to bring a lot of convenience.)
- 2008-07-23 12:54:22下载
- 积分:1
-
网上服装销售
它分前台部分和后台部分,前台部分向客户提供使用界面,主要包括用户注册,购物车管理,订单管理,个人资料管理等功能;后台部分由管理员使用,主要包括商品管理,处理订单,用户信息管理,链接信息管理等功能。完成后的网站系统是一个动态、交互式、具有商品提供、系统管理、用户留言等功能的电子商务网站
- 2022-01-30 17:07:24下载
- 积分:1