什么是 view state?View
State是客户端状态管理重要机制之一。当页面PostBack(向服务器发送或获得数据)时,它能存储页面的值。ASP.NET把View
State属性作为页面面内置的结构。当多个请求相同的页面时自动存储数据。例子:如果你向加一个变量到View State,Vi...
分类:
其他好文 时间:
2014-05-10 02:09:16
阅读次数:
458
http://www.cnblogs.com/angeldevil/p/3479431.html
分类:
移动开发 时间:
2014-05-08 21:15:55
阅读次数:
358
设置防火墙开放80端口
-A INPUT -m state --state NEW -m tcp -p tcp --dport 80 -j ACCEPT
虽然看不懂是什么,但是这个是用于开放80端口的。
网上的教程实在坑到家了,手动输入老是输入错误,保存起来下次直接用。
apache设置网站
设置监听的端口
Listen 80
Listen 8080
设置VirtualHo...
分类:
系统相关 时间:
2014-05-07 12:35:38
阅读次数:
438
IntroductionThis document provides instructions
for integrating Openfire authentication, users, and groups with your custom
database tables. This is u...
分类:
数据库 时间:
2014-05-05 12:46:39
阅读次数:
672
写在前面 AutoMapper目录:【AutoMapper官方文档】DTO与Domin
Model相互转换(上)【AutoMapper官方文档】DTO与Domin Model相互转换(中)持续更新中。。。 本篇目录:Custom Type
Converters-自定义类型转换器Custom Va.....
分类:
移动开发 时间:
2014-05-05 12:01:17
阅读次数:
694
__construct, __destruct , __call,
__callStatic,__get, __set, __isset, __unset , __sleep, __wakeup, __toString,
__set_state, __clone and __autoload
分类:
Web程序 时间:
2014-05-05 09:38:23
阅读次数:
488
虚拟狗开源后很多网友询问有关使用方法的问题,其实看我前四篇文章就应该了解怎样使用了,但还是写篇教程吧【一】、安装DSF(驱动模拟环境):运行DSFx86Runtime.msi如需改变安装目录请选择Custom并记住安装目录!!!否则请选择Complete(默认安装到C:\ProgramFiles\d...
分类:
其他好文 时间:
2014-05-04 19:53:09
阅读次数:
480
在VS 2008 中,导入 lua.h 之类的头文件后,编译含有Lua函数的时候,可能会出现如下错误:
1>main.obj : error LNK2019: 无法解析的外部符号_luaL_checkinteger,该符号在函数"int __cdecl add(struct lua_State *)" (?add@@YAHPAUlua_State@@@Z) 中被引用
1>main.ob...
分类:
其他好文 时间:
2014-05-04 18:34:20
阅读次数:
376
MSU Perceptual Video Quality tool是莫斯科国立大学(Moscow State University)的Graphics and Media Lab制作的一款视频主观评价工具,使用起来比较方便。最近这段时间赶上毕设需要大量的主观评价试验,使用了一阵子这个软件,感觉还是挺方便的,记录一下它的使用方法。
1. 软件的特性
(1) 6种主观评...
分类:
其他好文 时间:
2014-05-04 08:59:56
阅读次数:
271
Playback control of audio/video files and streams is managed as a state machine. The following diagram shows the life cycle and the states of a MediaPlayer object driven by the supported playback cont...
分类:
移动开发 时间:
2014-05-03 21:36:21
阅读次数:
568