<?xml version="1.0" encoding="utf-8"?><feed xmlns="http://www.w3.org/2005/Atom"><title type="text">博客园_adamxx</title><subtitle type="text">天下事,法无定法,然后知非法法之世间人,尤了未了,何妨以不了了之</subtitle><id>http://feed.cnblogs.com/blog/u/25648/rss</id><updated>2008-06-11T04:07:27Z</updated><author><name>adamxx</name><uri>http://www.cnblogs.com/adamxx/</uri></author><generator>CNBlogs BlogServer</generator><link rel="alternate" type="text/html" href="http://www.cnblogs.com/adamxx/"/><link rel="self" type="application/atom+xml" href="http://feed.cnblogs.com/blog/u/25648/rss"/><entry><id>http://www.cnblogs.com/adamxx/archive/2008/06/11/1216850.html</id><title type="text">献给苏苏的梦呓</title><summary type="text">第一幕:&#xD;&#xD;她是我的高中同学!&#xD;传说我是她的初恋!&#xD;&#xD;话说8年前:&#xD;对面:清纯的脸&#xD;这边:连哄带骗</summary><published>2008-06-11T04:07:00Z</published><updated>2008-06-11T04:07:00Z</updated><author><name>adamxx</name><uri>http://www.cnblogs.com/adamxx/</uri></author><link rel="alternate" href="http://www.cnblogs.com/adamxx/archive/2008/06/11/1216850.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/adamxx/archive/2008/06/11/1216850.html"/></entry><entry><id>http://www.cnblogs.com/adamxx/archive/2008/02/29/1086658.html</id><title type="text">奋斗</title><summary type="text"/><published>2008-02-29T13:56:00Z</published><updated>2008-02-29T13:56:00Z</updated><author><name>adamxx</name><uri>http://www.cnblogs.com/adamxx/</uri></author><link rel="alternate" href="http://www.cnblogs.com/adamxx/archive/2008/02/29/1086658.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/adamxx/archive/2008/02/29/1086658.html"/></entry><entry><id>http://www.cnblogs.com/adamxx/archive/2008/01/14/1038040.html</id><title type="text">[转]Linq 解爱因斯坦迷题</title><summary type="text">原文地址:http://www.cnblogs.com/foundation/archive/2008/01/14/1037907.html&#xD;&#xD;据说是爱因斯坦迷题,不知是真是假，不过这道集合运算的题还是挺有意思的，比一般的[谁是凶手]的题多了集合项之间的关系&#xD;用linq的集合运算符，不用if、for等控制流语句解一下这道题.&#xD;&#xD;本题的解题方式用的是工作流处理问题的方式&#xD;将事项分为阶段（也叫状态），每个阶段按一定顺连接，每个阶段内由处理该阶段问题的一组业务结点组成，业务结点的添加或移除不影响处理问题的架构&#xD;还有，业务结点最好是真正真实业务的映射，最好不要出现&#xD;</summary><published>2008-01-14T04:28:00Z</published><updated>2008-01-14T04:28:00Z</updated><author><name>adamxx</name><uri>http://www.cnblogs.com/adamxx/</uri></author><link rel="alternate" href="http://www.cnblogs.com/adamxx/archive/2008/01/14/1038040.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/adamxx/archive/2008/01/14/1038040.html"/></entry><entry><id>http://www.cnblogs.com/adamxx/archive/2008/01/11/1034860.html</id><title type="text">在自定义Sharepoint Webpart中使用Linq的问题</title><summary type="text">今天我们将一个Web Application迁移到Moss上,在这个过程中出现了很多的问题除开一些基本的问题以外,Linq在Moss上也会导致一些问题,记录如下:数据库:字段AutoPassowrdSync数据类型bit ,允许空.在Linq tosql后,数据类型为 bool?,也就是Nullable&amp;lt;bool&amp;gt;测试发现,在MOSS上,到遇到类似这种Nullable&amp;lt;bool&amp;...</summary><published>2008-01-11T02:49:00Z</published><updated>2008-01-11T02:49:00Z</updated><author><name>adamxx</name><uri>http://www.cnblogs.com/adamxx/</uri></author><link rel="alternate" href="http://www.cnblogs.com/adamxx/archive/2008/01/11/1034860.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/adamxx/archive/2008/01/11/1034860.html"/></entry><entry><id>http://www.cnblogs.com/adamxx/archive/2008/01/10/1034006.html</id><title type="text">Silverlight 自定义光标 Custom Cursor</title><summary type="text">Silverlight 自定义光标 Custom Cursor其实很简单,将在Load的时候将光标设置为none值,在前台随便画一个东西,鼠标移动的时候跟随就行&amp;lt;RectangleWidth="20"Height="20"x:Name="cursor"&amp;gt;&amp;lt;Rectangle.Triggers&amp;gt;&amp;lt;EventTriggerRoutedEvent="Canvas.Loade...</summary><published>2008-01-10T09:36:00Z</published><updated>2008-01-10T09:36:00Z</updated><author><name>adamxx</name><uri>http://www.cnblogs.com/adamxx/</uri></author><link rel="alternate" href="http://www.cnblogs.com/adamxx/archive/2008/01/10/1034006.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/adamxx/archive/2008/01/10/1034006.html"/></entry><entry><id>http://www.cnblogs.com/adamxx/archive/2008/01/10/1033161.html</id><title type="text">根据浏览器的大小,自动调整Silverlight的大小</title><summary type="text">根据浏览器的大小,自动调整Silverlight的大小在Page_Load方法中添加BrowserHost.Resize+=newEventHandler(BrowserHost_Resize);Resize事件处理:voidBrowserHost_Resize(objectsender,EventArgse){doublexscale=BrowserHost.ActualWidth/this.W...</summary><published>2008-01-10T02:49:00Z</published><updated>2008-01-10T02:49:00Z</updated><author><name>adamxx</name><uri>http://www.cnblogs.com/adamxx/</uri></author><link rel="alternate" href="http://www.cnblogs.com/adamxx/archive/2008/01/10/1033161.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/adamxx/archive/2008/01/10/1033161.html"/></entry><entry><id>http://www.cnblogs.com/adamxx/archive/2008/01/09/1032341.html</id><title type="text">Silerlight 3D Demo</title><summary type="text">Silverlight在微软的产品特性中是没有3D功能的，但是开源社区的力量是强大的，现在有一个开源项目来实现这个功能，项目名称叫做Balderhttp://www.codeplex.com/Balder 是1.0的框架,可以下载他的一个demo的代码,由javascript写的3d核心,看起来还是不是很爽下面看到的这个3D demo是由1.1改写后的,用C#编写的3D核心.在Silverligh...</summary><published>2008-01-09T09:34:00Z</published><updated>2008-01-09T09:34:00Z</updated><author><name>adamxx</name><uri>http://www.cnblogs.com/adamxx/</uri></author><link rel="alternate" href="http://www.cnblogs.com/adamxx/archive/2008/01/09/1032341.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/adamxx/archive/2008/01/09/1032341.html"/></entry><entry><id>http://www.cnblogs.com/adamxx/archive/2008/01/09/1031863.html</id><title type="text">Silverlight全浏览器显示</title><summary type="text">很多人问该怎么做在TestPage.html.js里面修改createSilverlight 函数主要修改properties: {width: "100%",height: "100%",version: "1.1",enableHtmlAccess: "true"},将width和height改为100%即可.但如此改动后也不是完全填满整个浏览器,silverlightHost还留有些边距这里...</summary><published>2008-01-09T06:14:00Z</published><updated>2008-01-09T06:14:00Z</updated><author><name>adamxx</name><uri>http://www.cnblogs.com/adamxx/</uri></author><link rel="alternate" href="http://www.cnblogs.com/adamxx/archive/2008/01/09/1031863.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/adamxx/archive/2008/01/09/1031863.html"/></entry><entry><id>http://www.cnblogs.com/adamxx/archive/2008/01/08/1030151.html</id><title type="text">Silverlight Logo</title><summary type="text"/><published>2008-01-08T04:06:00Z</published><updated>2008-01-08T04:06:00Z</updated><author><name>adamxx</name><uri>http://www.cnblogs.com/adamxx/</uri></author><link rel="alternate" href="http://www.cnblogs.com/adamxx/archive/2008/01/08/1030151.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/adamxx/archive/2008/01/08/1030151.html"/></entry><entry><id>http://www.cnblogs.com/adamxx/archive/2008/01/08/1030146.html</id><title type="text">[转]Silverlight3D模型能力之三 </title><summary type="text">原文地址 http://blog.csdn.net/dotfun/archive/2007/12/21/1957140.aspx&#xD;&#xD;使Silverlight显示3D动画的第三种方式是使用ZAM3D Tools! 它是一个基于XAML的3D Tool，以下是关于ZAM 3D的介绍（引用）：&#xD;&#xD;Electric Rain ZAM 3D™ is a full-featured 3D modeling application that enables easy creation, customization and animation of 3D interface elements for “Avalon” based applications. Once a 3D scene is created, ZAM 3D automatically generates the XAML (eXtensible Application Markup Language) markup necessary to covert the 3D elements into an</summary><published>2008-01-08T04:03:00Z</published><updated>2008-01-08T04:03:00Z</updated><author><name>adamxx</name><uri>http://www.cnblogs.com/adamxx/</uri></author><link rel="alternate" href="http://www.cnblogs.com/adamxx/archive/2008/01/08/1030146.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/adamxx/archive/2008/01/08/1030146.html"/></entry></feed>
