上一页 1 ··· 6 7 8 9 10
摘要: 今天来说说 Session 。这个东西嘛,我想每个Asp.net开发人员都知道它,尤其是初学Asp.net时,肯定也用过它,因为用它保存会话数据确实非常简单。 与前二篇博客不同,这次我不打算细说它的使用,而是打算说说它的缺点,同时我还会举个实际的例子,来看看它到底有什么不好的影响。 当然了,光批评是没有意义,事情也得解决,没有会话也不行,所以,本文将也给出一个自认为能替代Session的解决方案。Session的来龙去脉当我们新建一个网站时,VS20XX 生成的网站模板代码中,Session就是打开。是的,如果你没有关闭它,Session其实是一直在工作着。您只需要在Page中用一行代码就能判 阅读全文
posted @ 2011-09-15 16:51 e天下小熊 阅读(237) 评论(0) 推荐(0) 编辑
摘要: 先看截图:下载地址X86:Symantec Endpoint Protection X32 12.1.671.4971下载地址X64:Symantec Endpoint Protection X64 12.1.671.4971 阅读全文
posted @ 2011-09-15 16:26 e天下小熊 阅读(768) 评论(0) 推荐(0) 编辑
摘要: 先看截图:破解方法:运行setup.exe >> 安装Daemon Tools Pro >> 选择Advanced Edition >> 使用许可选择trial license如果安装程序要求重启电脑,重启电脑;重启后, Ctrl+Shift+Esc运行任务管理器,杀掉Daemon Tools Pro相关的程序:DTAagent.exe和DTShellHlp.exe打开包里的code3h文件夹(分为X86和X64两个版本,一般用户请选择Windows_7_x86文件夹下的mfc100u.dll),把mfc100u.dll文件拷贝到Daemon Tools P 阅读全文
posted @ 2011-09-15 15:56 e天下小熊 阅读(461) 评论(0) 推荐(0) 编辑
摘要: RadControls for ASP.NET是一套强大的用户界面控件套装,它可以帮助您创建拥有桌面应用程序华丽外表和高速性能的Web应用程序。18种可靠的 UI及数据控件全面提供AJAX性能,使用户可以得到高级的体验。但RadControls for ASP.NET不仅仅只支持AJAX,尽管其包含的控件以一流的性能帮助开发者执行AJAX。RadControls for ASP.NET同样还可以跨浏览器支持,兼容XHTML/accessibility,并支持完全自定义外观样式和皮肤。它拥有极强的稳定性,执行性能和易用性。官方Demo源码下载地址:Telerik.Web.UI_2011_2_71 阅读全文
posted @ 2011-09-15 15:32 e天下小熊 阅读(212) 评论(0) 推荐(0) 编辑
摘要: This article describes how to integrate Subversion source control with MonoDevelop. Subversion has several methods of accessing a repository. In this example, we will be using accessing the repository directly through the local file system. This means the repository sits on the local machine you are 阅读全文
posted @ 2011-09-05 15:55 e天下小熊 阅读(181) 评论(0) 推荐(0) 编辑
摘要: To set environment variable path could speed up command-line development. You could add the path permanently to your system, so even after restart the system, you could still fire up the terminal and reference to the variable.1. In your terminal, type:sudo gedit ~/.bashrc2. put the variable name bef 阅读全文
posted @ 2011-09-05 15:53 e天下小熊 阅读(246) 评论(0) 推荐(0) 编辑
摘要: 可以使用受保护配置来加密 Web 应用程序配置文件(如 Web.config 文件)中的敏感信息(包括用户名和密码、数据库连接字符串和加密密钥)。对配置信息进行加密后,即使攻击者获取了对配置文件的访问,也可以使攻击者难以获取对敏感信息的访问,从而改进应用程序的安全性。 针对asp.net 2.0的应用程序的数据库链接字符串进行加密:例如,未加密的配置文件中可能包含一个指定用于连接到数据库的连接字... 阅读全文
posted @ 2008-05-07 13:30 e天下小熊 阅读(578) 评论(0) 推荐(0) 编辑
摘要: 问题是 : 图片从数据库中拿出来有时显示正常(偶尔) 有时显示是黑的代码段:private String newstr="";private Image image;private Icon icon;private byte bimage[];。。。。if (imageResult.next()){ bimage=imageResult.getBytes("image"); image=Toolkit.getDefaultToolkit().createImage(bimage); newstr = "C://Documents and Se 阅读全文
posted @ 2007-06-10 09:15 e天下小熊 阅读(139) 评论(0) 推荐(0) 编辑
摘要: 问题是: 用批处理执行SQL语句 报错批处理如下:echo off 正在创建数据库....isql -Usa -Ppassword -S. -i1.sqlpause ..........isql -Usa -Ppassword -S. -iSQL.sqlpause ..........结果为: C:/Documents and Settings/戈平/My Documents/Library>echo off 正在创建数据库....off 正在创建数据库....C:/Documents and Settings/戈平/My Documents/Library>isql -Usa - 阅读全文
posted @ 2007-04-27 16:20 e天下小熊 阅读(174) 评论(0) 推荐(0) 编辑
上一页 1 ··· 6 7 8 9 10