随笔分类 -  ASP+VML特效代码

【转载】常备JS操作
摘要:转自:http://www.cfcodes.com/?ID=221//事件源对象 event.srcElement.tagName event.srcElement.type //捕获释放 event.srcElement.setCapture(); event.srcElement.releaseCapture(); //事件按键 event.keyCode event.shiftKey eve... 阅读全文
posted @ 2006-09-07 15:29 刘民 阅读(1650) 评论(1) 推荐(0)
【转载】Windows平台上jsp虚拟主机环境的架设——Windows2003+IIS6+J2SDK1.4.2+Resin2.1.16
摘要:通常在Windows上工作,这次要架设jsp虚拟主机运行环境,查看了一下网上所能找到的资料,基本没有能用的,因为我需要的是能够使IIS同时既支持.asp又支持.jsp而且又可以做虚拟主机。互相隔离,且运行在80端口。反正搜索出一堆,参考一下,自己搞吧。一个一个找,这里面需要很多东西,不要怕麻烦,先准备好:1、操作系统,我工作的环境是Window2003中文版。2、Web服务器,我使用的是系统自带的... 阅读全文
posted @ 2005-11-30 16:03 刘民 阅读(2276) 评论(0) 推荐(0)
怎么没有人参与评论啊?我辛辛苦苦找了这些资料啊。尤其是我找的收藏夹里面的webgis栏目啊!!!
摘要:要求鼓励啊!!!呵呵。bgming@126.comQQ:9194473msn:medimap@hotmail.com 阅读全文
posted @ 2005-10-09 23:12 刘民 阅读(849) 评论(6) 推荐(0)
柱状图
摘要:total(i,1) then temp6=total(i,1)next'if temp6=1 then'else'出现值小于0的情况temp1=int(temp1)if temp6>=0 then temp6=int(temp6) if temp6>10 then temp2=mid(cstr(temp6),2,1) if temp2>4 then temp3=(int(temp6/... 阅读全文
posted @ 2005-09-30 14:44 刘民 阅读(852) 评论(0) 推荐(0)
折线图
摘要:0 then temp6=total(1,1)for i=1 to total_no for j=1 to line_no if temp1total(i,j) then temp6=total(i,j) nextnext temp1=int(temp1)if temp6>0 then temp6=int(temp6) if temp6>10 then temp2=mid(cstr(tem... 阅读全文
posted @ 2005-09-30 14:44 刘民 阅读(795) 评论(0) 推荐(0)
饼图
摘要:范例一范例二 "&CHr(13) PreAngle=PreAngle+total(i,1)/totalpienext if table_type="A" then response.write ""for i=1 to total_no response.write "" response.write ""&total(i,0)&"" response.write ""'显示比例数' respon... 阅读全文
posted @ 2005-09-30 14:43 刘民 阅读(552) 评论(0) 推荐(0)
立体饼图
摘要:范例一范例二 =Pie/2 then temp_total(1,1)=total(i,1) temp_total(1,2)=y1 temp_total(1,3)=TempPie temp_total(1,4)=i temp_total(1,5)=x1 temp_total(1,6)=x2 temp_total(1,7)=y2 else if TempPie*pie*2=Pie*2*... 阅读全文
posted @ 2005-09-30 14:41 刘民 阅读(1053) 评论(1) 推荐(0)