<?xml version="1.0" encoding="utf-8"?><feed xmlns="http://www.w3.org/2005/Atom"><title type="text">博客园_蓝精灵的大草原</title><subtitle type="text"/><id>http://feed.cnblogs.com/blog/u/34595/rss</id><updated>2010-01-21T06:06:49Z</updated><author><name>蓝色的风之精灵</name><uri>http://www.cnblogs.com/lersh/</uri></author><generator>CNBlogs BlogServer</generator><link rel="alternate" type="text/html" href="http://www.cnblogs.com/lersh/"/><link rel="self" type="application/atom+xml" href="http://feed.cnblogs.com/blog/u/34595/rss"/><entry><id>http://www.cnblogs.com/lersh/archive/2009/06/10/1500685.html</id><title type="text">ASP.NET MV框架下使用ajax上传要注意的一个问题</title><summary type="text">如果你的Controller是返回一个json的话，比如：return Json(new {result=true});在使用jquery上传文件，比如jquery.form、ajaxuploader、ajaxfileupload插件时，上传成功后，会变成下载文件。这时请将：return Json(new {result=true});改成：return Json(new {result=true...</summary><published>2009-06-10T09:32:00Z</published><updated>2009-06-10T09:32:00Z</updated><author><name>蓝色的风之精灵</name><uri>http://www.cnblogs.com/lersh/</uri></author><link rel="alternate" href="http://www.cnblogs.com/lersh/archive/2009/06/10/1500685.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/lersh/archive/2009/06/10/1500685.html"/></entry><entry><id>http://www.cnblogs.com/lersh/archive/2009/06/03/1495333.html</id><title type="text">IE7的一个边界BUG</title><summary type="text">昨天刚刚发现的。我做了个页面，文字输入框用的是背景图上的文字框，因此想让input不显示边框后和底图上的文字框对齐。本来很简单的事情，算一下左边距，css里写一下就OK了。事实上我用IE6,IE8,Fx,Chrome看了一下都没问题。就收工了。但回家用IE7一看，傻眼了。整个就乱了。于是跑回公司，用IE8的兼容模式一看，也是乱的。最后发现乱的原因是input框和form之间有一段距离，我试着调了f...</summary><published>2009-06-03T06:26:00Z</published><updated>2009-06-03T06:26:00Z</updated><author><name>蓝色的风之精灵</name><uri>http://www.cnblogs.com/lersh/</uri></author><link rel="alternate" href="http://www.cnblogs.com/lersh/archive/2009/06/03/1495333.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/lersh/archive/2009/06/03/1495333.html"/></entry><entry><id>http://www.cnblogs.com/lersh/archive/2009/06/03/1495087.html</id><title type="text">Entity Framework的默认值BUG解决方法</title><summary type="text">前几天常使用.Net 3.5里的Entity Framework做个网站的时候，发现了一个问题：添加记录时，对于DateTime型的数据，无法使用数据库的默认值。虽然不是什么严重的问题，但牛脾气上来了 ，就行解决这个问题。具体的情况是这样的，我的数据库有个Users表，三个字段，id，username,createtime。id是int型，自增长，主键username是nvchar(10)型，不允...</summary><published>2009-06-03T01:41:00Z</published><updated>2009-06-03T01:41:00Z</updated><author><name>蓝色的风之精灵</name><uri>http://www.cnblogs.com/lersh/</uri></author><link rel="alternate" href="http://www.cnblogs.com/lersh/archive/2009/06/03/1495087.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/lersh/archive/2009/06/03/1495087.html"/></entry><entry><id>http://www.cnblogs.com/lersh/archive/2008/07/22/1248798.html</id><title type="text">再次尝试WLW</title><summary type="text">试试看Windows Live Writer的图片上传 Technorati 标签: Windows Live Writer,WLW</summary><published>2008-07-22T08:10:00Z</published><updated>2008-07-22T08:10:00Z</updated><author><name>蓝色的风之精灵</name><uri>http://www.cnblogs.com/lersh/</uri></author><link rel="alternate" href="http://www.cnblogs.com/lersh/archive/2008/07/22/1248798.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/lersh/archive/2008/07/22/1248798.html"/></entry><entry><id>http://www.cnblogs.com/lersh/archive/2008/07/22/1248713.html</id><title type="text">什么是ColorMatrix</title><summary type="text">ColorMatrix（色彩矩阵），是GDI+里用来调整图片色彩的矩阵。 什么是矩阵，说白了就是C#里的二维数组。 那么这个矩阵调整色彩的原理是什么，他是怎么来调整色彩的呢？这个要从线性代数里的矩阵相乘说起。 以下段落学过线性代数的读者可以跳过，这里我用自己的理解来描述下矩阵相乘的算法和结果。 在线性代数里，两个矩阵相乘，是这样计算的： A矩阵乘以B矩阵，那么新生成一个矩阵C，C的第N行M列的元素...</summary><published>2008-07-22T06:50:00Z</published><updated>2008-07-22T06:50:00Z</updated><author><name>蓝色的风之精灵</name><uri>http://www.cnblogs.com/lersh/</uri></author><link rel="alternate" href="http://www.cnblogs.com/lersh/archive/2008/07/22/1248713.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/lersh/archive/2008/07/22/1248713.html"/></entry><entry><id>http://www.cnblogs.com/lersh/archive/2008/07/09/1238799.html</id><title type="text">比IE准确率更高的自动字符集检测类 UniversalCharDet</title><summary type="text">这个世界上有很多种语言，为了在计算机上能表现这些语言，各个国家在UTF-8出现前都制订了各自不同的字符编码标准。各自并不兼容。直到UTF-8出现才算是有了个统一的编码标准（现在发现UTF-8也不能包括世界上所有文字），但是老标准还是在各自沿用。比如中国，GB2312的网页还是很多的^_^ 那么怎么识别一个网页用的是什么编码呢？ 一是网页或服务器直接报告浏览器，这个页面用的是什么编码。比如HTTP头...</summary><published>2008-07-09T04:25:00Z</published><updated>2008-07-09T04:25:00Z</updated><author><name>蓝色的风之精灵</name><uri>http://www.cnblogs.com/lersh/</uri></author><link rel="alternate" href="http://www.cnblogs.com/lersh/archive/2008/07/09/1238799.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/lersh/archive/2008/07/09/1238799.html"/></entry><entry><id>http://www.cnblogs.com/lersh/archive/2008/05/07/1187387.html</id><title type="text">被腾讯玩死了</title><summary type="text">这该死的群贴图接收问题，早上好好的，中午就不行了。  修正了后，中午早上好了，下午又不行了&amp;#8230;&amp;#8230;  这叫什么事啊</summary><published>2008-05-07T12:51:00Z</published><updated>2008-05-07T12:51:00Z</updated><author><name>蓝色的风之精灵</name><uri>http://www.cnblogs.com/lersh/</uri></author><link rel="alternate" href="http://www.cnblogs.com/lersh/archive/2008/05/07/1187387.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/lersh/archive/2008/05/07/1187387.html"/></entry><entry><id>http://www.cnblogs.com/lersh/archive/2008/05/06/1185473.html</id><title type="text">让LumaQQ.NET支持接收群自定义表情和贴图</title><summary type="text">&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160; 不知道这个功能有多少人期待，反正我是很想要这个功能的，因为看着群里人说话贴表情，自己看不见是很郁闷的事情。狠狠心找来LumaQQ的Java代码，自己一点点翻译成C#的加了进去。呵呵，在这里感谢Luma前辈和阿不同学的辛勤劳动，没有他们这个功能也出不来。  &amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160...</summary><published>2008-05-06T09:30:00Z</published><updated>2008-05-06T09:30:00Z</updated><author><name>蓝色的风之精灵</name><uri>http://www.cnblogs.com/lersh/</uri></author><link rel="alternate" href="http://www.cnblogs.com/lersh/archive/2008/05/06/1185473.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/lersh/archive/2008/05/06/1185473.html"/></entry><entry><id>http://www.cnblogs.com/lersh/archive/2008/05/03/1180120.html</id><title type="text">QQ的群消息关键字屏蔽</title><summary type="text">&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160; 之前我写了一篇关于怎么在LumaQQ.NET里发送超长群消息的文章，经过自己的试验，是成功的。  &amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160; 但是之后我在实际应用中，发现有一段消息怎么也发送不出去，我觉得很奇怪，难道是我的程序有问题？  &amp;#160;&amp;#160;&amp;#160...</summary><published>2008-05-03T02:34:00Z</published><updated>2008-05-03T02:34:00Z</updated><author><name>蓝色的风之精灵</name><uri>http://www.cnblogs.com/lersh/</uri></author><link rel="alternate" href="http://www.cnblogs.com/lersh/archive/2008/05/03/1180120.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/lersh/archive/2008/05/03/1180120.html"/></entry><entry><id>http://www.cnblogs.com/lersh/archive/2008/04/29/1176404.html</id><title type="text">再来说说LumaQQ.NET怎么发群消息</title><summary type="text">&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160; QQ群有两个ID，内部ID和外部ID。外部ID就是我们平时常见的ID，搜索啊，查看啊，都是这个ID。  &amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160; 而内部ID就不常见了，应该说用QQ的人是从来不知道还有这个ID的。但是，这个ID是这篇文章的重点。因为发群信息必须用到这个I...</summary><published>2008-04-29T08:21:00Z</published><updated>2008-04-29T08:21:00Z</updated><author><name>蓝色的风之精灵</name><uri>http://www.cnblogs.com/lersh/</uri></author><link rel="alternate" href="http://www.cnblogs.com/lersh/archive/2008/04/29/1176404.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/lersh/archive/2008/04/29/1176404.html"/></entry></feed>
