<?xml version="1.0" encoding="utf-8" ?><rss version="2.0"><channel><title><![CDATA[tmeteor的专栏]]></title><description><![CDATA[]]></description><link>https://blog.csdn.net/tmeteor</link><language>zh-cn</language><generator>https://blog.csdn.net/</generator><copyright><![CDATA[Copyright &copy; tmeteor]]></copyright><item><title><![CDATA[文件封装格式和压缩编码格式]]></title><link>https://blog.csdn.net/tmeteor/article/details/9618657</link><guid>https://blog.csdn.net/tmeteor/article/details/9618657</guid><author>tmeteor</author><pubDate>Mon, 29 Jul 2013 17:21:15 +0800</pubDate><description><![CDATA[一个很容易混淆的概念就是文件封装格式和压缩编码格式。文件封装格式就是一般由文件后
缀名体现的，视频音频数据的封装格式。它和实际视频音频如何压缩编码没有直接关系。例如AVI就是一个典型的封装格式，它可以封装mp3, wmv, wma以及DivX, Xvid等各种视频压缩格式。
目前最流行的MKV即Matroska Video则是另外一种封装格式，因其比AVI能支持更多的压缩格式和更先进的功能而逐]]></description><category></category></item><item><title><![CDATA[.NET 项目中引用的DLL 版本不一致的问题]]></title><link>https://blog.csdn.net/tmeteor/article/details/9468407</link><guid>https://blog.csdn.net/tmeteor/article/details/9468407</guid><author>tmeteor</author><pubDate>Thu, 25 Jul 2013 17:33:45 +0800</pubDate><description><![CDATA[最近遇到了一个问题，和下面的描述相类似：
 
-- A:
Specific version assembly reference
Apr 23, 2008 07:18 AM|LINK

Good morning to you all!
I'm specifying "Specific version"=false on all my added assembly references]]></description><category></category></item><item><title><![CDATA[table-layout:fixed 属性的解说，IE、Firefox效果对比详解]]></title><link>https://blog.csdn.net/tmeteor/article/details/9407983</link><guid>https://blog.csdn.net/tmeteor/article/details/9407983</guid><author>tmeteor</author><pubDate>Mon, 22 Jul 2013 13:36:48 +0800</pubDate><description><![CDATA[[出处]   http://www.yici.net/content/text_all/text_0/311_1.html
 
这管文章比较实用，解决了一些问题。
 
 
table-layout:fixed 属性的解说


如果想要一个table固定大小，里面的文字强制换行(尤其是在一长串英文文本，并且中间无空格分隔的情况下)，以达到使过长的文字不撑破表格的目的，一般是使用样式：]]></description><category></category></item><item><title><![CDATA[JavaScript 闭包究竟是什么]]></title><link>https://blog.csdn.net/tmeteor/article/details/9356773</link><guid>https://blog.csdn.net/tmeteor/article/details/9356773</guid><author>tmeteor</author><pubDate>Wed, 17 Jul 2013 15:53:05 +0800</pubDate><description><![CDATA[出处  
http://www.cnblogs.com/dolphinX/archive/2012/09/29/2708763.html
 
 
1.简单的例子
首先从一个经典错误谈起，页面上有若干个div， 我们想给它们绑定一个onclick方法，于是有了下面的代码


div id="divTest">
        span>0span> span>1span> span>]]></description><category></category></item><item><title><![CDATA[COM, CLR, WPF, WinRT 为什么整这么多些个]]></title><link>https://blog.csdn.net/tmeteor/article/details/9312817</link><guid>https://blog.csdn.net/tmeteor/article/details/9312817</guid><author>tmeteor</author><pubDate>Fri, 12 Jul 2013 16:31:11 +0800</pubDate><description><![CDATA[出处 :  http://kb.cnblogs.com/page/126527/
从 Windows 8 回顾微软平台的各种技术
 
 
我安装好Win8 CTP后做的第一件事情就是用调试器研究Win8各个组件的协作关系。从我半天的研究结果看来，Win8真是一个让我爱不释手的产品。Win8里面涉及到的很多技术正好也是我的兴趣所在。这篇文章简单回顾一下这些技术的变迁，优缺点，和对Win8的影]]></description><category></category></item><item><title><![CDATA[Asp.net 编程实现应用程序池的创建]]></title><link>https://blog.csdn.net/tmeteor/article/details/9312297</link><guid>https://blog.csdn.net/tmeteor/article/details/9312297</guid><author>tmeteor</author><pubDate>Fri, 12 Jul 2013 15:47:50 +0800</pubDate><description><![CDATA[出处 
http://martinnormark.com/adding-an-application-pool-to-iis7-programmatically/
 
Adding an Application Pool to IIS7 programmatically
April 16, 2008
By 
Martin Normark

Tweet
Internet Infor]]></description><category></category></item><item><title><![CDATA[Web Farm和Web Garden的区别？]]></title><link>https://blog.csdn.net/tmeteor/article/details/9312143</link><guid>https://blog.csdn.net/tmeteor/article/details/9312143</guid><author>tmeteor</author><pubDate>Fri, 12 Jul 2013 15:38:03 +0800</pubDate><description><![CDATA[出处： 
http://www.cnblogs.com/TranslateOfYi/archive/2011/02/11/1951419.html
 
