商业源码是比较完整,适合商业应用的资源,需要使用金币进行购买...
为了满足广大企业开发的需求,51Aspx特提供软件项目订制和开发服务
Clearer MVC源码
程序介绍
每个应用程序都有很多变量,例如由ASP.NET应用生成( ASP.NET_SessionId cookie )
和由开发人员生成( cached data in Application/Session/Cache/Cookies and so on)。
In every application there are some variables that are set by the ASP.NET application( ASP.NET_SessionId cookie ) and some that are set by the programmer( cached data in Application/Session/Cache/Cookies and so on).
我想找到并可以很容易的控制这些内容,清除或删除这些内容。所以创建了这个项目
I wanted every time to have a page where I can “clear” / delete those – and not found. So it’s the Clearer project.
可能使用到这个项目的人:
For developers - when they want to see what happens when a cache item no longer exists
For developers – to put to site admins some simple tool to reload data from Cache/Application . Just edit the LoadAll function to load only Cache/Application
For developers - to test easily the session. Just delete ASP.NET_SessionId cookie – you will get another one when you refresh the page.
|
|
|
|
综合讨论
下载前咨询(0人) | 下载后讨论(0)人
我要参与