<?xml version="1.0" encoding="utf-8"?><feed xmlns="http://www.w3.org/2005/Atom"><title type="text">博客园_HyperLogic</title><subtitle type="text">HyperDimension</subtitle><id>http://feed.cnblogs.com/blog/u/38160/rss</id><updated>2011-09-05T12:54:42Z</updated><author><name>BeautyLogic</name><uri>http://www.cnblogs.com/CnBlogFounder/</uri></author><generator>CNBlogs BlogServer</generator><link rel="alternate" type="text/html" href="http://www.cnblogs.com/CnBlogFounder/"/><link rel="self" type="application/atom+xml" href="http://feed.cnblogs.com/blog/u/38160/rss"/><entry><id>http://www.cnblogs.com/CnBlogFounder/archive/2009/02/21/1395560.html</id><title type="text">Everything搜索技巧</title><summary type="text">高效搜索之&amp;ldquo;与&amp;rdquo;&amp;ldquo;或&amp;rdquo;技巧：在Everything的搜索框中可以输入多个关键词，以空格分开，表示搜索结果要包括全部关键词。大家肯定对这种做法不会陌生，因为它正是搜索引擎的惯例。举例：键入（不包括引号，下同）&amp;ldquo;李白 北京 08 jpg&amp;rdquo;，可以快速找出某些照片。技巧：对应&amp;ldquo;与&amp;rdquo;的还有&amp;ldquo;或&amp;rdq...</summary><published>2009-02-21T12:53:00Z</published><updated>2009-02-21T12:53:00Z</updated><author><name>BeautyLogic</name><uri>http://www.cnblogs.com/CnBlogFounder/</uri></author><link rel="alternate" href="http://www.cnblogs.com/CnBlogFounder/archive/2009/02/21/1395560.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/CnBlogFounder/archive/2009/02/21/1395560.html"/></entry><entry><id>http://www.cnblogs.com/CnBlogFounder/archive/2009/01/12/1373975.html</id><title type="text">Server.MapPath()</title><summary type="text">老是忘记Server.MapPath的使用方法了，下面记录一下，以备后用：总注：Server.MapPath获得的路径都是服务器上的物理路径，也就是常说的绝对路径1、Server.MapPath("/")注：获得应用程序根目录所在的位置，如 C:\Inetpub\wwwroot\。2、Server.MapPath("./")注：获得所在页面的当前目录，等价于Server.MapPath("")。3...</summary><published>2009-01-12T01:41:00Z</published><updated>2009-01-12T01:41:00Z</updated><author><name>BeautyLogic</name><uri>http://www.cnblogs.com/CnBlogFounder/</uri></author><link rel="alternate" href="http://www.cnblogs.com/CnBlogFounder/archive/2009/01/12/1373975.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/CnBlogFounder/archive/2009/01/12/1373975.html"/></entry><entry><id>http://www.cnblogs.com/CnBlogFounder/archive/2008/12/21/1359288.html</id><title type="text">marquee用法的详细解释</title><summary type="text">前阵子要做无间断滚动，找了很久终于找到了阿米的眼泪写的方法，经raidl完善后非常好用，不敢藏私，拿出来和大家分享一下。当时是另存的，忘了原来的网址是什么了。下面介绍marquee 的终极用法。先看下 marquee 的html 属性&amp;lt;MARQUEE ALIGN="&amp;hellip;" 　　behavior="&amp;hellip;"　　BGCOLOR="&amp;hellip;"　　DIRECTION="...</summary><published>2008-12-21T07:58:00Z</published><updated>2008-12-21T07:58:00Z</updated><author><name>BeautyLogic</name><uri>http://www.cnblogs.com/CnBlogFounder/</uri></author><link rel="alternate" href="http://www.cnblogs.com/CnBlogFounder/archive/2008/12/21/1359288.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/CnBlogFounder/archive/2008/12/21/1359288.html"/></entry><entry><id>http://www.cnblogs.com/CnBlogFounder/archive/2008/12/16/1355764.html</id><title type="text">VS文件后缀名大全详解 </title><summary type="text">sln：解决方案文件，为解决方案资源管理器提供显示管理文件的图形接口所需的信息。  .csproj:项目文件，创建应用程序所需的引用、数据连接、文件夹和文件的信息。  .aspx：Web 窗体页由两部分组成：视觉元素（HTML、服务器控件和静态文本）和该页的编程逻辑。Visual Studio 将这两个组成部分分别存储在一个单独的文件中。视觉元素在.aspx 文件中创建。  .ascx：ASP.N...</summary><published>2008-12-16T01:55:00Z</published><updated>2008-12-16T01:55:00Z</updated><author><name>BeautyLogic</name><uri>http://www.cnblogs.com/CnBlogFounder/</uri></author><link rel="alternate" href="http://www.cnblogs.com/CnBlogFounder/archive/2008/12/16/1355764.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/CnBlogFounder/archive/2008/12/16/1355764.html"/></entry><entry><id>http://www.cnblogs.com/CnBlogFounder/archive/2008/12/15/1355159.html</id><title type="text">css样式之区分input是按钮还是文本框的方法</title><summary type="text">对设置样式时怎么区分input是按钮还是文本框问题的技术调查&amp;mdash;&amp;mdash;把input里面的东西剔出来当你看到&amp;lt;input&amp;gt;这个html标签的时候，你会想到什么？一个文本框？一个按钮？一个单选框？一个复选框？&amp;hellip;&amp;hellip;对，对，对，它们都对。也许你可能想不到，这个小小的input竟然可以创造出10个不同的东西，下面是个列表，看看，哪些是你没有想到的：&amp;...</summary><published>2008-12-15T02:48:00Z</published><updated>2008-12-15T02:48:00Z</updated><author><name>BeautyLogic</name><uri>http://www.cnblogs.com/CnBlogFounder/</uri></author><link rel="alternate" href="http://www.cnblogs.com/CnBlogFounder/archive/2008/12/15/1355159.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/CnBlogFounder/archive/2008/12/15/1355159.html"/></entry><entry><id>http://www.cnblogs.com/CnBlogFounder/archive/2008/10/17/1313561.html</id><title type="text">gps基础</title><summary type="text">1.什么是GPS2.GPS入门术语大全3.Gps应用基础知识4.GPS核心芯片介绍5.GPS 的热启动 冷启动和温启动问题6.常见GPS接收器采用的GPS芯片种类7.购买GPS时要知道的性能指标8.关于GPS&amp;ldquo;三代芯片&amp;rdquo;9.GPS的种类介绍10.目前常用的GPS定位导航软件简介11.新手必读 GPS购买和应用问题汇总12.GPS系统的特点&amp;mdash;&amp;mdash;七点总结...</summary><published>2008-10-17T07:49:00Z</published><updated>2008-10-17T07:49:00Z</updated><author><name>BeautyLogic</name><uri>http://www.cnblogs.com/CnBlogFounder/</uri></author><link rel="alternate" href="http://www.cnblogs.com/CnBlogFounder/archive/2008/10/17/1313561.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/CnBlogFounder/archive/2008/10/17/1313561.html"/></entry><entry><id>http://www.cnblogs.com/CnBlogFounder/archive/2008/10/17/1313544.html</id><title type="text">gps 知识</title><summary type="text">WAAS 这个名词、全名为 Wide Area Augmentation System，即广域增强系统。WAAS是美国联邦航空局（FAA）及美国交通部为提升飞行精确度而发展出来的，因为目前单独使用 GPS 并无法达到联邦航空局针对精确飞行导航所设定的要求。WAAS 包含了约25个地面参考站台，位置散布于美国境内，负责监控 GPS 卫星的资料。其中两个分别位于美国东西岸的主站台搜集其它站台传来的资料...</summary><published>2008-10-17T07:42:00Z</published><updated>2008-10-17T07:42:00Z</updated><author><name>BeautyLogic</name><uri>http://www.cnblogs.com/CnBlogFounder/</uri></author><link rel="alternate" href="http://www.cnblogs.com/CnBlogFounder/archive/2008/10/17/1313544.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/CnBlogFounder/archive/2008/10/17/1313544.html"/></entry><entry><id>http://www.cnblogs.com/CnBlogFounder/archive/2008/10/17/1313542.html</id><title type="text">GPS 知识</title><summary type="text">WAAS 这个名词、全名为 Wide Area Augmentation System，即广域增强系统。WAAS是美国联邦航空局（FAA）及美国交通部为提升飞行精确度而发展出来的，因为目前单独使用 GPS 并无法达到联邦航空局针对精确飞行导航所设定的要求。WAAS 包含了约25个地面参考站台，位置散布于美国境内，负责监控 GPS 卫星的资料。其中两个分别位于美国东西岸的主站台搜集其它站台传来的资料...</summary><published>2008-10-17T07:41:00Z</published><updated>2008-10-17T07:41:00Z</updated><author><name>BeautyLogic</name><uri>http://www.cnblogs.com/CnBlogFounder/</uri></author><link rel="alternate" href="http://www.cnblogs.com/CnBlogFounder/archive/2008/10/17/1313542.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/CnBlogFounder/archive/2008/10/17/1313542.html"/></entry><entry><id>http://www.cnblogs.com/CnBlogFounder/archive/2008/10/17/1313541.html</id><title type="text">GPS 知识</title><summary type="text">WAAS 这个名词、全名为 Wide Area Augmentation System，即广域增强系统。WAAS是美国联邦航空局（FAA）及美国交通部为提升飞行精确度而发展出来的，因为目前单独使用 GPS 并无法达到联邦航空局针对精确飞行导航所设定的要求。WAAS 包含了约25个地面参考站台，位置散布于美国境内，负责监控 GPS 卫星的资料。其中两个分别位于美国东西岸的主站台搜集其它站台传来的资料...</summary><published>2008-10-17T07:41:00Z</published><updated>2008-10-17T07:41:00Z</updated><author><name>BeautyLogic</name><uri>http://www.cnblogs.com/CnBlogFounder/</uri></author><link rel="alternate" href="http://www.cnblogs.com/CnBlogFounder/archive/2008/10/17/1313541.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/CnBlogFounder/archive/2008/10/17/1313541.html"/></entry><entry><id>http://www.cnblogs.com/CnBlogFounder/archive/2008/07/23/1249785.html</id><title type="text">Python是什么</title><summary type="text">Python是一种编程语言，它的名字来源于一个喜剧。也许最初设计Python这种语言的人并没有想到今天Python会在工业和科研上获得如此广泛的使用。Python是什么 著名的自由软件作者Eric Raymond在他的文章《如何成为一名黑客》中，将Python列为黑客应当学习的四种编程语言之一，并建议人们从Python开始学习编程。这的确是一个中肯的建议，对于那些从来没有学习过编程或者并非计算机专...</summary><published>2008-07-23T08:31:00Z</published><updated>2008-07-23T08:31:00Z</updated><author><name>BeautyLogic</name><uri>http://www.cnblogs.com/CnBlogFounder/</uri></author><link rel="alternate" href="http://www.cnblogs.com/CnBlogFounder/archive/2008/07/23/1249785.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/CnBlogFounder/archive/2008/07/23/1249785.html"/></entry></feed>
