<?xml version="1.0" encoding="utf-8"?><feed xmlns="http://www.w3.org/2005/Atom"><title type="text">博客园_痛而后能善无惧于闯Make a greate impact</title><subtitle type="text"/><id>http://feed.cnblogs.com/blog/u/28304/rss</id><updated>2009-10-12T13:28:09Z</updated><author><name>greater</name><uri>http://www.cnblogs.com/greater/</uri></author><generator>CNBlogs BlogServer</generator><link rel="alternate" type="text/html" href="http://www.cnblogs.com/greater/"/><link rel="self" type="application/atom+xml" href="http://feed.cnblogs.com/blog/u/28304/rss"/><entry><id>http://www.cnblogs.com/greater/archive/2009/10/12/1582024.html</id><title type="text">Matlab 7.0不断重启问题解决方法</title><summary type="text">安装了Matlab 7.0的时候，如果老是出现这个问题，可以通过：右键单击&amp;#8220;我的电脑&amp;#8221;&amp;#8212;&amp;#8212;属性&amp;#8212;&amp;#8212;高级&amp;#8212;&amp;#8212;环境变量在系统变量中新建一个BLAS_VERSION的变量名，值为C:\MATLAB7\bin\win32\atlas_Athlon.dll，盘符不同稍作更改即可。但是，如果你的电脑不是Intel的...</summary><published>2009-10-12T13:28:00Z</published><updated>2009-10-12T13:28:00Z</updated><author><name>greater</name><uri>http://www.cnblogs.com/greater/</uri></author><link rel="alternate" href="http://www.cnblogs.com/greater/archive/2009/10/12/1582024.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/greater/archive/2009/10/12/1582024.html"/></entry><entry><id>http://www.cnblogs.com/greater/archive/2009/10/08/1579280.html</id><title type="text">安装Matlab过程中遇到拒绝访问怎么办？</title><summary type="text">1.Vista下要以管理员权限来安装2.如果不是则可能是安全软件的保护问题，比如：360和毒霸。在卸载360并关闭毒霸后成功安装了！</summary><published>2009-10-08T11:40:00Z</published><updated>2009-10-08T11:40:00Z</updated><author><name>greater</name><uri>http://www.cnblogs.com/greater/</uri></author><link rel="alternate" href="http://www.cnblogs.com/greater/archive/2009/10/08/1579280.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/greater/archive/2009/10/08/1579280.html"/></entry><entry><id>http://www.cnblogs.com/greater/archive/2008/11/22/1339137.html</id><title type="text">NUnit图解(一）</title><summary type="text">好久没有写文章了，呵呵，最近在译书，现在才发现它不是一件简单的事，不同与一般的翻译文章，但不管如何我一定要做到极致！这是关于NUnit的一个简介，其实很多人已经发布过他们的经验了，这里只是希望通过把最近一段的经验分享一下，做个纪念而已！NUnit是在.NET下进行测试的框架，通过它可以更加便捷地进行单元测试，以增强代码的稳健度。这里先做一个简单的介绍。&amp;#160;1.下载地址：http://www...</summary><published>2008-11-22T14:03:00Z</published><updated>2008-11-22T14:03:00Z</updated><author><name>greater</name><uri>http://www.cnblogs.com/greater/</uri></author><link rel="alternate" href="http://www.cnblogs.com/greater/archive/2008/11/22/1339137.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/greater/archive/2008/11/22/1339137.html"/></entry><entry><id>http://www.cnblogs.com/greater/archive/2008/09/14/1290760.html</id><title type="text">[翻译]Pro C# 2008 and the .NET 3.5 Platform, Fourth Edition 第二十四章 LINQ API编程（三） </title><summary type="text">LINQ是一种允许程序员创建能应用于多种数据存储(例如,数组，集合，数据库，XML文档等)的强类型查询表达式编程模型。尽管你常常使用相同的查询操作符而不必考虑LINQ查询的目标对象，LINQ to ADO.NET API提供额外的类和底层框架来集成LINQ和数据库。</summary><published>2008-09-14T03:31:00Z</published><updated>2008-09-14T03:31:00Z</updated><author><name>greater</name><uri>http://www.cnblogs.com/greater/</uri></author><link rel="alternate" href="http://www.cnblogs.com/greater/archive/2008/09/14/1290760.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/greater/archive/2008/09/14/1290760.html"/></entry><entry><id>http://www.cnblogs.com/greater/archive/2008/09/03/1283300.html</id><title type="text">[翻译]Pro C# 2008 and the .NET 3.5 Platform, Fourth Edition 第二十四章 LINQ API编程（二） </title><summary type="text">LINQ是一种允许程序员创建能应用于多种数据存储(例如,数组，集合，数据库，XML文档等)的强类型查询表达式编程模型。尽管你常常使用相同的查询操作符而不必考虑LINQ查询的目标对象，LINQ to ADO.NET API提供额外的类和底层框架来集成LINQ和数据库。 </summary><published>2008-09-03T11:19:00Z</published><updated>2008-09-03T11:19:00Z</updated><author><name>greater</name><uri>http://www.cnblogs.com/greater/</uri></author><link rel="alternate" href="http://www.cnblogs.com/greater/archive/2008/09/03/1283300.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/greater/archive/2008/09/03/1283300.html"/></entry><entry><id>http://www.cnblogs.com/greater/archive/2008/08/25/1275485.html</id><title type="text">[翻译]Pro C# 2008 and the .NET 3.5 Platform, Fourth Edition 第二十四章 LINQ API编程（一）</title><summary type="text">LINQ是一种允许程序员创建能应用于多种数据存储(例如,数组，集合，数据库，XML文档等)的强类型查询表达式编程模型。尽管你常常使用相同的查询操作符而不必考虑LINQ查询的目标对象，LINQ to ADO.NET API提供额外的类和底层框架来集成LINQ和数据库。</summary><published>2008-08-25T01:50:00Z</published><updated>2008-08-25T01:50:00Z</updated><author><name>greater</name><uri>http://www.cnblogs.com/greater/</uri></author><link rel="alternate" href="http://www.cnblogs.com/greater/archive/2008/08/25/1275485.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/greater/archive/2008/08/25/1275485.html"/></entry><entry><id>http://www.cnblogs.com/greater/archive/2008/07/31/1257192.html</id><title type="text">迷人舞步</title><summary type="text">公元2033年8月8日晴，暑假已经过了大半，宿舍里空无一人，无所事事的韦伯刚刚从朋友那里收到了一个虚拟合成器并植入了他的PDA中。由于PDA中的Windows Mobile是最新的phenix版,所以能够用声像粒子还原技术把无线网络一端的人还原出来。尽管是影像信息，但却通过神经传感让双方可以虚拟接触。出于好奇，韦伯登陆了phenix社区的街舞雷池</summary><published>2008-07-31T05:06:00Z</published><updated>2008-07-31T05:06:00Z</updated><author><name>greater</name><uri>http://www.cnblogs.com/greater/</uri></author><link rel="alternate" href="http://www.cnblogs.com/greater/archive/2008/07/31/1257192.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/greater/archive/2008/07/31/1257192.html"/></entry><entry><id>http://www.cnblogs.com/greater/archive/2008/07/25/1251776.html</id><title type="text">难译的英文单词</title><summary type="text">在翻译文章的过程中，我们会遇到很多看似简单却难以转为中文的单词和短语。这里把遇到的一些贴出来以便查询！（不断更新中）欢迎大家补充！general-purpose 多方面的, 多种用途的interoperability 互用性, 协同工作的能力purist 纯化论者literally 差不多, 简直de facto 事实上（的）；实际上（的）cornerstone 基础；要件；要素succinct ...</summary><published>2008-07-25T15:14:00Z</published><updated>2008-07-25T15:14:00Z</updated><author><name>greater</name><uri>http://www.cnblogs.com/greater/</uri></author><link rel="alternate" href="http://www.cnblogs.com/greater/archive/2008/07/25/1251776.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/greater/archive/2008/07/25/1251776.html"/></entry><entry><id>http://www.cnblogs.com/greater/archive/2008/07/18/1246306.html</id><title type="text">Linq 之Expression Tree再思考</title><summary type="text">LINQ当中有诸多重要的组成部分，如Linq To Object、Linq To SQL和Linq To XML等等，其中一个非常基础而且实用的就是Expression Tree部分，其中动态查询是一个方面。从其命名空间到操作方式都为Linq的应用提供了有力的支持，也许在往后的更新中Expression Tree会为编程带来更为强大的优势。</summary><published>2008-07-18T12:45:00Z</published><updated>2008-07-18T12:45:00Z</updated><author><name>greater</name><uri>http://www.cnblogs.com/greater/</uri></author><link rel="alternate" href="http://www.cnblogs.com/greater/archive/2008/07/18/1246306.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/greater/archive/2008/07/18/1246306.html"/></entry><entry><id>http://www.cnblogs.com/greater/archive/2008/07/11/1240764.html</id><title type="text">VS2008代码段快捷方式小记</title><summary type="text">微软的IDE为程序员提供了很多的方便而之前就看到过园子里的朋友发过关于代码段(Snippet)的文章，最后会列举一些，这里花点时间把除了VAssist X之外的，微软VS2008自带的代码段快捷方式贴一下，希望有用。按字母顺序：特殊字符[代码]A~J[代码]L~Z[代码]相关文章:http://www.cnblogs.com/shanyou/archive/2007/11/20/965024.ht...</summary><published>2008-07-11T06:35:00Z</published><updated>2008-07-11T06:35:00Z</updated><author><name>greater</name><uri>http://www.cnblogs.com/greater/</uri></author><link rel="alternate" href="http://www.cnblogs.com/greater/archive/2008/07/11/1240764.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/greater/archive/2008/07/11/1240764.html"/></entry></feed>
