IC窗口
community.icburner.com

Browse by Tags

  • 解决Kigg不能进行中文查询的问题

    Kigg采用SQL Server的全文索引机制对文摘、评论进行全文索引。默认情况下,Kigg的SQL脚本设置全文索引使用默认语言English: /****** Object: FullTextIndex [PK_Story] Script Date: 04/07/2009 13:59:53 ******/ /****** Object: FullTextIndex Script Date: 04/07/2009 13:59:53 ******/ CREATE FULLTEXT INDEX ON...
    Published 2009/7/27 22:33 by 革命
    Filed under: ,
  • JavaScript File Management

    As many of you know that I am currently involved in developing few UI Components for the ASP.NET MVC Framework (Hint: It is not a personal project, and we do have the plan to make it the source open dual license). In this post, I will discuss about our...
    Published 2009/7/27 1:21 by 革命
    Filed under: ,
  • 如何配置SMTP中继Relay服务使用验证

    为了不让您的SMTP服务器上黑名单,更为了服务器的安全,您也许要配置您的服务器的SMTP中继Relay服务使用验证,只允许通过验证的用户才能使用你的SMTP服务器发送邮件。 1、 打开IIS管理器,右击“默认SMTP虚拟服务器”,选择“Properties” 2、 在弹出的对话框中,选择“Access”标签页,然后点击“Authentication”按钮: 3、 在弹出绘话中,取消“Anonymous access”,并选中“Integrated Windows Authentication”,然后点击...
    Published 2009/7/18 17:11 by 革命
    Filed under: ,
  • 修复Kigg使用EF时删除一个文摘报错

    当我们设置Kigg底层使用Entity Framework提供者时,无法删除一个文摘。对StoryService.cs文件进行如下修改: public virtual void Delete(IStory theStory, IUser byUser) {     Check.Argument.IsNotNull(theStory, "theStory");     Check.Argument.IsNotNull(byUser...
    Published 2009/7/13 16:03 by 革命
    Filed under: ,