<?xml version="1.0" encoding="utf-8"?><feed xmlns="http://www.w3.org/2005/Atom"><title type="text">博客园_wind</title><subtitle type="text">a blog of erpcrm</subtitle><id>http://feed.cnblogs.com/blog/u/13886/rss</id><updated>2009-11-26T09:45:33Z</updated><author><name>WIND</name><uri>http://www.cnblogs.com/erpcrm/</uri></author><generator>CNBlogs BlogServer</generator><link rel="alternate" type="text/html" href="http://www.cnblogs.com/erpcrm/"/><link rel="self" type="application/atom+xml" href="http://feed.cnblogs.com/blog/u/13886/rss"/><entry><id>http://www.cnblogs.com/erpcrm/archive/2009/11/26/1611133.html</id><title type="text">Oxite移植到ASP.NET MVC2 BETA 笔记（关于Html.RenderPartialFromSkin）</title><summary type="text">      在将Oxite移植到asp.net mvc2 beta平台后，经过一系列有关“方法调用”变更的修正后，终于能够通过编译运行起来了！(移植后的源码参见：http://ecubecms.codeplex.com/)但经过测试，发现存在一个问题：      在site.master中的无法加载到"~/skins/admin/Views/…”下的*.ascx了（"~/Views/”下的可以），换句话说Oxite中的Htmlhelper扩展方法RenderPartialFromSkin方法无法加载指定皮肤的视图了。下面对该问题的根源和如何解决做一分析。</summary><published>2009-11-26T02:57:00Z</published><updated>2009-11-26T02:57:00Z</updated><author><name>WIND</name><uri>http://www.cnblogs.com/erpcrm/</uri></author><link rel="alternate" href="http://www.cnblogs.com/erpcrm/archive/2009/11/26/1611133.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/erpcrm/archive/2009/11/26/1611133.html"/></entry><entry><id>http://www.cnblogs.com/erpcrm/archive/2009/11/25/1610016.html</id><title type="text">ECubeCMS（一个移植到asp.net mvc2 beta平台的Oxite版本）已发布到CodePlex</title><summary type="text">ECubeCMS是一个基于Oxite的开源产品。目前Oxite的Release版仍为2009-2-15的（基于asp.net mvc 1.0）。 所以在ECubeCMS中： 1、我把Oxite(ChangeSet:46490)移植到了 asp.net mvc2 beta下。 2、重写Oxite.CMS模块（项目名为ECubeWeb.CMS),初步增加了两个功能: a.站点导航维护和sitemap；...</summary><published>2009-11-25T00:14:00Z</published><updated>2009-11-25T00:14:00Z</updated><author><name>WIND</name><uri>http://www.cnblogs.com/erpcrm/</uri></author><link rel="alternate" href="http://www.cnblogs.com/erpcrm/archive/2009/11/25/1610016.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/erpcrm/archive/2009/11/25/1610016.html"/></entry><entry><id>http://www.cnblogs.com/erpcrm/archive/2009/11/23/1608537.html</id><title type="text">为jquery.ui.dialog 增加“自动记住关闭时的位置”的功能。</title><summary type="text">笔者在项目中使用 jquery.ui.dialog 1.7.2时，当使用$("#d").dialog("open");时，dialog总是弹出在option中指定的位置；经过摸索进行了扩展，增加“自动记住关闭时的位置”的功能，源码如下： </summary><published>2009-11-23T02:52:00Z</published><updated>2009-11-23T02:52:00Z</updated><author><name>WIND</name><uri>http://www.cnblogs.com/erpcrm/</uri></author><link rel="alternate" href="http://www.cnblogs.com/erpcrm/archive/2009/11/23/1608537.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/erpcrm/archive/2009/11/23/1608537.html"/></entry><entry><id>http://www.cnblogs.com/erpcrm/archive/2009/07/13/1522614.html</id><title type="text">中国电信189邮箱手机推送功能评测</title><summary type="text">笔者由于工作的关系，对时下流行的手机PUSHMAIL功能较感兴趣，正好手头上有中国电信3G的测试机器和号码，于是对中国电信189邮箱的PUSHMAIL功能进行了一番研究，评测如下。</summary><published>2009-07-13T08:28:00Z</published><updated>2009-07-13T08:28:00Z</updated><author><name>WIND</name><uri>http://www.cnblogs.com/erpcrm/</uri></author><link rel="alternate" href="http://www.cnblogs.com/erpcrm/archive/2009/07/13/1522614.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/erpcrm/archive/2009/07/13/1522614.html"/></entry><entry><id>http://www.cnblogs.com/erpcrm/archive/2006/06/21/432111.html</id><title type="text">终于配置好了SHAREPOINT V3 的 AD FROM认证!</title><summary type="text">还有个小问题,就是用户名必须是name@domain.com的格式(通过设置attribMapUsername="sAMAccountName"解决) 。</summary><published>2006-06-21T13:53:00Z</published><updated>2006-06-21T13:53:00Z</updated><author><name>WIND</name><uri>http://www.cnblogs.com/erpcrm/</uri></author><link rel="alternate" href="http://www.cnblogs.com/erpcrm/archive/2006/06/21/432111.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/erpcrm/archive/2006/06/21/432111.html"/></entry><entry><id>http://www.cnblogs.com/erpcrm/archive/2005/09/14/234800.html</id><title type="text">构建基于角色、由应用程序管理的授权框架</title><summary type="text">    安全性是一个非常大的课题，本篇文章旨在探讨授权部分。&#xD;如果你不理解安全性相关概念，可以参考如下几篇文章：&#xD;        1、Web 应用程序安全框架：http://erpcrm.cnblogs.com/articles/234776.html&#xD;        2、设计由应用程序管理的授权：http://erpcrm.cnblogs.com/articles/234793.html&#xD;        3 、.net 基于角色的安全性介绍 http://msdn.microsoft.com/library/chs/?url=/library/CHS/cpguide/html/cpconIntroductionToRole-BasedSecurity.asp&#xD;</summary><published>2005-09-14T00:42:00Z</published><updated>2005-09-14T00:42:00Z</updated><author><name>WIND</name><uri>http://www.cnblogs.com/erpcrm/</uri></author><link rel="alternate" href="http://www.cnblogs.com/erpcrm/archive/2005/09/14/234800.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/erpcrm/archive/2005/09/14/234800.html"/></entry><entry><id>http://www.cnblogs.com/erpcrm/archive/2005/09/09/233181.html</id><title type="text">利用asp.net 2.0构建企业级门户平台（2、实现页面请求的调度） </title><summary type="text">页面调度采用了UrlRewrite技术，关于该技术的资料可以参考我转发的一篇文章：http://erpcrm.cnblogs.com/articles/232924.html首先，让我们新建一个网站（我使用的是 VWD 2005 Express BETA2）。1、添加一个default.aspx ,该窗体不需要做什么工作，它的存在只有一个意义，就是告诉IIS 把类似的请求（www.xxx.com/...</summary><published>2005-09-09T04:31:00Z</published><updated>2005-09-09T04:31:00Z</updated><author><name>WIND</name><uri>http://www.cnblogs.com/erpcrm/</uri></author><link rel="alternate" href="http://www.cnblogs.com/erpcrm/archive/2005/09/09/233181.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/erpcrm/archive/2005/09/09/233181.html"/></entry><entry><id>http://www.cnblogs.com/erpcrm/archive/2005/09/09/233112.html</id><title type="text">利用asp.net 2.0构建企业级门户平台（1、设计思想）</title><summary type="text">该门户平台暂定名为：ECubePortalECubePortal是什么？ ECubePortal是一个类似于CommunityServer和DotNetNuke的企业级的门户平台，实际上它更像SharePoint（功能没有SPS复杂，但比它灵活）。它相比CS和DNN有两个最大的特点：1、URL更友好 CS和DNN里采用这样的Url链接, www.xxx.com/default.aspx?tabin...</summary><published>2005-09-09T03:31:00Z</published><updated>2005-09-09T03:31:00Z</updated><author><name>WIND</name><uri>http://www.cnblogs.com/erpcrm/</uri></author><link rel="alternate" href="http://www.cnblogs.com/erpcrm/archive/2005/09/09/233112.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/erpcrm/archive/2005/09/09/233112.html"/></entry></feed>
