仓酷云

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

[学习教程] ASP教程之用ASP+制造图形

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

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

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

x
缺点:正版成本价格贵(盗版就不说了)、不够安全,大多数服务器用windows系统,没有linux安全asp+|图形001<%@PageLanguage="C#"%>002<%
@ImportNamespace="System.Drawing"%>003<%@ImportNamespace="System.IO"%>004<%@ImportNamespace="System.Drawing.Imaging"%
>005<%006Response.Expires=0;007BitmapnewBitmap=null;008Graphicsg=null;009010stringstr2Render=
Request.QueryString.Get("HitCount");011if(null==str2Render)str2Render="nocount
specified";012stringstrFont=Request.QueryString.Get
("HitFontName");013if(null==
strFont)strFont="LucidaSansUnicode";014015intnFontSize=
12;016try017{018nFontSize=Request.QueryString.Get("HitFontSize").ToInt32();019}020catch021{022//donothing,justignore023}024025stringstrBackgroundColorname=Request.QueryString.Get("HitBackgroundColor");026Color
clrBackground=Color.White;027try028{029//FormatintheURL:%23xxXXxx030
if(null!=strBackgroundColorname)031
clrBackground=ColorTranslator.FromHTML(strBackgroundColorname);032}033catch034{035}036037stringstrFontColorName=
Request.QueryString.Get("HitFontColor");038ColorclrFont=Color.Black;039try040{041//FormatintheURL:%
23xxXXxx042if(null!=strFontColorName)043clrFont=ColorTranslator.FromHTML
(strFontColorName);044}045catch046{047}048049try050{051FontfontCounter=newFont(strFont,nFontSize);052053//calculatesizeofthestring.054
newBitmap=newBitmap(1,1,PixelFormat.Format32bppARGB);055g=Graphics.FromImage(newBitmap);056SizeFstringSize=g.MeasureString(str2Render,
fontCounter);057intnWidth=(int)
stringSize.Width;058intnHeight=(int)
stringSize.Height;059g.Dispose();060newBitmap.Dispose();061062newBitmap=
newBitmap(nWidth,nHeight,PixelFormat.Format32bppARGB);063g
=Graphics.FromImage(newBitmap);064g.FillRectangle(new
SolidBrush(clrBackground),newRectangle(0,0,nWidth,nHeight));065066g.DrawString
(str2Render,fontCounter,newSolidBrush(clrFont),0,0);067
068MemoryStreamtempStream=newMemoryStream();069newBitmap.Save(tempStream,ImageFormat.PNG);070071
Response.ClearContent();072Response.ContentType="image/png";073Response.BinaryWrite
(tempStream.ToArray());074
Response.End();075//newBitmap.Save
(Response.OutputStream,ImageFormat.PNG);076//newBitmap.Save("o:TestAppsTestServer        est.png",ImageFormat.PNG);077}078catch(Exceptione)
079{080
Response.Write(e.ToString());081}082finally083{084if(null!=g)g.Dispose();085if(null!=newBitmap)newBitmap.Dispose();086}087%>

</p>asp,你就只能等着微软给你解决,它不乐意你就只好悲催。而且asp跑在windows服务器上,windows服务器跟linux比起来简直弱爆了!
爱飞 该用户已被删除
沙发
发表于 2015-1-20 10:30:55 | 只看该作者
用户端的浏览器不需要提供任何别的支持,这样大提高了用户与服务器之间的交互的速度。
板凳
发表于 2015-1-21 10:51:49 | 只看该作者
不能只是将它停留在纸上谈兵的程度上。
再现理想 该用户已被删除
地板
发表于 2015-1-26 15:10:16 | 只看该作者
那么,ASP.Net有哪些改进呢?
变相怪杰 该用户已被删除
5#
发表于 2015-1-27 10:00:44 | 只看该作者
他的语法和设计思路和VB完全相同,导致很多ASP的书都留一句“相关内容请参考VB的相关教材....”更糟糕的是,相当多的ASP教程混合了Javascript,VBscript等等脚本语言,搞的初学者。
山那边是海 该用户已被删除
6#
发表于 2015-2-5 04:30:32 | 只看该作者
不能只是将它停留在纸上谈兵的程度上。
乐观 该用户已被删除
7#
发表于 2015-2-11 04:19:36 | 只看该作者
先学习用frontpage熟悉html编辑然后学习asp和vbscript建议买书进行系统学习
再见西城 该用户已被删除
8#
发表于 2015-3-10 23:44:09 | 只看该作者
不是很难但是英文要有一点基础网上的教程很少有系统的详细的去买书吧,另不用专门学习vb关于vbscript脚本在asp教材都有介绍
若相依 该用户已被删除
9#
 楼主| 发表于 2015-3-17 16:09:06 | 只看该作者
接下来就不能纸上谈兵了,最好的方法其实是实践。实践,只能算是让你掌握语言特性用的。而提倡做实际的Project也不是太好,因为你还没有熟练的能力去综合各种技术,这样只能使你自己越来越迷糊。
您需要登录后才可以回帖 登录 | 立即注册

本版积分规则

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

GMT+8, 2025-1-3 21:45

Powered by Discuz! X3.2

© 2001-2013 Comsenz Inc.

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