【译文】Web Farm和Web Garden的区别？2011-02-11 16:06        by        孙毅,    
 
 


　　在这篇博文中，我将确切剖析Web Farm和Web Garden的区别和原理，]]></description><category></category></item><item><title><![CDATA[IE 下的各种浏览器模式的区别]]></title><link>https://blog.csdn.net/tmeteor/article/details/9307295</link><guid>https://blog.csdn.net/tmeteor/article/details/9307295</guid><author>tmeteor</author><pubDate>Fri, 12 Jul 2013 10:33:11 +0800</pubDate><description><![CDATA[【转载】
深入理解浏览器兼容性模式

发表于2012-10-22 10:46| 
6841次阅读| 来源图灵社区| 0 条评论| 作者姬光

ChromeIEFirefox浏览器前端开发
摘要：关于各种浏览器模式，网上已经有许多文档和资料了，但是很少有能够完全将几个概念阐述清楚的。大部分的资料稍显过时，有些内容可能已经不再适用了。本文中笔者将尽可能将几个概念阐述清楚，并去掉一些过时的]]></description><category></category></item><item><title><![CDATA[Windows SharePoint Services, Microsoft Office SharePoint Server2007 ,Microsoft Office SharePoint2007]]></title><link>https://blog.csdn.net/tmeteor/article/details/9187845</link><guid>https://blog.csdn.net/tmeteor/article/details/9187845</guid><author>tmeteor</author><pubDate>Thu, 27 Jun 2013 14:59:50 +0800</pubDate><description><![CDATA[Windows SharePoint Services, 和Microsoft Office SharePoint Server 2007, 以及与Microsoft Office SharePoint Designer 2007之间的关系是怎样的?

Windows SharePoint Services， 前身是 SharePoint Team Services, 在Windows Ser]]></description><category></category></item><item><title><![CDATA[&#160和&nbsp的区别]]></title><link>https://blog.csdn.net/tmeteor/article/details/8959835</link><guid>https://blog.csdn.net/tmeteor/article/details/8959835</guid><author>tmeteor</author><pubDate>Wed, 22 May 2013 13:13:09 +0800</pubDate><description><![CDATA[都是空格，但是&nbsp;是html中的空格的转义，而&#160;是XSL中的。XSL并不认识&nbsp;他会原样输出.
.]]></description><category></category></item><item><title><![CDATA[批处理中的延时]]></title><link>https://blog.csdn.net/tmeteor/article/details/8812948</link><guid>https://blog.csdn.net/tmeteor/article/details/8812948</guid><author>tmeteor</author><pubDate>Wed, 17 Apr 2013 11:12:01 +0800</pubDate><description><![CDATA[相信大多数懂一点批处理的人都见过类似于“ping 127.1 -n 5 >nul”这样的命令。
 
其实批处理作者的目的肯定不是测试网络，而是为了让批处理运行延时。
这个命令的意思是让批处理运行到这里时延迟4秒在继续运行下面的命令（ping命令每隔一秒试探一次，第一次试探在执行时就试探过了，所以5次试探是延迟4秒），后面>nul 的意思是不在屏幕上显示数据(>nul就是把回显的信息发送到空值]]></description><category></category></item><item><title><![CDATA[通过批处理文件修改IIS应用程序池的Process Model]]></title><link>https://blog.csdn.net/tmeteor/article/details/8812843</link><guid>https://blog.csdn.net/tmeteor/article/details/8812843</guid><author>tmeteor</author><pubDate>Wed, 17 Apr 2013 10:53:22 +0800</pubDate><description><![CDATA[原文出处： http://blog.csdn.net/kielin/article/details/5674714
 
Change IIS Application Pool Identity Type
 
@echo off
if "%1" == "" goto :ALert
if "%1" == "/?" goto :ALert
@set ProcessModelIndentyT]]></description><category></category></item><item><title><![CDATA[批处理——set命令]]></title><link>https://blog.csdn.net/tmeteor/article/details/8812823</link><guid>https://blog.csdn.net/tmeteor/article/details/8812823</guid><author>tmeteor</author><pubDate>Wed, 17 Apr 2013 10:50:39 +0800</pubDate><description><![CDATA[转自:  http://blog.csdn.net/subkiller/article/details/7344662
 
