HTML5先行者高级交流群

欢迎加入学习讨论
专注前端,专注网页设计制作及网站开发项目 - (低价承接网站开发项目) QQ:370158739加入收藏RSS
-
2013-12-20 09:10:33
通过事例学习.net的WebForms技术(二)_ASP教程_编程技术
- /* 豆腐制作,都是精品 http://www.asp888.net 豆腐技术站 如转载 请保留完整版权信息 */ Button: Button 在asp.net中是将本页面的内容提交到下一个页面的控件 <asp:Button runat
-
2013-12-20 09:10:31
通过事例学习.net的WebForms技术(一)_ASP教程_编程技术
- 通过事例学习.net的WebForms技术(一) /* 豆腐制作,都是精品 http://www.asp888.net 豆腐技术站 如转载 请保留完整版权信息 */ TextBox: TextBox 在asp.net中是录入的控件,他有三
-
2013-12-20 09:10:31
用ASP发 WAP MAIL(-)_ASP教程_编程技术
- 用ASP发 WAP MAIL需要以下两个文件:default.asp<%Response.Buffer = TrueResponse.ContentType = "text/vnd.wap.wml"Response.Write "<?xml version=""1.0%><wml> <card id="I
-
2013-12-20 09:10:26
asp+版本简单的留言板的制作(三)_ASP教程_编程技术
- asp+版本简单的留言板的制作(三)/*豆腐制作,都是精品http://www.asp888.net 豆腐技术站如转载,请保留版权信息*/现在该显示了,其实显示是很简单,只要看过豆腐前面文章的朋友应该都知
-
2013-12-20 09:10:25
asp+版本简单的留言板的制作(二)_ASP教程_编程技术
- asp+版本简单的留言板的制作(二)/*豆腐制作,都是精品http://www.asp888.net 豆腐技术站如转载,请保留版权信息*/在留言的录入界面完成后,自然要准备做留言内容的录入了。这个其中一
-
2013-12-20 09:10:25
asp+版本简单的留言板的制作(一)_ASP教程_编程技术
- asp+版本简单的留言板的制作(一)/*豆腐制作,都是精品http://www.asp888.net 豆腐技术站如转载,请保留版权信息*/前言:俗话说,眼看千遍,不如手写一遍,的确,很多纯粹理论性的东西,看多了,只
-
2013-12-20 09:10:24
用多种方法制作WEB页面的计数器_ASP教程_编程技术
- One way to do it:Do you like to know how many users visited your site? Creating a Web counter is very easy thing to do using ASP. The only thing you have to do is t
-
2013-12-20 09:10:24
用ASP+实现一个简单的计算器(适合入门者)_ASP教程_编程技术
- 废话少说,直接进入主题.文件:Calculate.aspxbin/Calculate.csbin/Calculate.bat步骤:1.Calculate.csnamespace Calculate{using System;public class math {public String _colo
-
2013-12-20 09:10:22
制作我们自己的Ebay(拍卖系统)(7)_ASP教程_编程技术
- Chris PayneSeptember 11, 2000Well, now your auction can run for an indefinite time. People can keep placing bids until you decide to stop them (good for the seller,
-
2013-12-20 09:10:22
制作我们自己的Ebay(拍卖系统)(9)_ASP教程_编程技术
- Chris PayneSeptember 11, 2000Hopefully this article showed you that creating something as complex as an auction isn't impossible, but just takes some forethought an
-
2013-12-20 09:10:21
制作我们自己的Ebay(拍卖系统)(8)_ASP教程_编程技术
- Chris PayneSeptember 11, 2000So now you've got yourself a pretty functional auction. Let's talk a bit about what we haven't covered, and a few miscellaneous things.
-
2013-12-20 09:10:21
制作我们自己的Ebay(拍卖系统)(6)_ASP教程_编程技术
- Resolving Bids - Page 6 Chris PayneSeptember 11, 2000Function ResolveBids(ItemID)'Set variables and create objectsdim monIncrement, monHighPrice, intAvailable, intT
-
2013-12-20 09:10:20
制作我们自己的Ebay(拍卖系统)(5)_ASP教程_编程技术
- This is the complex part - you must make sure everyone's bids are correct, update those that have proxy bids, reallocate lots to winners, notify buyers who have bee
-
2013-12-20 09:10:20
制作我们自己的Ebay(拍卖系统)(4)_ASP教程_编程技术
- First, we'll discuss the easy part. You'll have to create a few forms - one for the users to register (that is, get themselves into our AuctionUsers table), and one
-
2013-12-20 09:10:19
制作我们自己的Ebay(拍卖系统)(3)_ASP教程_编程技术
- Based on the information in the previous section, we have a good understanding of what our database schema should look like. The following tables list our database
-
2013-12-20 09:10:17
制作我们自己的Ebay(拍卖系统)(2)_ASP教程_编程技术
- Chris PayneSeptember 11, 2000Before we go jumping into code and databases, let's take a moment and examine the needs and strategies, as well as the different types
-
2013-12-20 09:10:16
制作我们自己的Ebay(拍卖系统)(1)_ASP教程_编程技术
- Chris PayneSeptember 11, 2000Everyone knows Ebay is raking in the big bucks. Peer to peer networking is where it's at, and auctions can make some serious money. Whi
-
2013-12-20 09:10:16
读取目录下的所有文件(源码)_ASP教程_编程技术
- Many times we might need some part of code which will access all sub-folders of the server and also all files within the sub-folder. The following line of
-
2013-12-20 09:10:14
用ASP做一个记事本编缉器(附源码)_ASP教程_编程技术
- newDoc.asp ---------------------------------------------------------- <%@ Language=VBScript %> <SCRIPT id=DebugDirectives runat=server language=javascri
-
2013-12-20 09:10:14
仿照CHINAASP论坛中TOP10写的部分显示代码_ASP教程_编程技术
- hawkfly 发表于2000-11-8 17:43:只是刚刚写完,未做优化,具体可参照CHINAASP论坛TOP10修改<% @ LANGUAGE="VBSCRIPT" %><% OPTION EXPLICIT %><!--#include file="DataConn.asp"-->