free-lancer

我的刀快,是因为我简单。天边有一对双星,那是我梦中的眼睛。

导航

随笔分类 -  Dot Net

摘要:实现平台: Windows server 2003 开发环境 Visual Studio 2005 C#分词方法: 基本思路是我前几天看到的一篇文章中那位大哥提出的,我看完后感觉这种解决方案比较好,不需要复杂的语法分析、句法分析等,就是通过树型数据结构把中文词库组织起来,这样分词过程就是树遍历的过程,思路非常清晰,适合于小的项目的应用。原文的Site:http://xiecc.i... 阅读全文

posted @ 2006-03-20 17:01 hjl 阅读(1546) 评论(3) 推荐(0)

摘要:The ASP.NET Page Life Cycle Each time a request arrives at a Web server for an ASP.NET Web page, the first thing the Web server does is hand off the request to the ASP.NET engine. The ASP.NET engine t... 阅读全文

posted @ 2006-03-08 22:43 hjl 阅读(231) 评论(0) 推荐(0)