仓酷云

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

[学习教程] ASP网页编程之一次编程理论[ASP+MSSQL]

[复制链接]
活着的死人 该用户已被删除
跳转到指定楼层
楼主
发表于 2015-1-16 23:11:15 | 只看该作者 回帖奖励 |倒序浏览 |阅读模式

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

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

x
asp可以使用微软的activeX使得网页功能无比强大,不过安全性也较差,而且是基于的windows服务器,所以性能稳定性也一般asp+|编程
自己事情单元是一家橡塑产物打造企业,05年2月单元向导请求我开辟一个临盆流程数据查对表,用来考核流程数据的正确性,其报表基础道理以下:

后续工序昔日正品数+后续工序昔日成品数=本工序昔日正品数+本工序昔日保存数-本工序昨日保存数

懂得了道理后即刻完工,第一次思索用一时表:


selectdistinctLEFT(productid,4)+00asproductidinto#productidfromyuancaiFlow_view
whereproductiondate=2004-3-1
andproductidlike01____
go
selecta.productid,
b.productname,
isnull(hj.GoodQty,0)ashj_good,
isnull(hjtoday.qty,0)ashj_today,
isnull(hjyesterday.qty,0)hj_yesterday,
isnull(hj.GoodQty,0)-isnull(hjtoday.qty,0)+isnull(hjyesterday.qty,0)-isnull(sx.GoodQty,0)-isnull(sx.BadQty,0)ashj_difference,
isnull(sx.GoodQty,0)assx_good,
isnull(sx.BadQty,0)assx_bad,
isnull(sxtoday.qty,0)assx_today,
isnull(sxyesterday.qty,0)sx_yesterday,
isnull(sx.GoodQty,0)-isnull(sxtoday.qty,0)+isnull(sxyesterday.qty,0)-isnull(jt.GoodQty,0)-isnull(jt.BadQty,0)assx_difference,
isnull(jt.GoodQty,0)asjt_good,
isnull(jt.BadQty,0)asjt_bad,
isnull(jttoday.qty,0)asjt_today,
isnull(jtyesterday.qty,0)jt_yesterday,
isnull(jt.GoodQty,0)-isnull(jttoday.qty,0)+isnull(jtyesterday.qty,0)-isnull(ph.GoodQty,0)-isnull(ph.BadQty,0)asjt_difference,
isnull(ph.GoodQty,0)asph_good,
isnull(ph.BadQty,0)asph_bad,
isnull(phtoday.qty,0)asph_today,
isnull(phyesterday.qty,0)ph_yesterday,
isnull(ph.GoodQty,0)-isnull(phtoday.qty,0)+isnull(phyesterday.qty,0)-isnull(zj.GoodQty,0)-isnull(zj.BadQty,0)asph_difference,
isnull(zj.GoodQty,0)aszj_good,
isnull(zj.BadQty,0)aszj_bad
from#productidasa,
finishedproductasb,
yuancaiFlow_viewashj,
basflowsubsistenceashjtoday,
basflowsubsistenceashjyesterday,
yuancaiFlow_viewassx,
basflowsubsistenceassxtoday,
basflowsubsistenceassxyesterday,
yuancaiFlow_viewasjt,
basflowsubsistenceasjttoday,
basflowsubsistenceasjtyesterday,
yuancaiFlow_viewasph,
basflowsubsistenceasphtoday,
basflowsubsistenceasphyesterday,
yuancaiFlow_viewaszj
wherea.productid=b.productid
--hj
andhj.productiondate=2004-3-1
andleft(a.productid,4)*=left(hj.productid,4)
andhj.productidlike____06
andleft(a.productid,4)+06*=hjtoday.productid
andhjtoday.checkdate=2004-3-1
andleft(a.productid,4)+06*=hjyesterday.productid
andhjyesterday.checkdate=2004-2-29
--sx
andsx.productiondate=2004-3-1
andleft(a.productid,4)*=left(sx.productid,4)
andsx.productidlike____08
andleft(a.productid,4)+08*=sxtoday.productid
andsxtoday.checkdate=2004-3-1
andleft(a.productid,4)+08*=sxyesterday.productid
andsxyesterday.checkdate=2004-2-29
--jt
andjt.productiondate=2004-3-1
andleft(a.productid,4)*=left(jt.productid,4)
andjt.productidlike____07
andleft(a.productid,4)+07*=jttoday.productid
andjttoday.checkdate=2004-3-1
andleft(a.productid,4)+07*=jtyesterday.productid
andjtyesterday.checkdate=2004-2-29
--ph
andph.productiondate=2004-</p>Access是一种桌面数据库,只适合数据量少的应用,在处理少量数据和单机访问的数据库时是很好的,效率也很高。但是它的同时访问客户端不能多于4个。access数据库有一定的极限,如果数据达到100M左右,很容易造成服务器iis假死,或者消耗掉服务器的内存导致服务器崩溃。
admin 该用户已被删除
沙发
发表于 2015-1-20 08:09:14 | 只看该作者
如何更好的使自己的东西看上去很不错等等。其实这些都不是问题的实质,我们可以在实践中不断提升自己,不断充实自己。
飘飘悠悠 该用户已被删除
板凳
发表于 2015-1-25 10:10:30 | 只看该作者
接下来就不能纸上谈兵了,最好的方法其实是实践。实践,只能算是让你掌握语言特性用的。而提倡做实际的Project也不是太好,因为你还没有熟练的能力去综合各种技术,这样只能使你自己越来越迷糊。
若天明 该用户已被删除
地板
发表于 2015-1-25 10:10:32 | 只看该作者
我们必须明确一个大方向,不要只是停留在因为学而去学,我们应有方向应有目标.
透明 该用户已被删除
5#
发表于 2015-1-25 12:48:04 | 只看该作者
哪些内置对象是可以跳过的,或者哪些属性和方法是用不到的?
小女巫 该用户已被删除
6#
发表于 2015-2-2 22:07:07 | 只看该作者
我就感觉到ASP和一些常用的数据库编程以及软件工程方面的思想是非常重要的。我现在也在尝试自己做网页,这其中就用到了ASP,我想它的作用是可想而知的。
兰色精灵 该用户已被删除
7#
发表于 2015-2-8 11:30:28 | 只看该作者
接下来就不能纸上谈兵了,最好的方法其实是实践。实践,只能算是让你掌握语言特性用的。而提倡做实际的Project也不是太好,因为你还没有熟练的能力去综合各种技术,这样只能使你自己越来越迷糊。
深爱那片海 该用户已被删除
8#
发表于 2015-2-25 10:42:28 | 只看该作者
他的语法和设计思路和VB完全相同,导致很多ASP的书都留一句“相关内容请参考VB的相关教材....”更糟糕的是,相当多的ASP教程混合了Javascript,VBscript等等脚本语言,搞的初学者。
爱飞 该用户已被删除
9#
发表于 2015-3-7 19:36:07 | 只看该作者
兴趣爱好,那么你无须学编程,申请一个域名和空间,在网上下载一些免费开源的CMS系统,你不用改代码,只须熟悉它们的后台操作,像office一样简单方便,很快就能建一个站点,很多站长都是这样做的
谁可相欹 该用户已被删除
10#
发表于 2015-3-15 12:28:51 | 只看该作者
ASP.Net和ASP的最大区别在于编程思维的转换,而不仅仅在于功能的增强。ASP使用VBS/JS这样的脚本语言混合html来编程,而那些脚本语言属于弱类型、面向结构的编程语言,而非面向对象,这就明显产生以下几个问题:
分手快乐 该用户已被删除
11#
发表于 2015-3-22 00:53:50 | 只看该作者
Session:这个存储跟客户端会话过程的数据,默认20分钟失效
您需要登录后才可以回帖 登录 | 立即注册

本版积分规则

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

GMT+8, 2024-12-24 10:52

Powered by Discuz! X3.2

© 2001-2013 Comsenz Inc.

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