<?xml version="1.0" encoding="utf-8"?><feed xmlns="http://www.w3.org/2005/Atom"><title type="text">博客园_Aowind</title><subtitle type="text"/><id>http://feed.cnblogs.com/blog/u/9457/rss</id><updated>2012-01-29T06:01:25Z</updated><author><name>Aowind</name><uri>http://www.cnblogs.com/aowind/</uri></author><generator>feed.cnblogs.com</generator><link rel="alternate" type="text/html" href="http://www.cnblogs.com/aowind/"/><link rel="self" type="application/atom+xml" href="http://feed.cnblogs.com/blog/u/9457/rss"/><entry><id>http://www.cnblogs.com/aowind/archive/2010/06/11/1756490.html</id><title type="text">好久没有写随笔了，记录个旋转算法。</title><summary type="text">这两天做小地图导航，弄的头痛。总算完成了。还是在JS里完成的。这里记算一下一个用到的坐标旋转算法。x,y为旋转前的坐标。r为要旋转的角度，正数为逆时针方向。原点坐标为0，0 x1,y1为旋转后得到的新坐标。x1=x*cos(r)+y*sin(r)y1=y*cos(r)-x*sin(r)这个很有用，特别在处理坐标方向转换时！</summary><published>2010-06-11T08:52:00Z</published><updated>2010-06-11T08:52:00Z</updated><author><name>Aowind</name><uri>http://www.cnblogs.com/aowind/</uri></author><link rel="alternate" href="http://www.cnblogs.com/aowind/archive/2010/06/11/1756490.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/aowind/archive/2010/06/11/1756490.html"/><content type="html">&lt;p&gt;这两天做小地图导航，弄的头痛。总算完成了。还是在JS里完成的。&lt;/p&gt;&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;这里记算一下一个用到的坐标旋转算法。&lt;/p&gt;&lt;p&gt;x,y为旋转前的坐标。r为要旋转的角度，正数为逆时针方向。原点坐标为0，0 &lt;/p&gt;&lt;p&gt;x1,y1为旋转后得到的新坐标。&lt;/p&gt;&lt;p&gt;x1=x*cos(r)+y*sin(r)&lt;br /&gt;y1=y*cos(r)-x*sin(r)&lt;/p&gt;&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;这个很有用，特别在处理坐标方向转换时！&lt;/p&gt;&lt;img src="http://www.cnblogs.com/aowind/aggbug/1756490.html?type=1" width="1" height="1" alt=""/&gt;&lt;p&gt;&lt;a href="http://www.cnblogs.com/aowind/archive/2010/06/11/1756490.html" target="_blank"&gt;本文链接&lt;/a&gt;&lt;/p&gt;</content></entry><entry><id>http://www.cnblogs.com/aowind/archive/2010/03/09/androidG1.html</id><title type="text">我的G1，1.6固件，用起来越来越感觉不错了</title><summary type="text">android G1 我的手机图片</summary><published>2010-03-09T05:46:00Z</published><updated>2010-03-09T05:46:00Z</updated><author><name>Aowind</name><uri>http://www.cnblogs.com/aowind/</uri></author><link rel="alternate" href="http://www.cnblogs.com/aowind/archive/2010/03/09/androidG1.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/aowind/archive/2010/03/09/androidG1.html"/><content type="text">android G1 我的手机图片</content></entry><entry><id>http://www.cnblogs.com/aowind/archive/2010/03/03/1677144.html</id><title type="text">从中国为什么叫China想开去了</title><summary type="text">不管是早到古印度梵语，还是秦的读音，还是瓷器，都离不开CIN这三个字母的组合。</summary><published>2010-03-03T05:16:00Z</published><updated>2010-03-03T05:16:00Z</updated><author><name>Aowind</name><uri>http://www.cnblogs.com/aowind/</uri></author><link rel="alternate" href="http://www.cnblogs.com/aowind/archive/2010/03/03/1677144.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/aowind/archive/2010/03/03/1677144.html"/><content type="text">不管是早到古印度梵语，还是秦的读音，还是瓷器，都离不开CIN这三个字母的组合。</content></entry><entry><id>http://www.cnblogs.com/aowind/archive/2010/01/14/1647818.html</id><title type="text">JSON定义AS项目界面</title><summary type="text">定义整个界面的JSON数据如下{div:{style:{width:400,height:200,bgcolor:0xa4c5f7},text:{cont:"标题",style:{top:10,left:10,width:100;height:20,font-color:0x000000,font-size:14,border:1,bgcolor:0xFFFF00}},text:{cont:"这里...</summary><published>2010-01-14T07:51:00Z</published><updated>2010-01-14T07:51:00Z</updated><author><name>Aowind</name><uri>http://www.cnblogs.com/aowind/</uri></author><link rel="alternate" href="http://www.cnblogs.com/aowind/archive/2010/01/14/1647818.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/aowind/archive/2010/01/14/1647818.html"/><content type="text">定义整个界面的JSON数据如下{div:{style:{width:400,height:200,bgcolor:0xa4c5f7},text:{cont:"标题",style:{top:10,left:10,width:100;height:20,font-color:0x000000,font-size:14,border:1,bgcolor:0xFFFF00}},text:{cont:"这里...</content></entry><entry><id>http://www.cnblogs.com/aowind/archive/2009/12/18/1626938.html</id><title type="text">[转]将数据库表存入内存中，随时调用</title><summary type="text">注意，支持使用Sql语句和只使用表把，把数据库中的表加载到内存。注意，这里的内存是不会释放的。所以此组件是支持在asp.net服务器上使用的。从内存中取出来的表，是由你自定的。数据放置入内存之中,以HashTable对象为存贮对象。提取出来的数据为DataTable对象。也可只得到DataTable表中的一个值，如果你想要DataSet，也可以相互转换。详细使用请使看注解。  &amp;#16...</summary><published>2009-12-18T02:35:00Z</published><updated>2009-12-18T02:35:00Z</updated><author><name>Aowind</name><uri>http://www.cnblogs.com/aowind/</uri></author><link rel="alternate" href="http://www.cnblogs.com/aowind/archive/2009/12/18/1626938.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/aowind/archive/2009/12/18/1626938.html"/><content type="text">注意，支持使用Sql语句和只使用表把，把数据库中的表加载到内存。注意，这里的内存是不会释放的。所以此组件是支持在asp.net服务器上使用的。从内存中取出来的表，是由你自定的。数据放置入内存之中,以HashTable对象为存贮对象。提取出来的数据为DataTable对象。也可只得到DataTable表中的一个值，如果你想要DataSet，也可以相互转换。详细使用请使看注解。  &amp;#16...</content></entry><entry><id>http://www.cnblogs.com/aowind/archive/2009/12/18/1626896.html</id><title type="text">［转］asp.net中对DataTable数据进行排序、检索、合并、分页、统计</title><summary type="text">asp.net中对DataTable数据进行排序、检索、合并、分页、统计 一、排序1 获取DataTable的默认视图2 对视图设置排序表达式3 用排序后的视图导出的新DataTable替换就DataTable(Asc升序可省略，多列排序用"，"隔开) DataView dv = dt.DefaultView; dv.Sort = "id Asc,name Desc";dt = dv.ToTabl...</summary><published>2009-12-18T02:09:00Z</published><updated>2009-12-18T02:09:00Z</updated><author><name>Aowind</name><uri>http://www.cnblogs.com/aowind/</uri></author><link rel="alternate" href="http://www.cnblogs.com/aowind/archive/2009/12/18/1626896.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/aowind/archive/2009/12/18/1626896.html"/><content type="text">asp.net中对DataTable数据进行排序、检索、合并、分页、统计 一、排序1 获取DataTable的默认视图2 对视图设置排序表达式3 用排序后的视图导出的新DataTable替换就DataTable(Asc升序可省略，多列排序用"，"隔开) DataView dv = dt.DefaultView; dv.Sort = "id Asc,name Desc";dt = dv.ToTabl...</content></entry><entry><id>http://www.cnblogs.com/aowind/archive/2009/02/04/1383784.html</id><title type="text">AjaxPro快速入门</title><summary type="text">因为我不可能写很大段使用文档，所以在这文章里只是告诉大家如何上手使用AjaxPro：</summary><published>2009-02-04T04:41:00Z</published><updated>2009-02-04T04:41:00Z</updated><author><name>Aowind</name><uri>http://www.cnblogs.com/aowind/</uri></author><link rel="alternate" href="http://www.cnblogs.com/aowind/archive/2009/02/04/1383784.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/aowind/archive/2009/02/04/1383784.html"/><content type="text">因为我不可能写很大段使用文档，所以在这文章里只是告诉大家如何上手使用AjaxPro：</content></entry><entry><id>http://www.cnblogs.com/aowind/archive/2008/11/25/1340591.html</id><title type="text">最近的工作</title><summary type="text">现在发现，不管是asp,asp.net都能实现同样的东西，也不存在什么快速开发的，关键在设计思和架构上，更重要的是，自己的东西要是自己完全撑握的，老用一些快捷的控件或模块，里面是怎么运作的都没搞清楚的话，自己做的东西都会有一种撑控不住的感觉，更不用说随心所欲了。</summary><published>2008-11-25T05:19:00Z</published><updated>2008-11-25T05:19:00Z</updated><author><name>Aowind</name><uri>http://www.cnblogs.com/aowind/</uri></author><link rel="alternate" href="http://www.cnblogs.com/aowind/archive/2008/11/25/1340591.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/aowind/archive/2008/11/25/1340591.html"/><content type="text">现在发现，不管是asp,asp.net都能实现同样的东西，也不存在什么快速开发的，关键在设计思和架构上，更重要的是，自己的东西要是自己完全撑握的，老用一些快捷的控件或模块，里面是怎么运作的都没搞清楚的话，自己做的东西都会有一种撑控不住的感觉，更不用说随心所欲了。</content></entry><entry><id>http://www.cnblogs.com/aowind/archive/2008/11/13/1332860.html</id><title type="text">光阴真的是贱（似箭），一不小心就又过一年了</title><summary type="text">又过一年了，从重庆转到了杭州突然发现杭州更适合我我开始有点喜欢这里了慢慢的习惯了接下来要做的事就是努力了嗯，不能让这个BLOG荒了以后会开始更新了</summary><published>2008-11-13T07:47:00Z</published><updated>2008-11-13T07:47:00Z</updated><author><name>Aowind</name><uri>http://www.cnblogs.com/aowind/</uri></author><link rel="alternate" href="http://www.cnblogs.com/aowind/archive/2008/11/13/1332860.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/aowind/archive/2008/11/13/1332860.html"/><content type="text">又过一年了，从重庆转到了杭州突然发现杭州更适合我我开始有点喜欢这里了慢慢的习惯了接下来要做的事就是努力了嗯，不能让这个BLOG荒了以后会开始更新了</content></entry><entry><id>http://www.cnblogs.com/aowind/archive/2007/03/20/680617.html</id><title type="text">简单的无框架Ajax应用</title><summary type="text">其实Ajax自己写的更方便</summary><published>2007-03-20T01:14:00Z</published><updated>2007-03-20T01:14:00Z</updated><author><name>Aowind</name><uri>http://www.cnblogs.com/aowind/</uri></author><link rel="alternate" href="http://www.cnblogs.com/aowind/archive/2007/03/20/680617.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/aowind/archive/2007/03/20/680617.html"/><content type="text">其实Ajax自己写的更方便</content></entry></feed>