有时候windows的批处理能带来很方便的操作，批处理也有变量声明，下面一段就是说的如何使用批处理中的变量。
set 功能一览
[设置变量]
格式：set 变量名=变量值
详细：被设定的变量以%变量名%引用
[取消变量]
格式：set 变量名=
详细：取消后]]></description><category></category></item><item><title><![CDATA[c# Random快速连续产生相同随机数的解决方案]]></title><link>https://blog.csdn.net/tmeteor/article/details/8750257</link><guid>https://blog.csdn.net/tmeteor/article/details/8750257</guid><author>tmeteor</author><pubDate>Tue, 02 Apr 2013 10:41:17 +0800</pubDate><description><![CDATA[在写数独基类的时候为了产生随机数的时候遇到奇怪的问题 
详细出处参考：http://www.jb51.net/article/17406.htm
 
 
代码如下: 
复制代码 代码如下:
namespace RandomTest 
{ 
class Program 
{ 
static void Main(string[] args) 
{ 
for (int i = 0]]></description><category></category></item><item><title><![CDATA[千万不要把 bool 设计成函数参数]]></title><link>https://blog.csdn.net/tmeteor/article/details/8615949</link><guid>https://blog.csdn.net/tmeteor/article/details/8615949</guid><author>tmeteor</author><pubDate>Wed, 27 Feb 2013 08:55:52 +0800</pubDate><description><![CDATA[转自：http://www.zhizihua.com/blog/post/千万不要把bool设计成函数参数.html
 
我们有很多Coding Style 或  代码规范。但这一条可能会经常被我们所遗忘，就是我们经常会在函数的参数里使用bool参数，这会大大地降低代码的可读性。不信？我们先来看看下面的代码。
当你读到下面的代码，你会觉得这个代码是什么意思？






1]]></description><category></category></item><item><title><![CDATA[金山界面库]]></title><link>https://blog.csdn.net/tmeteor/article/details/8587675</link><guid>https://blog.csdn.net/tmeteor/article/details/8587675</guid><author>tmeteor</author><pubDate>Mon, 18 Feb 2013 13:58:14 +0800</pubDate><description><![CDATA[金山界面库
金山界面库是一个比较成熟的DirectUI界面框架和控件库，并且完全开源，使用此向导可以生成多页对话框或普通对话框类型的界面框架代码，生成的工程中包含了最新的金山界面库所需的代码文件（包含了网友扩展的编辑框和ComboBox控件类）、资源文件，以及根据生成选项自动生成的页面XML和消息处理类。并且可以生成蓝蚂蚁工作室扩展的一些框架代码，包括Tray图标相关的功能、登录对话框、信息提示]]></description><category></category></item><item><title><![CDATA[如何编程实现裁剪工作区]]></title><link>https://blog.csdn.net/tmeteor/article/details/8586832</link><guid>https://blog.csdn.net/tmeteor/article/details/8586832</guid><author>tmeteor</author><pubDate>Mon, 18 Feb 2013 10:09:35 +0800</pubDate><description><![CDATA[看到一个软件的效果是：在屏幕顶部显示Message Bar,它运行时整个桌面的工作区域都发生了偏移，并且其它程序最大化时，也不影响它，关闭时桌面恢复。 其它特性还包括: 点击"显示桌面"也不受影响,结束explorer.exe进程也不影响它。
 
其实关键代码是：
SystemParametersInfo(SPI_SETWORKAREA, 
Marshal.SizeOf(_WorkArea]]></description><category></category></item><item><title><![CDATA[隐藏系统任务栏]]></title><link>https://blog.csdn.net/tmeteor/article/details/8586793</link><guid>https://blog.csdn.net/tmeteor/article/details/8586793</guid><author>tmeteor</author><pubDate>Mon, 18 Feb 2013 09:54:25 +0800</pubDate><description><![CDATA[转自：http://blog.csdn.net/flyoxs/article/details/4171137
 
最简单的方法为：
FindWindow("Shell_TrayWnd",NULL)->ShowWindow(SW_HIDE);
 
上面代码确能隐藏任务栏，但是，随便打开一个窗口最大化，原来任务栏的地方仍被空白占据着。调用Win32 API- SystemParameters]]></description><category></category></item><item><title><![CDATA[利用C#实现inch和cm的互换（含源码）]]></title><link>https://blog.csdn.net/tmeteor/article/details/4922939</link><guid>https://blog.csdn.net/tmeteor/article/details/4922939</guid><author>tmeteor</author><pubDate>Wed, 02 Dec 2009 11:21:00 +0800</pubDate><description><![CDATA[  原理：1inch = 1/12foot = 2.54cm = 25.4mm 说明：inch转cm时可精确转换，cm转inch时约等。不当之处望指教。点击下载：inchEXcm--liong.rar---------直接贴出源码://利用：1inch = 1/12foot = 2.54cm = 25.4mm 实现。namespace inchEXcm{    public parti]]></description><category></category></item><item><title><![CDATA[如何解决asp.net中使用webbrowser是出现的"无法实例化ActiveX 控件"的异常"]]></title><link>https://blog.csdn.net/tmeteor/article/details/4749244</link><guid>https://blog.csdn.net/tmeteor/article/details/4749244</guid><author>tmeteor</author><pubDate>Fri, 30 Oct 2009 18:58:00 +0800</pubDate><description><![CDATA[在ASP.NET中实例化WebBrowser对象时出现异常，消息为“因为当前线程不在单线程单元中，故无法实例化ActiveX 控件”ASP.NET默认的COM线程单元模型是MTA，解决方法，]]></description><category></category></item></channel></rss>