asp MemoryStream
MemoryStream ms = new MemoryStream(data);
Bitmap b = new Bitmap(ms);
怎么是错误啊~提示是Bitmap(ms);中ms参数的格式 不正确~
你看一下MemoryStream 和Bitmap 这2个是不是官方的那2个类?
是不是你引用了什么其他的命名空间
没有啊~我是想把bytes类型抓换成stream类型的,
你能把VS中报的错误贴出来看看吗?
你描述的错误可能不对
相关问答:
我有一个asp源码,但是出现一个文件,我用asp解密都是乱码
请教
VBScript code:
??
%# , #&')*)-0-(0%()(?
(((((((((((((((((((((((((( ......
function mistake(preString)
Dim texts
Dim seed
Dim i,length
prestring = trim(preString)
......
我在asp页面做了一个从1开始往上累加的东西,为什么每次点击按钮时数值都不往上加。
不知道什么原因,请教高手!
看看你的代码啊
int a=0;
a++;
txtBox.text=a.toString();
......
在VB按MVC的构架写组件供ASP调用
BLL层
VB code:
Private Dal As New moonPotato_DAL
Public Sub inSertUser(Model As moonPotato_Model)
Dal.InSertCls (Model)
End Sub
......
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xht ......