仓酷云

 找回密码
 立即注册
搜索
热搜: 活动 交友 discuz
查看: 666|回复: 9
打印 上一主题 下一主题

[学习教程] ASP网页编程之制造我们本人的Ebay(拍卖体系)(2)

[复制链接]
谁可相欹 该用户已被删除
跳转到指定楼层
楼主
发表于 2015-1-16 22:27:52 | 只看该作者 回帖奖励 |倒序浏览 |阅读模式

马上注册,结交更多好友,享用更多功能,让你轻松玩转社区。

您需要 登录 才可以下载或查看,没有帐号?立即注册

x
Access是一种桌面数据库,只适合数据量少的应用,在处理少量数据和单机访问的数据库时是很好的,效率也很高。但是它的同时访问客户端不能多于4个。access数据库有一定的极限,如果数据达到100M左右,很容易造成服务器iis假死,或者消耗掉服务器的内存导致服务器崩溃。ChrisPayne

September11,2000

Beforewegojumpingintocodeanddatabases,letstakeamomentandexaminetheneedsandstrategies,as
wellasthedifferenttypesofauctions.

Firstofall,therearemanydifferenttypesofauctions(whichwelldiscussinthenextsection),so
youllhavetodecidewhatyourneedsare,andadjustaccordingly.Illoutlinetheneedsforourauction
here,andwellreferencetheseasweprogress.First,letsgetsomedefinitionsoutoftheway:


Buyer/Bidder-Thepersonwhoplacesabid,andwantstobuyanitem.
Item/Lot-Onelistingintheauction(canbeseveralactualitems,butwillberepresentedbyone
listing).
Proxybidding-Abuyerplacesamaximumbidtoneverbeexceeded.Theactualbidthenissimplythelast
highestwinningbidplustheminimumincrement.Theactualbidwillbeincreasedautomaticallywhenoutbid
untilthemaxisreached.
Seller-Thepersonwholistedtheitemtobesold.
Winningbid-Thepriceabuyerpaystowinanitem.
Andnowourassumptions:

"SecondPriceauction:"Biddersmayplaceproxybids.Thewinnerswillthenenduppayingthelowest
winningbidfortheitem(s).
Wewillonlyallowsinglelotstobesold.Thismeanswewillnotallowgroupsoflotstobesoldtogether
(youwontbeabletosellitemsAandBtogether).However,youcansellabunchofitemsasonelot
(i.e.100pencilsinlotA).
Onceanauctionisover,itisover.Insomeauctions,ifabidisplacedwithinacertainamountoftime
(i.e.5seconds)beforetheendofanauction,theauctionisextendedforsometime.Wewillnotdothat
here.
Numberofitems.Inthecasethattwopeoplebidthesamething,thepersonwhobidformoreitemswill
win,regardlessofwhobidfirst.Ifbothbuyersbidforthesamenumberofitems,theearliestbidwill
win.
Proxybiddingrounds.Oneroundwillbedefinedaswhentheauctionenginecyclesthroughallusersand
adjustsbidsaccordingly,basedonthecurrenthighbidandthebuyersmaximumbid.Aroundwillcommence
onceabuyerplacesabidonalot,andwillproceedintheorderthebidswereplaced.Ifattheendof
theround,aresolutionisnotachieved,wewillstartoverfromthebeginning.
Therearealsotwoothertypesofauctionsthatwewillnotusehere,butmaybegoodforreference.


WinningBidAuction-Thewinningbuyergetstherequestedlotsforthepricetheybid.Ifthereare
multiplewinners,everyonegetsthepricetheybid.
ClearPriceAuction-Thewinningbuyersgettherequestedlotsforthelowestwinningbid.
Nowthatweveoutlinedourneeds,letstakealookatthedatabasestructurebehindtheauction.


ActiveServerPage技术为应用开发商提供了基于脚本的直观、快速、高效的应用开发手段,极大地提高了开发的效果。在讨论ASP的安全性问题之前,让我们来看看ASP是怎么工作的。
老尸 该用户已被删除
沙发
发表于 2015-1-16 22:30:11 来自手机 | 只看该作者

ASP网页编程之制造我们本人的Ebay(拍卖体系)(2)

尽管MS自己讲C#内核中更多的象VC,但实际上我还是认为它和Java更象一些吧。首先它是面向对象的编程语言,而不是一种脚本,所以它具有面向对象编程语言的一切特性,比如封装性、继承性、多态性等等,这就解决了刚才谈到的ASP的那些弱点。
不帅 该用户已被删除
板凳
发表于 2015-1-19 15:45:08 | 只看该作者
ASP.Net摆脱了以前ASP使用脚本语言来编程的缺点,理论上可以使用任何编程语言包括C++,VB,JS等等,当然,最合适的编程语言还是MS为.NetFrmaework专门推出的C(读csharp),它可以看作是VC和Java的混合体吧。
柔情似水 该用户已被删除
地板
发表于 2015-1-28 07:36:02 | 只看该作者
ASP也是这几种脚本语言中最简单易学的开发语言。但ASP也是这几种语言中唯一的一个不能很好支持跨平台的语言。  因为ASP脚本语言非常简单,因此其代码也简单易懂,结合HTML代码,可快速地完成网站的应用程序。
山那边是海 该用户已被删除
5#
发表于 2015-2-5 19:41:40 | 只看该作者
不是很难但是英文要有一点基础网上的教程很少有系统的详细的去买书吧,另不用专门学习vb关于vbscript脚本在asp教材都有介绍
深爱那片海 该用户已被删除
6#
发表于 2015-2-13 09:55:07 | 只看该作者
从事这个行业,那么你可以学ASP语言,简单快速上手,熟练dreamweav排版,写asp代码,熟练photoshop处理图片,打好基础就行了
若天明 该用户已被删除
7#
发表于 2015-3-3 20:02:54 | 只看该作者
下载一个源代码,然后再下载一个VBScript帮助,在源代码中遇到不认识的函数或是其他什么程序,都可以查帮助进行解决,这样学习效率很高。
飘灵儿 该用户已被删除
8#
发表于 2015-3-11 13:21:17 | 只看该作者
先学习用frontpage熟悉html编辑然后学习asp和vbscript建议买书进行系统学习
谁可相欹 该用户已被删除
9#
 楼主| 发表于 2015-3-18 20:53:08 | 只看该作者
运用ASP可将VBscript、javascript等脚本语言嵌入到HTML中,便可快速完成网站的应用程序,无需编译,可在服务器端直接执行。容易编写,使用普通的文本编辑器编写,如记事本就可以完成。由脚本在服务器上而不是客户端运行,ASP所使用的脚本语言都在服务端上运行。
莫相离 该用户已被删除
10#
发表于 2015-3-26 16:49:44 | 只看该作者
运用经典的例子。并且自己可以用他来实现一些简单的系统。如果可以对他进行进一步的修改,找出你觉得可以提高性能的地方,加上自己的设计,那就更上一个层次了,也就会真正地感到有所收获。
您需要登录后才可以回帖 登录 | 立即注册

本版积分规则

QQ|Archiver|手机版|仓酷云 鄂ICP备14007578号-2

GMT+8, 2025-1-1 20:50

Powered by Discuz! X3.2

© 2001-2013 Comsenz Inc.

快速回复 返回顶部 返回列表