一、网络上的一般说法1、ViewState 对象为Null。2、DateSet 空。3、sql语句或Datebase的原因导致DataReader空。4、声明字符串变量时未赋空值就应用变量。5、未用new初始化对象。6、Session对象为空。7、对控件赋文本值时,值不存在。8、使用Request....
分类:
其他好文 时间:
2014-07-15 09:19:21
阅读次数:
182
Form提交时,须注意form需要添加属性enctype="multipart/form-data",否则Request.Files.Count=0,无法上传图片。cshtml代码:cs代码: public bool ValidateImg(string imgName) ...
分类:
Web程序 时间:
2014-07-15 08:40:39
阅读次数:
215
其实2009年Processing就能做AR了,只是我不知道而已~需要以下几个东西:1、JMyron2、GSVideo3、nyar4psg4、Picking5、OBJLoader或者大伙也可以去下【鲸男】的ARforProcessingAll.zip包,但是里面的东西已经很老了,而且有些小错误,可能...
分类:
其他好文 时间:
2014-07-15 08:04:43
阅读次数:
346
Cannot find a class or type named "MultiMarker" 是一种常见错误,产生的原因是Library里面有1个以上的ar库。以我的电脑为例,我装了NyAR2、NyAR4psg,所以运行的时候Processing先搜索NyAR2,结果找不到MultiMarker类...
分类:
其他好文 时间:
2014-07-15 00:47:37
阅读次数:
228
在上一节的基础上,我们已经引入了django.contrib.auth应用,我们就可以在view函数中判断用户是否已经登录以及获取用户信息:if request.user.is_authenticated(): #判断用户是否已登录 user = request.user; #获取已登录的用户els...
分类:
其他好文 时间:
2014-07-15 00:34:36
阅读次数:
352
BACKGROUND1. FieldThe present invention generally relates to rendering two-dimension representations from three-dimensional scenes, and more particula...
分类:
其他好文 时间:
2014-07-14 14:39:07
阅读次数:
278
BACKGROUNDThe present invention generally relates to the processing of graphics data, and particularly relates to methods and apparatus for controllin...
分类:
移动开发 时间:
2014-07-14 14:24:49
阅读次数:
331
FIELD OF INVENTIONThis invention relates to computer graphics processing, and more specifically to computer graphics processing using two or more arch...
分类:
其他好文 时间:
2014-07-14 14:21:10
阅读次数:
272
FIELD OF THE INVENTIONThe present invention generally relates to graphics processors and, more particularly, to a graphics processor architecture empl...
分类:
其他好文 时间:
2014-07-14 14:16:36
阅读次数:
369
在上传的文件的时候,前台的html的表单,通常会写出enctype="multipart/form-data"格式的,很多人这时候会困惑。通过request.getparameter()接收请求的时候,接收的参数都是null,后台接收不到。有人直接通过servelt去获取,有人通过struts...
分类:
编程语言 时间:
2014-07-14 10:32:45
阅读次数:
244