<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="http://ab110.com/utility/FeedStylesheets/atom.xsl" media="screen"?><feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en"><title type="html">cnblogs.com</title><subtitle type="html" /><id>http://ab110.com/blogs/cnblogs/atom.aspx</id><link rel="alternate" type="text/html" href="http://ab110.com/blogs/cnblogs/default.aspx" /><link rel="self" type="application/atom+xml" href="http://ab110.com/blogs/cnblogs/atom.aspx" /><generator uri="http://communityserver.org" version="3.1.20917.1142">Community Server</generator><updated>2008-08-27T21:07:00Z</updated><entry><title>Lucene.Net 2.3.1开发介绍 —— 二、分词（二） </title><link rel="alternate" type="text/html" href="http://ab110.com/blogs/cnblogs/archive/2008/08/28/lucene-net-2-3-1.aspx" /><id>http://ab110.com/blogs/cnblogs/archive/2008/08/28/lucene-net-2-3-1.aspx</id><published>2008-08-28T15:41:00Z</published><updated>2008-08-28T15:41:00Z</updated><content type="html">摘要: 1.2、分词的过程1.2.1、分词器工作的过程内置的分词器效果都不好，那怎么办？只能自己写了！在写之前当然是要先看看内置的分词器是怎么实现的了。从1.1分析分词效果，可以看出KeywordAnalyzer这个分词器最懒惰，基本什么事情也没做。并不是它不会做，而是我们没找到使用它的方法，就像手上拿着个盒子，不知道里面是什么，就不知道这个是干嘛的，有什么用。打开盒子，那就是要查看源代码了！代码 1.2 阅读全文 [新闻]轮回－新浪推出Facebook模式的SNS...(&lt;a href="http://ab110.com/blogs/cnblogs/archive/2008/08/28/lucene-net-2-3-1.aspx"&gt;read more&lt;/a&gt;)&lt;img src="http://ab110.com/aggbug.aspx?PostID=20403" width="1" height="1"&gt;</content><author><name>Anonymous</name><uri>http://ab110.com/members/Anonymous.aspx</uri></author></entry><entry><title>程序员面试，你准备好了吗？</title><link rel="alternate" type="text/html" href="http://ab110.com/blogs/cnblogs/archive/2008/08/28/20400.aspx" /><id>http://ab110.com/blogs/cnblogs/archive/2008/08/28/20400.aspx</id><published>2008-08-28T12:29:00Z</published><updated>2008-08-28T12:29:00Z</updated><content type="html">摘要: 今天看到几篇面试相关的文章。面试是我最近想的很多的问题，有所思，有所得，从小部门面试的角度谈谈所思所得吧。面试就是在短时间内对应聘者的经验、能力、潜力进行评估。我一般比较关注这些方面：（1）品格；（2）经验；（3）解决问题的能力；（4）技术特长；（5）潜力。面试时间一般为1小时，笔试＋机试＋面谈。下面结合偶常用的一份C++/C#程序员面试题谈谈体会。面试题一般分为3～4部分。第一部分是自我评估，第 阅读全文 [新闻]惠普139亿美元完成对EDS的收购...(&lt;a href="http://ab110.com/blogs/cnblogs/archive/2008/08/28/20400.aspx"&gt;read more&lt;/a&gt;)&lt;img src="http://ab110.com/aggbug.aspx?PostID=20400" width="1" height="1"&gt;</content><author><name>Anonymous</name><uri>http://ab110.com/members/Anonymous.aspx</uri></author></entry><entry><title>ASP.NET分类信息站全站制作视频教程1(AJAX+SQLITE+生成静态HTML)</title><link rel="alternate" type="text/html" href="http://ab110.com/blogs/cnblogs/archive/2008/08/28/asp-net-1-ajax-sqlite-html.aspx" /><id>http://ab110.com/blogs/cnblogs/archive/2008/08/28/asp-net-1-ajax-sqlite-html.aspx</id><published>2008-08-28T12:19:00Z</published><updated>2008-08-28T12:19:00Z</updated><content type="html">摘要: 学了半年多的ASP.NET，因为只是个人业余的兴趣爱好，所以一直都没做过一个比较完整一点的项目，很多时候都是随便做了一部分就扔一边去了。前段时间在网上逛，看到别人做的一个简单的分类信息发布网站，突然间心血来潮，觉得自己最起码也应该从头到尾认认真真的做个网站，就算是简单点的也比什么都没做的好。 决心一下，马上就开始动手做了起来。 刚开始的时候，基本上前台后台都是直接用的VS2005自带的WEB数 阅读全文 [新闻]搜狗五笔输入法发布...(&lt;a href="http://ab110.com/blogs/cnblogs/archive/2008/08/28/asp-net-1-ajax-sqlite-html.aspx"&gt;read more&lt;/a&gt;)&lt;img src="http://ab110.com/aggbug.aspx?PostID=20401" width="1" height="1"&gt;</content><author><name>Anonymous</name><uri>http://ab110.com/members/Anonymous.aspx</uri></author></entry><entry><title>跳转问题</title><link rel="alternate" type="text/html" href="http://ab110.com/blogs/cnblogs/archive/2008/08/28/20397.aspx" /><id>http://ab110.com/blogs/cnblogs/archive/2008/08/28/20397.aspx</id><published>2008-08-28T10:23:00Z</published><updated>2008-08-28T10:23:00Z</updated><content type="html">摘要: 问题描述:在一个DataList中，有一个模板列是DropDownList，有一个模板列是LinkButton 当我选择了DropDownList，在点LinkButton时，要把DropDownList选中的值传过去但是传不过去。。。。解决办法:protected void gv_List_RowDataBound(object sender, GridViewRowEventArgs e){ 阅读全文 [新闻]惠普139亿美元完成对EDS的收购...(&lt;a href="http://ab110.com/blogs/cnblogs/archive/2008/08/28/20397.aspx"&gt;read more&lt;/a&gt;)&lt;img src="http://ab110.com/aggbug.aspx?PostID=20397" width="1" height="1"&gt;</content><author><name>Anonymous</name><uri>http://ab110.com/members/Anonymous.aspx</uri></author></entry><entry><title>我的火眼金睛看见一个非常隐蔽的ie6 bug。</title><link rel="alternate" type="text/html" href="http://ab110.com/blogs/cnblogs/archive/2008/08/28/ie6-bug.aspx" /><id>http://ab110.com/blogs/cnblogs/archive/2008/08/28/ie6-bug.aspx</id><published>2008-08-28T10:01:00Z</published><updated>2008-08-28T10:01:00Z</updated><content type="html">摘要: 我很少写css方面的技巧，今天落一笔，因为太反正常思维了，我玩了那么久的css，从来没这么想过。我见过很多bug，但无论bug本身还是解决方法都不反思维，但这个……float和absolute会有关系吗？我想，都不会这么想，因为absolute意味着脱离文档，不受页面元素影响。如果一个元素必须先清除浮动（clear:left;）才能正常绝对定位（position:absolute;），你作何感想？ 阅读全文 [新闻]新学年开始 大学生适用的十大互联网应用...(&lt;a href="http://ab110.com/blogs/cnblogs/archive/2008/08/28/ie6-bug.aspx"&gt;read more&lt;/a&gt;)&lt;img src="http://ab110.com/aggbug.aspx?PostID=20398" width="1" height="1"&gt;</content><author><name>Anonymous</name><uri>http://ab110.com/members/Anonymous.aspx</uri></author></entry><entry><title>Interaction design pattern</title><link rel="alternate" type="text/html" href="http://ab110.com/blogs/cnblogs/archive/2008/08/28/interaction-design-pattern.aspx" /><id>http://ab110.com/blogs/cnblogs/archive/2008/08/28/interaction-design-pattern.aspx</id><published>2008-08-28T07:39:00Z</published><updated>2008-08-28T07:39:00Z</updated><content type="html">摘要: Interaction design is the art of facilitating interactions between humans through products and services. -- --《Designing for Interaction》 自动完成控件适用什么场景？Drag&amp;amp;Drop的设计初衷是什么？分页控件又有什么学问？ 对于这些耳熟能详屡见不鲜交互 阅读全文 [新闻]Google拟在9月发布自有浏览器 或采用火狐内核...(&lt;a href="http://ab110.com/blogs/cnblogs/archive/2008/08/28/interaction-design-pattern.aspx"&gt;read more&lt;/a&gt;)&lt;img src="http://ab110.com/aggbug.aspx?PostID=20391" width="1" height="1"&gt;</content><author><name>Anonymous</name><uri>http://ab110.com/members/Anonymous.aspx</uri></author></entry><entry><title>IE 8 Beta 2 初体验 - 隐藏了的"IE7模式"</title><link rel="alternate" type="text/html" href="http://ab110.com/blogs/cnblogs/archive/2008/08/28/ie-8-beta-2-quot-ie7-quot.aspx" /><id>http://ab110.com/blogs/cnblogs/archive/2008/08/28/ie-8-beta-2-quot-ie7-quot.aspx</id><published>2008-08-28T07:38:00Z</published><updated>2008-08-28T07:38:00Z</updated><content type="html">摘要: IE 8 Beta 2 初体验 - 隐藏了的&amp;quot;IE7模式&amp;quot; 阅读全文 [新闻]微软正在构思将Wi-Fi带入汽车...(&lt;a href="http://ab110.com/blogs/cnblogs/archive/2008/08/28/ie-8-beta-2-quot-ie7-quot.aspx"&gt;read more&lt;/a&gt;)&lt;img src="http://ab110.com/aggbug.aspx?PostID=20392" width="1" height="1"&gt;</content><author><name>Anonymous</name><uri>http://ab110.com/members/Anonymous.aspx</uri></author></entry><entry><title>实施费用也能DIY--走出软件作坊：三五个人十来条枪 如何成为开发正规军（九）</title><link rel="alternate" type="text/html" href="http://ab110.com/blogs/cnblogs/archive/2008/08/28/diy.aspx" /><id>http://ab110.com/blogs/cnblogs/archive/2008/08/28/diy.aspx</id><published>2008-08-28T07:15:00Z</published><updated>2008-08-28T07:15:00Z</updated><content type="html">摘要: 咱们书接上回。水清则无鱼--走出软件作坊：三五个人十来条枪 如何成为开发正规军（八） 上次咱们讲完了开发费用的计算，很多人在后面跟帖在那里算费用。 有人说：你把程序员都不当人，94天，一天都不休息啊。 我想答曰：94天，是工作时间。不算双休日在里面。也就是说，实际的开发周期长度是94+3个月之中的所有双休日。我只所以按照94天算，是算94天工作日，并没有把双休日都算进去。你试着想想，你都休息了，你怎么跟客户算费用的时候把双休日也好意思算进去。所以说，算费用，按94天算合理。 阅读全文 [新闻]对比测试：IE8 Beta 2 VS Firefox 3.0.1...(&lt;a href="http://ab110.com/blogs/cnblogs/archive/2008/08/28/diy.aspx"&gt;read more&lt;/a&gt;)&lt;img src="http://ab110.com/aggbug.aspx?PostID=20393" width="1" height="1"&gt;</content><author><name>Anonymous</name><uri>http://ab110.com/members/Anonymous.aspx</uri></author></entry><entry><title>用 SQLServer 2005 PIVOT 函数 巧解题</title><link rel="alternate" type="text/html" href="http://ab110.com/blogs/cnblogs/archive/2008/08/27/sqlserver-2005-pivot.aspx" /><id>http://ab110.com/blogs/cnblogs/archive/2008/08/27/sqlserver-2005-pivot.aspx</id><published>2008-08-28T04:53:00Z</published><updated>2008-08-28T04:53:00Z</updated><content type="html">摘要: SQLServer 2005 联机从书: PIVOT:通过将表达式某一列中的唯一值转换为输出中的多个列来旋转表值表达式，并在必要时对最终输出中所需的任何其余列值执行聚合。 UNPIVOT 与 PIVOT 执行相反的操作，将表值表达式的列转换为列值。 题目: How can I get a list of the stores that have bought both &amp;#39;bussiness&amp;#39; and &amp;#39;mod_cook&amp;#39; type books? In database pubs, use three table stores,sales and titles to implement this requestment. ... 阅读全文 [新闻]GC2008：星际争霸2进程报告 微调进程延续...(&lt;a href="http://ab110.com/blogs/cnblogs/archive/2008/08/27/sqlserver-2005-pivot.aspx"&gt;read more&lt;/a&gt;)&lt;img src="http://ab110.com/aggbug.aspx?PostID=20390" width="1" height="1"&gt;</content><author><name>Anonymous</name><uri>http://ab110.com/members/Anonymous.aspx</uri></author></entry><entry><title>人工神经网络(Artificial Neural Netwroks)笔记-粒子群优化(Partical Swarm Optimization - PSO) </title><link rel="alternate" type="text/html" href="http://ab110.com/blogs/cnblogs/archive/2008/08/27/artificial-neural-netwroks-partical-swarm-optimization-pso.aspx" /><id>http://ab110.com/blogs/cnblogs/archive/2008/08/27/artificial-neural-netwroks-partical-swarm-optimization-pso.aspx</id><published>2008-08-28T04:17:00Z</published><updated>2008-08-28T04:17:00Z</updated><content type="html">摘要: 关于粒子群优化的内容可以通过搜索得到。下面主要是个人对于粒子群优化的一点理解，以及应用于BP神经网络中做权重的调整原文在：http://baike.baidu.com/view/1531379.htm引用下面一些内容===============我是引用的分界线=================粒子根据如下的公式来更新自己的速度和新的位置 v[] = w * v[] + c1 * rand() * 阅读全文 [新闻]GC2008：星际争霸2进程报告 微调进程延续...(&lt;a href="http://ab110.com/blogs/cnblogs/archive/2008/08/27/artificial-neural-netwroks-partical-swarm-optimization-pso.aspx"&gt;read more&lt;/a&gt;)&lt;img src="http://ab110.com/aggbug.aspx?PostID=20385" width="1" height="1"&gt;</content><author><name>Anonymous</name><uri>http://ab110.com/members/Anonymous.aspx</uri></author></entry><entry><title>在VS2005中给winform披上漂亮的外衣</title><link rel="alternate" type="text/html" href="http://ab110.com/blogs/cnblogs/archive/2008/08/27/vs2005-winform.aspx" /><id>http://ab110.com/blogs/cnblogs/archive/2008/08/27/vs2005-winform.aspx</id><published>2008-08-28T04:00:00Z</published><updated>2008-08-28T04:00:00Z</updated><content type="html">摘要: 我们都知道默认的winform界面都是很难看的，即使使用了vs2005，在界面的上虽然有些改进，但是还是不是很理想。于是在网上搜到一个给winform换皮肤的组件：IrisSkin2.dll，我们使用这个组件，然后配合一些皮肤文件就可以得到很多漂亮的皮肤。皮肤文件为ssk文件。下面看我们如何使用这个组件.Code highlighting produced by Actipro CodeHighl 阅读全文 [新闻]科学家在世界最大对撞机中观察到首批粒子...(&lt;a href="http://ab110.com/blogs/cnblogs/archive/2008/08/27/vs2005-winform.aspx"&gt;read more&lt;/a&gt;)&lt;img src="http://ab110.com/aggbug.aspx?PostID=20386" width="1" height="1"&gt;</content><author><name>Anonymous</name><uri>http://ab110.com/members/Anonymous.aspx</uri></author></entry><entry><title>使用WorkingSet减少.net程序内存占用</title><link rel="alternate" type="text/html" href="http://ab110.com/blogs/cnblogs/archive/2008/08/27/workingset-net.aspx" /><id>http://ab110.com/blogs/cnblogs/archive/2008/08/27/workingset-net.aspx</id><published>2008-08-28T03:54:00Z</published><updated>2008-08-28T03:54:00Z</updated><content type="html">摘要: 正如大家所知.Net对内存资源的占用是非常恐怖的，一个空的Form程序就得占用10M的内存。 再加上一个Windows Service那就轻松越过20M了。这不，最近在工作中就遇到了这个问题。需求方要求内存在10M以内。。。郁闷。。。查阅了相关资料后，终于找到解决方法。我们知道，Windows是一个多任务的操作系统，而物理内存却是一个相对贫乏的资源，为避免某个进程(或是系统)耗尽这一资源，引入了 阅读全文 [新闻]阿里巴巴利润增1.36倍...(&lt;a href="http://ab110.com/blogs/cnblogs/archive/2008/08/27/workingset-net.aspx"&gt;read more&lt;/a&gt;)&lt;img src="http://ab110.com/aggbug.aspx?PostID=20387" width="1" height="1"&gt;</content><author><name>Anonymous</name><uri>http://ab110.com/members/Anonymous.aspx</uri></author></entry><entry><title>使用IBM WID建立SOA 4（测试、导出和导入）</title><link rel="alternate" type="text/html" href="http://ab110.com/blogs/cnblogs/archive/2008/08/27/ibm-wid-soa-4.aspx" /><id>http://ab110.com/blogs/cnblogs/archive/2008/08/27/ibm-wid-soa-4.aspx</id><published>2008-08-28T03:38:00Z</published><updated>2008-08-28T03:38:00Z</updated><content type="html">摘要: 关于WID的最后一篇，使用IBM WID 建立SOA 之WID简介 使用IBM WID建立企业SOA 1(Assembling the application) 使用IBM WID建立企业SOA 2（实现具体的流程控制） 使用IBM WID建立SOA 3（Responding to the applicant） 测试本例(Testing the Sell application)4.1 创建本例中 阅读全文 [新闻]Google Gears覆盖四大浏览器 Safari版推出...(&lt;a href="http://ab110.com/blogs/cnblogs/archive/2008/08/27/ibm-wid-soa-4.aspx"&gt;read more&lt;/a&gt;)&lt;img src="http://ab110.com/aggbug.aspx?PostID=20388" width="1" height="1"&gt;</content><author><name>Anonymous</name><uri>http://ab110.com/members/Anonymous.aspx</uri></author></entry><entry><title>使用语音即时校对输入内容</title><link rel="alternate" type="text/html" href="http://ab110.com/blogs/cnblogs/archive/2008/08/27/20389.aspx" /><id>http://ab110.com/blogs/cnblogs/archive/2008/08/27/20389.aspx</id><published>2008-08-28T03:35:00Z</published><updated>2008-08-28T03:35:00Z</updated><content type="html">摘要: 此文将介绍利用微软TTS引擎，在录入数据时进行即时语音校对的示例。 这是一项非常简单且非常实用的技术，此功能在行业软件中使用的话，将会使用户的录入准确率大幅提高，还可减少甚至取消后期核对工作。 你需要使用以下类库来操作TTS： ... 在文章末尾处提供的源代码中将包含此类库。 现在开始编写这个示例程序： 新建一个WinForm项目，引入上述dll，在窗体后台代码中添加对其命名空间的引用： ... 阅读全文 [新闻]Internet Explorer 8 Beta 2 发布...(&lt;a href="http://ab110.com/blogs/cnblogs/archive/2008/08/27/20389.aspx"&gt;read more&lt;/a&gt;)&lt;img src="http://ab110.com/aggbug.aspx?PostID=20389" width="1" height="1"&gt;</content><author><name>Anonymous</name><uri>http://ab110.com/members/Anonymous.aspx</uri></author></entry><entry><title>Sqlserver和Oracle混合事务</title><link rel="alternate" type="text/html" href="http://ab110.com/blogs/cnblogs/archive/2008/08/27/sqlserver-oracle.aspx" /><id>http://ab110.com/blogs/cnblogs/archive/2008/08/27/sqlserver-oracle.aspx</id><published>2008-08-28T03:07:00Z</published><updated>2008-08-28T03:07:00Z</updated><content type="html">摘要: 直接使用:直接使用Code highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/--&amp;gt;添加基本信息#region添加基本信息/**////&amp;lt;summary&amp;gt;///添加基本信息///&amp;lt;/summary&amp;gt;///&amp;lt;paramname=&amp;quot;model&amp;quot; 阅读全文 [新闻]科学家在世界最大对撞机中观察到首批粒子...(&lt;a href="http://ab110.com/blogs/cnblogs/archive/2008/08/27/sqlserver-oracle.aspx"&gt;read more&lt;/a&gt;)&lt;img src="http://ab110.com/aggbug.aspx?PostID=20394" width="1" height="1"&gt;</content><author><name>Anonymous</name><uri>http://ab110.com/members/Anonymous.aspx</uri></author></entry></feed>