<?xml version="1.0" encoding="utf-8"?><feed xmlns="http://www.w3.org/2005/Atom"><title type="text">博客园_东坡肘子－Hillfree</title><subtitle type="text">Shaohua.NET, 桃李春风一杯酒，江湖夜雨十年灯</subtitle><id>http://feed.cnblogs.com/blog/u/1518/rss</id><updated>2006-12-11T10:31:01Z</updated><author><name>hillfree</name><uri>http://www.cnblogs.com/hillfree/</uri></author><generator>CNBlogs BlogServer</generator><link rel="alternate" type="text/html" href="http://www.cnblogs.com/hillfree/"/><link rel="self" type="application/atom+xml" href="http://feed.cnblogs.com/blog/u/1518/rss"/><entry><id>http://www.cnblogs.com/hillfree/archive/2006/12/11/589123.html</id><title type="text">CSCW领域的“老”词和“新”词</title><summary type="text">说来惭愧，虽然在协同工作行当里面也算待了好几年，一方面因为国内外研究的差异，有些老外总说的词汇总是不明其理，另一方面这两年因为网络技术的飞速发展，涌现出了不少新的协作方式和应用，也自然出了不少新词汇。趁着这次开会看材料的机会，索性简要整理一下。Fieldwork这算是老外文献和会议总常提到的一个词，网上的定义林林总总，实际上顾名思义，就大致是&amp;#8220;现场调研&amp;#8221;的意思。理解这个词有...</summary><published>2006-12-11T10:31:00Z</published><updated>2006-12-11T10:31:00Z</updated><author><name>hillfree</name><uri>http://www.cnblogs.com/hillfree/</uri></author><link rel="alternate" href="http://www.cnblogs.com/hillfree/archive/2006/12/11/589123.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/hillfree/archive/2006/12/11/589123.html"/></entry><entry><id>http://www.cnblogs.com/hillfree/archive/2006/08/16/478151.html</id><title type="text">狡兔三窟论(a wiser person has more than one blog) </title><summary type="text">对于Blogger来说，教育网是一个梦魇，很多不错的Bloger要么访问不了，要么有各种各样的限制。最早，在cnblogs.com博客园申请了一个blog。因为博客园的定位是.NET为主的技术，而自己的技术帖子又不是很多，只想更多的来记录自己的生活，所以后来就跑到MSN Space申请了一个。虽然教育网不能访问，可是家里还是凑合能用的。所以就陆陆续续弄了有1年多。最近一段时间，微软在搞什么Live...</summary><published>2006-08-16T01:44:00Z</published><updated>2006-08-16T01:44:00Z</updated><author><name>hillfree</name><uri>http://www.cnblogs.com/hillfree/</uri></author><link rel="alternate" href="http://www.cnblogs.com/hillfree/archive/2006/08/16/478151.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/hillfree/archive/2006/08/16/478151.html"/></entry><entry><id>http://www.cnblogs.com/hillfree/archive/2005/11/09/272102.html</id><title type="text">FOAF简介和朋友圈子</title><summary type="text">最近研究本体Ontology，因为涉及到人的描述，所以对比较流行的Foaf做了一些调研。FOAF (Friend of a Friend) Overview Website: http://www.foaf-project.org/ FOAF is a way to describe people and relationships to computers. FOAF stands for Fr...</summary><published>2005-11-09T02:29:00Z</published><updated>2005-11-09T02:29:00Z</updated><author><name>hillfree</name><uri>http://www.cnblogs.com/hillfree/</uri></author><link rel="alternate" href="http://www.cnblogs.com/hillfree/archive/2005/11/09/272102.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/hillfree/archive/2005/11/09/272102.html"/></entry><entry><id>http://www.cnblogs.com/hillfree/archive/2005/09/02/228404.html</id><title type="text">Class Library类型的工程难道不能用app.config?</title><summary type="text">一般都在app.config里面写连接串，在程序里面用的。结果昨天在工程里面死活得不到，只能得到machine.config里面的一个ConnectionString，而app.config里面的不Load。另起了一个WindowsApplication，同样的App.config就可以。看了看，我原来那个工程是产生dll的，不是exe。所以在Debug目录下也不会有类似xxx.exe.confi...</summary><published>2005-09-02T00:53:00Z</published><updated>2005-09-02T00:53:00Z</updated><author><name>hillfree</name><uri>http://www.cnblogs.com/hillfree/</uri></author><link rel="alternate" href="http://www.cnblogs.com/hillfree/archive/2005/09/02/228404.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/hillfree/archive/2005/09/02/228404.html"/></entry><entry><id>http://www.cnblogs.com/hillfree/archive/2005/09/02/228402.html</id><title type="text">配置文件中的DataDirectory在那里设置？</title><summary type="text">看到MSDN上C#101Sample中有关DataAccess的例子，app.config的连接串中经常出现如下：Source=.\SQLEXPRESS;AttachDbFilename=|DataDirectory|\Databases\Data.mdf;Integrated看了看，Databases目录好像就在工程目录下。然后我也照猫画虎，在工程目录下开了一个Databases目录，然后放了一...</summary><published>2005-09-02T00:53:00Z</published><updated>2005-09-02T00:53:00Z</updated><author><name>hillfree</name><uri>http://www.cnblogs.com/hillfree/</uri></author><link rel="alternate" href="http://www.cnblogs.com/hillfree/archive/2005/09/02/228402.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/hillfree/archive/2005/09/02/228402.html"/></entry><entry><id>http://www.cnblogs.com/hillfree/archive/2005/08/31/227113.html</id><title type="text">自己写的类需要重写ToString(), HashCode(), Equal()吗？</title><summary type="text">在Joshua Bloch的《Effective Java》中是提到需要改写ToString(), 在修改Equal的时候改写HashCode。在java里面现在可以引入三个apache的类来完成，例如：1importorg.apache.commons.lang.builder.EqualsBuilder;2importorg.apache.commons.lang.builder.HashCo...</summary><published>2005-08-31T07:31:00Z</published><updated>2005-08-31T07:31:00Z</updated><author><name>hillfree</name><uri>http://www.cnblogs.com/hillfree/</uri></author><link rel="alternate" href="http://www.cnblogs.com/hillfree/archive/2005/08/31/227113.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/hillfree/archive/2005/08/31/227113.html"/></entry><entry><id>http://www.cnblogs.com/hillfree/archive/2005/08/31/227104.html</id><title type="text">注释中如果出现尖括号怎么办？“&lt;”</title><summary type="text">我在注释的时候想在&amp;lt;summary/&amp;gt;中间写入小于号之类的字符，被转义。加入&amp;lt;![CDATA[]]也不行。如下图：1///&amp;lt;summary&amp;gt;2///布尔条件表达式,&amp;lt;![CDATA["==,!=,&amp;gt;,&amp;lt;,&amp;gt;=,&amp;lt;="]]&amp;gt;3///&amp;lt;/summary&amp;gt;4publicstringBoolExpression5{6get{re...</summary><published>2005-08-31T07:25:00Z</published><updated>2005-08-31T07:25:00Z</updated><author><name>hillfree</name><uri>http://www.cnblogs.com/hillfree/</uri></author><link rel="alternate" href="http://www.cnblogs.com/hillfree/archive/2005/08/31/227104.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/hillfree/archive/2005/08/31/227104.html"/></entry><entry><id>http://www.cnblogs.com/hillfree/archive/2004/11/04/60498.html</id><title type="text">Access Control Issues 有关访问控制</title><summary type="text">&amp;#160; 文章来自Google的搜索(2001~2004)，由于是进行概要式的了解，所以没有详细记录每一篇文章，可以看作一个专题的学习笔记。&amp;#160;&amp;#160; 主要是对Security，主要是Access Control部分做一般性的了解，主要是想对Authorization做一些探索。 &amp;#160;首先对Security安全做一些了解。(1)&amp;#160;从概念上讲，Security i...</summary><published>2004-11-04T10:09:00Z</published><updated>2004-11-04T10:09:00Z</updated><author><name>hillfree</name><uri>http://www.cnblogs.com/hillfree/</uri></author><link rel="alternate" href="http://www.cnblogs.com/hillfree/archive/2004/11/04/60498.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/hillfree/archive/2004/11/04/60498.html"/></entry><entry><id>http://www.cnblogs.com/hillfree/archive/2004/10/18/53800.html</id><title type="text">结婚了！</title><summary type="text">国庆节回家去把婚事办了。呵呵，三年的相识相知，以后将携手面对未来的风风雨雨！自己加油！</summary><published>2004-10-18T09:12:00Z</published><updated>2004-10-18T09:12:00Z</updated><author><name>hillfree</name><uri>http://www.cnblogs.com/hillfree/</uri></author><link rel="alternate" href="http://www.cnblogs.com/hillfree/archive/2004/10/18/53800.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/hillfree/archive/2004/10/18/53800.html"/></entry><entry><id>http://www.cnblogs.com/hillfree/archive/2004/09/21/45229.html</id><title type="text">Microsoft Tech-Ed 2004 参加感受 之(二) </title><summary type="text">因为个人的兴趣主要在协作技术和项目开发管理，所以听的课大致分为两部份(1) 一些有关SharePoint，Exchange，VS.NET 2k5之类的课程。(2) 有关微软解决方案框架MSF，软件测试，项目管理之类的课程。多多少少有些收获和心得，以流水帐的方式如下： SharePoint2k3、Exchange2k3、InfoPath，&amp;#8230; etc.MS Windows SharePo...</summary><published>2004-09-21T08:50:00Z</published><updated>2004-09-21T08:50:00Z</updated><author><name>hillfree</name><uri>http://www.cnblogs.com/hillfree/</uri></author><link rel="alternate" href="http://www.cnblogs.com/hillfree/archive/2004/09/21/45229.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/hillfree/archive/2004/09/21/45229.html"/></entry></feed>
