<?xml version="1.0" encoding="utf-8"?><feed xmlns="http://www.w3.org/2005/Atom"><title type="text">博客园_sardine254</title><subtitle type="text"/><id>http://feed.cnblogs.com/blog/u/15977/rss</id><updated>2009-02-26T06:00:08Z</updated><author><name>sardine</name><uri>http://www.cnblogs.com/sardine254/</uri></author><generator>CNBlogs BlogServer</generator><link rel="alternate" type="text/html" href="http://www.cnblogs.com/sardine254/"/><link rel="self" type="application/atom+xml" href="http://feed.cnblogs.com/blog/u/15977/rss"/><entry><id>http://www.cnblogs.com/sardine254/archive/2008/05/02/1179815.html</id><title type="text">Ibm 识别</title><summary type="text">https://www-304.ibm.com/systems/support/supportsite.wss/warrantyform?brandind=5000008看充电次数安装所有驱动和Battery MaxiMiser ThinkPad Configuration 软件，然后打开控制面板Control Panel-&amp;gt; Thinkpad Configuration -&amp;gt;Powe...</summary><published>2008-05-02T13:16:00Z</published><updated>2008-05-02T13:16:00Z</updated><author><name>sardine</name><uri>http://www.cnblogs.com/sardine254/</uri></author><link rel="alternate" href="http://www.cnblogs.com/sardine254/archive/2008/05/02/1179815.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/sardine254/archive/2008/05/02/1179815.html"/></entry><entry><id>http://www.cnblogs.com/sardine254/archive/2008/04/16/1156013.html</id><title type="text">水晶报表合并模块大全</title><summary type="text">水晶报表 9 用于水晶报表 9 .NET 部署的合并模块该文件包含部署使用 Visual Studio .NET 组件的水晶报表 9 应用程序所需的合并模块。这些合并模块可以合并进基于MSI的安装包，以包含适当的运行时文件。简体中文 (cr9netmergemodules_chs.zip)http://support.businessobjects.com/communityCS/FilesAnd...</summary><published>2008-04-16T05:23:00Z</published><updated>2008-04-16T05:23:00Z</updated><author><name>sardine</name><uri>http://www.cnblogs.com/sardine254/</uri></author><link rel="alternate" href="http://www.cnblogs.com/sardine254/archive/2008/04/16/1156013.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/sardine254/archive/2008/04/16/1156013.html"/></entry><entry><id>http://www.cnblogs.com/sardine254/archive/2007/09/20/899646.html</id><title type="text">toolbar中做“删除”的确认对话框。</title><summary type="text">在body里加上&amp;lt;body onload="InitToolbar()"&amp;gt;再加上一个js函数就行&amp;lt;script language="javascript"&amp;gt;function InitToolbar(){Toolbar1.onbuttonclick = function() {if(window.confirm("sure?"))if (event.srcNode != nu...</summary><published>2007-09-20T02:45:00Z</published><updated>2007-09-20T02:45:00Z</updated><author><name>sardine</name><uri>http://www.cnblogs.com/sardine254/</uri></author><link rel="alternate" href="http://www.cnblogs.com/sardine254/archive/2007/09/20/899646.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/sardine254/archive/2007/09/20/899646.html"/></entry><entry><id>http://www.cnblogs.com/sardine254/archive/2007/01/12/618653.html</id><title type="text">导出execl方法和文件乱码问题解决</title><summary type="text">public void OutPutExcel(){//定义文档类型、字符编码Response.Clear();　　 Response.Buffer= true;　　 Response.Charset="GB2312";string Name=ReprotName(Request.QueryString["id"],HotelID);//下面这行很重要， attachment 参数表示作为附件下载...</summary><published>2007-01-12T04:55:00Z</published><updated>2007-01-12T04:55:00Z</updated><author><name>sardine</name><uri>http://www.cnblogs.com/sardine254/</uri></author><link rel="alternate" href="http://www.cnblogs.com/sardine254/archive/2007/01/12/618653.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/sardine254/archive/2007/01/12/618653.html"/></entry><entry><id>http://www.cnblogs.com/sardine254/archive/2006/12/12/589925.html</id><title type="text">解决" 不重新发送信息，则无法刷新网页" 问题</title><summary type="text">做的东西弹出一个窗口处理某些动作后刷新父窗口用刷新如果父窗口在此之前如果有过提交数据的动作，则会出现这么个讨厌的对话筐“不重新发送信息，则无法刷新网页”用window.opener.location.href=window.opener.location.href去刷新（其实是重定位了一下）父窗口可行。</summary><published>2006-12-12T07:33:00Z</published><updated>2006-12-12T07:33:00Z</updated><author><name>sardine</name><uri>http://www.cnblogs.com/sardine254/</uri></author><link rel="alternate" href="http://www.cnblogs.com/sardine254/archive/2006/12/12/589925.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/sardine254/archive/2006/12/12/589925.html"/></entry><entry><id>http://www.cnblogs.com/sardine254/archive/2006/04/16/376590.html</id><title type="text">数据库备份</title><summary type="text">if exists (select * from dbo.sysobjects where id = object_id(N'[dbo].[p_backupdb]') and OBJECTPROPERTY(id, N'IsProcedure') = 1)drop procedure [dbo].[p_backupdb]GO/*--备份所有数据库备份的文件名为数据库名+.bak--邹建 2003.1...</summary><published>2006-04-16T11:32:00Z</published><updated>2006-04-16T11:32:00Z</updated><author><name>sardine</name><uri>http://www.cnblogs.com/sardine254/</uri></author><link rel="alternate" href="http://www.cnblogs.com/sardine254/archive/2006/04/16/376590.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/sardine254/archive/2006/04/16/376590.html"/></entry><entry><id>http://www.cnblogs.com/sardine254/archive/2006/04/16/376589.html</id><title type="text">数据库还原</title><summary type="text">--2.复制A服务器上面的备份目录(上面新建的)及下面的所有文件到B服务器--然后在master数据库中创建下面的存储过程,然后用它来恢复所有的用户数据库.if exists (select * from dbo.sysobjects where id = object_id(N'[dbo].[p_RestoreDb]') and OBJECTPROPERTY(id, N'IsProcedure'...</summary><published>2006-04-16T11:31:00Z</published><updated>2006-04-16T11:31:00Z</updated><author><name>sardine</name><uri>http://www.cnblogs.com/sardine254/</uri></author><link rel="alternate" href="http://www.cnblogs.com/sardine254/archive/2006/04/16/376589.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/sardine254/archive/2006/04/16/376589.html"/></entry><entry><id>http://www.cnblogs.com/sardine254/archive/2006/04/06/368076.html</id><title type="text">ASP.NET 2.0页面框架的几处变化 </title><summary type="text">新增的页面事件：在ASP.NET 2.0中，一个ASP.NET页面的生命周期主要为(红色字体表示ASP.NET 2.0新增加的阶段页面事件)：客户端请求页面—》预初始化(OnPreInit)—》初始化(OnInit)—》完成初始化(OnInitComplete)—》载入ViewState(LoadViewState)—》处理回送数据(IPostBackDataHandler)—》Page_OnPr...</summary><published>2006-04-06T02:02:00Z</published><updated>2006-04-06T02:02:00Z</updated><author><name>sardine</name><uri>http://www.cnblogs.com/sardine254/</uri></author><link rel="alternate" href="http://www.cnblogs.com/sardine254/archive/2006/04/06/368076.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/sardine254/archive/2006/04/06/368076.html"/></entry><entry><id>http://www.cnblogs.com/sardine254/archive/2006/04/05/367899.html</id><title type="text">利用.NET的XML序列化解决系统配置问题 </title><summary type="text">在Web系统开发中，我们经常需要读取和设置一些系统配置项，常见的例如数据库连接字符串、上传路径等等。在最初的ASP系统中，比较常用的方法是将值保存为Application或Session变量；在Asp.net系统中，目前比较常见的简单方法是把相应的配置项写入Web.Config中，例如&amp;lt;?xml version="1.0" encoding="utf-8" ?&amp;gt;&amp;lt;configur...</summary><published>2006-04-05T15:25:00Z</published><updated>2006-04-05T15:25:00Z</updated><author><name>sardine</name><uri>http://www.cnblogs.com/sardine254/</uri></author><link rel="alternate" href="http://www.cnblogs.com/sardine254/archive/2006/04/05/367899.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/sardine254/archive/2006/04/05/367899.html"/></entry><entry><id>http://www.cnblogs.com/sardine254/archive/2006/04/04/366348.html</id><title type="text">加密网站配置文件中的信息 </title><summary type="text">加密网站中的配置信息,我们不需要写任何代码,也不需要修改任何代码,只需要使用 aspnet_regiis 工具修改配置文件即可.比如我们有下面一个配置文件需要加密:&amp;lt;configuration&amp;gt; &amp;lt;connectionStrings&amp;gt; &amp;lt;add name="SqlServices" connectionString="Data Source=localhost;Int...</summary><published>2006-04-04T02:50:00Z</published><updated>2006-04-04T02:50:00Z</updated><author><name>sardine</name><uri>http://www.cnblogs.com/sardine254/</uri></author><link rel="alternate" href="http://www.cnblogs.com/sardine254/archive/2006/04/04/366348.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/sardine254/archive/2006/04/04/366348.html"/></entry></feed>
