-
W3school
网站建设的全部教程及相关代码 以HTMl语言为主的网站编写实例(Site construction related to all the tutorials and code-based website HTMl written language examples)
- 2010-10-28 10:21:48下载
- 积分:1
-
Project1
其实如果是单纯的下载网页,代码可以更简单,但俺这段代码不仅可以下载WEB页面,同时还可以向WEB页传递参数,完全可以替换XMLHTTP的GET功能,俺本来还想加上POST功能的,后来项目中不需要,所以就没加了,想了解WININET API的朋友,应该依此作一些扩展。(In fact, if a simple download page, the code can be more simple, but I can not download this code WEB page, but you can also pass parameters to the WEB page, can replace the XMLHTTP GET function, I had wanted to add functionality POST , then the project does not need, so I can not add, and want to know WININET API friends, so it should make some extensions.)
- 2014-05-12 10:06:27下载
- 积分:1
-
初学者,简单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
-
一个ASP的客服系统
一个ASP做的客服系统,完善和去 除了限制,美化了部分内容,补全了其中无法使用的源码,整个系统,适合做各类的客服,其中方便用户登陆,可以下载KF.EXE进行快捷登陆!
- 2023-01-28 12:15:04下载
- 积分:1
-
B2C
商务面向客户销售的网上系统,比较简单的构架,可以参考学习下(Business web-based system for customer sales, relatively simple architecture, you can refer to learn the next)
- 2013-11-21 11:02:54下载
- 积分:1
-
1
说明: [CMS程序]TinaCMS 迷你CMS系统 v1.2_tina.rar PHP 源码参考(The [CMS the program] TinaCMS Mini CMS system v1.2_tina.rar PHP source reference)
- 2013-02-28 14:31:40下载
- 积分:1
-
超炫jQuery测试答题功能
超炫jQuery测试答题功能 可用与考试或者调研系统等,前台页面。jQuery的小测验(Quiz)插件:jQuizzy。
- 2022-04-29 21:34:28下载
- 积分:1
-
gouwujuece
移动购物助手用户决策辅助功能的设计,帮助完成手机助手的设计(Mobile users shopping assistant decision the design of the auxiliary function, help to complete the design of mobile phone assistant)
- 2015-05-11 10:59:35下载
- 积分:1
-
XDliuyanban_1.2_ad
小邓留言板是绝对开源,绝对简单的ASP程序代码,在写这个代码的时候,我尽量不让模块之间的联系太大,太大了对初学者是一个折磨。所以基于此,模块也不多,最要是分层三个模块:写留言,查看留言和管理留言。(Deng message board is absolutely open, absolutely simple ASP code, write the code, I try not to let the links between modules is too large, too big for beginners is a torture. So based on this, the module does not have many, most, if stratified three modules: Write a message to view the message and manage messages.
)
- 2016-05-18 09:42:45下载
- 积分:1
-
GDI2B
GDI2B图形程序设计
各种图形处理源码(GDI 2B Graphics Programming
Source of various graphics
)
- 2010-12-23 23:12:24下载
- 积分:1