IC窗口
community.icburner.com
All Tags » Kigg (RSS)

Browse Blog Posts by Tags

Showing related tags and posts for the Blogs application. See all tags in the site
  • 解决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 [dbo].[Story]( [TextDescription], [Title] ) KEY INDEX...
    Posted to VS2010学习 by 革命 on 2009/7/27
    Filed under: 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 design decisions regarding how we plan to manage...
    Posted to VS2010学习 by 革命 on 2009/7/27
    Filed under: Filed under: ,
  • 如何配置SMTP中继Relay服务使用验证

    为了不让您的SMTP服务器上黑名单,更为了服务器的安全,您也许要配置您的服务器的SMTP中继Relay服务使用验证,只允许通过验证的用户才能使用你的SMTP服务器发送邮件。 1、 打开IIS管理器,右击“默认SMTP虚拟服务器”,选择“Properties” 2、 在弹出的对话框中,选择“Access”标签页,然后点击“Authentication”按钮: 3、 在弹出绘话中,取消“Anonymous access”,并选中“Integrated Windows Authentication”,然后点击“OK”按钮: 4、 接着单击“Relay…”按钮: 5、 在弹出会话框中,做如下设置,然后点击...
    Posted to VS2010学习 by 革命 on 2009/7/18
    Filed under: 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, "byUser");     using...
    Posted to VS2010学习 by 革命 on 2009/7/13
    Filed under: Filed under: ,
Page 1 of 1 (4 items)