08 2009 档案

摘要:import java.io.IOException;import org.apache.lucene.analysis.standard.StandardAnalyzer;import org.apache.lucene.document.Document;import org.apache.lucene.document.Field;import org.apache.lucene.index... 阅读全文
posted @ 2009-08-25 09:06 waynecn 阅读(288) 评论(0) 推荐(0)
摘要:updatemode有两个可选项: always/conditional当updatepanel外的控件和updatepanel trigger集合postback属性设定的控件(包括updatepanel内的控件)产生一个postback的时候,不管updatepanel的updatemode属性值为什么样的情况,updatepanel 都会被update.所以,updatepanel的upda... 阅读全文
posted @ 2009-08-04 01:14 waynecn 阅读(529) 评论(0) 推荐(0)
摘要:Cookies用于存储特定用户信息,它提供了Web程序中一种有用的方式。多年以来,JavaScript开发人员已经进行了有关cookie的大量工作。同样,ASP.NET通过System.Web空间名称也提供了cookie的访问。虽然你不应该使用cookie来存储一些敏感性的数据,但是,它们是处理锁细数据的一个极好的选择,比如颜色参数选择或者最后一次访问日期。传递cookiescookie是存储在客... 阅读全文
posted @ 2009-08-03 01:49 waynecn 阅读(431) 评论(0) 推荐(0)
摘要:I installed the ajax control toolkit, the reorder list works fine, I can add items, but cannot find a way to edit the items.How can I enable users to edit the item?just add a button with CommandNameCo... 阅读全文
posted @ 2009-08-01 16:13 waynecn 阅读(128) 评论(0) 推荐(0)
摘要:I'm having a problem withcoding a LINQ to SQL query.In TSQL, I would use the following:SELECT BarrierTypeKey, DescriptionFROM dbo.BarrierTypes WHERE BarrierTypeKey NOT IN (SELECT DISTINCT BarrierTypeK... 阅读全文
posted @ 2009-08-01 14:21 waynecn 阅读(678) 评论(0) 推荐(0)