<?xml version="1.0" encoding="gb2312"?>
<rss version="2.0">
<channel>
<title><![CDATA[maxthon的net学习地带]]></title>
        <image>
        <title>http://hi.baidu.com</title>
        <link>http://hi.baidu.com</link>
        <url>http://img.baidu.com/img/logo-hi.gif</url>
        </image>
<description><![CDATA[maxthon的net学习地带]]></description>
<link>http://hi.baidu.com/maxthon1983</link>
<language>zh-cn</language>
<generator>www.baidu.com</generator>
<ttl>5</ttl>


<item>
        <title><![CDATA[.net中上传视频并将各种视频文件转换成.flv格式]]></title>
        <link><![CDATA[http://hi.baidu.com/maxthon1983/blog/item/51561412b7cb5a56f819b89e.html]]></link>
        <description><![CDATA[
		
		首先，我们部署一下文件夹.在工程的目录下新建几个文件夹如下图：<br>
<img border="0" src="http://bbs.51aspx.com/upload/auto/2_080227061102086.gif"><br>
UpFiles文件夹是要保存你上传的文件，PlayFiles文件夹是用于你转换后保存的文件（用于网上播放）<br>
ImgFile文件夹是保存截取视频文件的图片，然后那两个mencoder和ffmpeg文件夹是视频转换工具.此视频转换也<br>
可叫做mencoder+ffmpeg视频转换.<br>
首先，在配置文件中给这些文件夹进行路径的配置.如下<br>
<div class="msgheader">
<div class="right"> </div>
</div> <a href="http://hi.baidu.com/maxthon1983/blog/item/51561412b7cb5a56f819b89e.html">阅读全文</a>
		
		<br/><b>类别：</b><a href="http://hi.baidu.com/maxthon1983/blog/category/asp%2Enet">asp.net</a>&nbsp;<a href="http://hi.baidu.com/maxthon1983/blog/item/51561412b7cb5a56f819b89e.html#comment">查看评论</a>]]></description>
        <pubDate>2009-02-18  13:21</pubDate>
        <category><![CDATA[asp.net]]></category>
        <author><![CDATA[syau]]></author>
		<guid>http://hi.baidu.com/maxthon1983/blog/item/51561412b7cb5a56f819b89e.html</guid>
</item>

<item>
        <title><![CDATA[WebChart 部分属性说明]]></title>
        <link><![CDATA[http://hi.baidu.com/maxthon1983/blog/item/d8856b23ea6aae549822eda2.html]]></link>
        <description><![CDATA[
		
		<p><span>曲线图：</span></p>
<p style="text-align: left" align="left">&nbsp;&nbsp;  <span style="font-size: 9pt; "> <span style="color: teal">ChartPointCollection</span> d = <span style="color: blue">new</span> <span style="color: teal">ChartPointCollection</span>();</span></p>
<p style="text-align: left" align="left"><span style="font-size: 9pt; ">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;  </span></p>
<p><span style="font-size: 9pt; ">&nbsp;&nbsp;&nbsp;&nbsp;  </span></p> <a href="http://hi.baidu.com/maxthon1983/blog/item/d8856b23ea6aae549822eda2.html">阅读全文</a>
		
		<br/><b>类别：</b><a href="http://hi.baidu.com/maxthon1983/blog/category/asp%2Enet">asp.net</a>&nbsp;<a href="http://hi.baidu.com/maxthon1983/blog/item/d8856b23ea6aae549822eda2.html#comment">查看评论</a>]]></description>
        <pubDate>2008-08-07  13:58</pubDate>
        <category><![CDATA[asp.net]]></category>
        <author><![CDATA[syau]]></author>
		<guid>http://hi.baidu.com/maxthon1983/blog/item/d8856b23ea6aae549822eda2.html</guid>
</item>

<item>
        <title><![CDATA[ASP.Net面试题分享]]></title>
        <link><![CDATA[http://hi.baidu.com/maxthon1983/blog/item/f4f6bc23855f9f42ad34dece.html]]></link>
        <description><![CDATA[
		
		1. 简述 private、 protected、 public、 internal 修饰符的访问权限。 <br>
答 . private :  私有成员, 在类的内部才可以访问。 <br>
    protected : 保护成员，该类内部和继承类中可以访问。 <br>
    public :    公共成员，完全公开，没有访问限制。 <br>
    internal:  在同一命名空间内可以访问。 <br>
    protected internal: 成员只能从同一程序集内的派生类访问。 <br>
<br>
2 .列举ASP.NET 页面之间传递值的几种方式。 <br>
答. 1.使用QueryString,  如....?id=1; response. Redirect().... <br>
    2.使用Session变量  <a href="http://hi.baidu.com/maxthon1983/blog/item/f4f6bc23855f9f42ad34dece.html">阅读全文</a>
		
		<br/><b>类别：</b><a href="http://hi.baidu.com/maxthon1983/blog/category/asp%2Enet">asp.net</a>&nbsp;<a href="http://hi.baidu.com/maxthon1983/blog/item/f4f6bc23855f9f42ad34dece.html#comment">查看评论</a>]]></description>
        <pubDate>2008-08-07  13:24</pubDate>
        <category><![CDATA[asp.net]]></category>
        <author><![CDATA[syau]]></author>
		<guid>http://hi.baidu.com/maxthon1983/blog/item/f4f6bc23855f9f42ad34dece.html</guid>
</item>

<item>
        <title><![CDATA[网站代码优化]]></title>
        <link><![CDATA[http://hi.baidu.com/maxthon1983/blog/item/35305f8b38389414c8fc7a34.html]]></link>
        <description><![CDATA[
		
		<p>一个网站不管大小，其实都是一套很完整的系统，从无到有都要经过设计、制作、编码、测试这几个阶段，而在这几个阶段中影响整个网站运行效率的主要是前期的数据库<br>
设计和后期的编码阶段，下面就这两大阶段跟大家讲下，如何制作出一个相对高效的网站。<br>
1.数据库设计<br>
 一般来说你的数据库结构肯定是要按照给我们提要求的人来设计的，必须用到的字段是不可少的，这一点我们是无法控制的，我们能控制的可以有以下几点:<br>
 1.数据库字段(常用的分为int,bit,datetime,decimal,nvarchar,text)，<br>
&nbsp;&nbsp; 1.数字型</p> <a href="http://hi.baidu.com/maxthon1983/blog/item/35305f8b38389414c8fc7a34.html">阅读全文</a>
		
		<br/><b>类别：</b><a href="http://hi.baidu.com/maxthon1983/blog/category/%BA%C3%CE%C4%D5%C2">好文章</a>&nbsp;<a href="http://hi.baidu.com/maxthon1983/blog/item/35305f8b38389414c8fc7a34.html#comment">查看评论</a>]]></description>
        <pubDate>2008-08-01  09:21</pubDate>
        <category><![CDATA[好文章]]></category>
        <author><![CDATA[syau]]></author>
		<guid>http://hi.baidu.com/maxthon1983/blog/item/35305f8b38389414c8fc7a34.html</guid>
</item>

<item>
        <title><![CDATA[一、MagicAjax介绍]]></title>
        <link><![CDATA[http://hi.baidu.com/maxthon1983/blog/item/7f65c6f85879be0ad9f9fd39.html]]></link>
        <description><![CDATA[
		
		<div align="center">一、MagicAjax介绍</div>
<div> </div>
<div>
<div class="postcontent">（一）用途<br>
&nbsp;&nbsp;&nbsp;  以最简单的方式整合AJAX功能到页面中,不需要修改ASP.NET控件,不需要学习新的控件,不需要撰写JAVASCRIPT。<br>
<br>
（二）特点<br>
&nbsp;&nbsp;&nbsp;  1,只需在WEB.CONFIG里加入一点点配置信息<br>
&nbsp;&nbsp;&nbsp;  2,只用一个AJAXPANNEL就实现AJAX功能<br>
&nbsp;&nbsp;&nbsp;  3,只要把需要无刷的控件放进AJAXPANNEL就可以了(这个好玩,局部无刷)<br>
&nbsp;&nbsp;&nbsp;  4,AJAXPANN</div></div> <a href="http://hi.baidu.com/maxthon1983/blog/item/7f65c6f85879be0ad9f9fd39.html">阅读全文</a>
		
		<br/><b>类别：</b><a href="http://hi.baidu.com/maxthon1983/blog/category/ajax%2Bcss">ajax+css</a>&nbsp;<a href="http://hi.baidu.com/maxthon1983/blog/item/7f65c6f85879be0ad9f9fd39.html#comment">查看评论</a>]]></description>
        <pubDate>2008-07-09  15:14</pubDate>
        <category><![CDATA[ajax+css]]></category>
        <author><![CDATA[syau]]></author>
		<guid>http://hi.baidu.com/maxthon1983/blog/item/7f65c6f85879be0ad9f9fd39.html</guid>
</item>

<item>
        <title><![CDATA[Javascript学习第一季（1）]]></title>
        <link><![CDATA[http://hi.baidu.com/maxthon1983/blog/item/4870d5199d21e07fdab4bd05.html]]></link>
        <description><![CDATA[
		
		<strong><font color="#ff0000">1 , javascript字符集：<br>
</font></strong>javascript采用的是Unicode字符集编码。<br>
为什么要采用这个编码呢？<br>
原因很简单，16位的Unicode编码可以表示地球人的任何书面语言。这是语言 国际化的一个重要特征。(大家也许见过用中文写脚本，比如：function 我的函数() {}&nbsp;&nbsp; );<br>
Javascript中每个字符都是用2个字节表示的。（因为是16位编码）<br>
<br>
<br>
<font color="#ff0000">2 ,大小写敏感：</font><br>
js是一种区分大小写的语言。<br>
注意下：以前我也犯过的错误。<br>
HT <a href="http://hi.baidu.com/maxthon1983/blog/item/4870d5199d21e07fdab4bd05.html">阅读全文</a>
		
		<br/><b>类别：</b><a href="http://hi.baidu.com/maxthon1983/blog/category/Javacript">Javacript</a>&nbsp;<a href="http://hi.baidu.com/maxthon1983/blog/item/4870d5199d21e07fdab4bd05.html#comment">查看评论</a>]]></description>
        <pubDate>2008-06-30  10:14</pubDate>
        <category><![CDATA[Javacript]]></category>
        <author><![CDATA[syau]]></author>
		<guid>http://hi.baidu.com/maxthon1983/blog/item/4870d5199d21e07fdab4bd05.html</guid>
</item>

<item>
        <title><![CDATA[jQuery基础教程笔记3]]></title>
        <link><![CDATA[http://hi.baidu.com/maxthon1983/blog/item/292197a11920a48e4710643d.html]]></link>
        <description><![CDATA[
		
		<font color="#ff0000">17, 做一个实例 ： 段落<br>
</font>&lt;!DOCTYPE html PUBLIC &quot;-//W3C//DTD XHTML 1.0 Strict//EN&quot;<br>
    &quot;<a href="http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd" target="_blank">http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd</a>&quot;&gt;<br>
&lt;html xmlns=&quot;<a href="http://www.w3.org/1999/xhtml" target="_blank">http://www.w3.org/1999/xhtml</a>&quot; xml:lang=&quot;en&quot; lang=&quot;en&quot;&gt;<br>
&lt;head&gt;<br>
&lt;meta http-equiv=&quot;Cont <a href="http://hi.baidu.com/maxthon1983/blog/item/292197a11920a48e4710643d.html">阅读全文</a>
		
		<br/><b>类别：</b><a href="http://hi.baidu.com/maxthon1983/blog/category/%C4%AC%C8%CF%B7%D6%C0%E0">默认分类</a>&nbsp;<a href="http://hi.baidu.com/maxthon1983/blog/item/292197a11920a48e4710643d.html#comment">查看评论</a>]]></description>
        <pubDate>2008-06-30  10:03</pubDate>
        <category><![CDATA[默认分类]]></category>
        <author><![CDATA[syau]]></author>
		<guid>http://hi.baidu.com/maxthon1983/blog/item/292197a11920a48e4710643d.html</guid>
</item>

<item>
        <title><![CDATA[jQuery基础教程笔记2]]></title>
        <link><![CDATA[http://hi.baidu.com/maxthon1983/blog/item/5965803424b364b2d0a2d33d.html]]></link>
        <description><![CDATA[
		
		<div class="t_msgfont" ><font color="#ff0000">14，width()和css('width')</font><br>
&lt;script src=&quot;jquery.js&quot; type=&quot;text/javascript&quot;&gt;&lt;/script&gt;<br>
&lt;SCRIPT LANGUAGE=&quot;JavaScript&quot;&gt;<br>
$(function(){<br>
$('#test').click(function(){<br>
var t1&nbsp;&nbsp; =&nbsp;&nbsp; $('#a').width();<br>
var t2&nbsp;&nbsp; =&nbsp;&nbsp; $('#a').css('width');<br>
alert( t1 ); //200 ， 不带单位<br>
alert( t2 ); //200px ， 带单位<br>
alert( parseInt(t2) ) //200 ， </div> <a href="http://hi.baidu.com/maxthon1983/blog/item/5965803424b364b2d0a2d33d.html">阅读全文</a>
		
		<br/><b>类别：</b><a href="http://hi.baidu.com/maxthon1983/blog/category/%C4%AC%C8%CF%B7%D6%C0%E0">默认分类</a>&nbsp;<a href="http://hi.baidu.com/maxthon1983/blog/item/5965803424b364b2d0a2d33d.html#comment">查看评论</a>]]></description>
        <pubDate>2008-06-30  10:03</pubDate>
        <category><![CDATA[默认分类]]></category>
        <author><![CDATA[syau]]></author>
		<guid>http://hi.baidu.com/maxthon1983/blog/item/5965803424b364b2d0a2d33d.html</guid>
</item>

<item>
        <title><![CDATA[jQuery基础教程笔记1]]></title>
        <link><![CDATA[http://hi.baidu.com/maxthon1983/blog/item/df5eb32f2039fe3d1f30893d.html]]></link>
        <description><![CDATA[
		
		看完jquery基础教程做的笔记，笔记并不适合所有人，觉得好，可以看，觉得不好，可以不看。<br>
<font color="#ff0000">1, ：eq()和nth-child()</font> <br>
看下面代码：<br>
&lt;SCRIPT LANGUAGE=&quot;JavaScript&quot;&gt;<br>
$(function(){<br>
$(&quot;#selected-plays &gt; li:eq(1)&quot;).addClass(&quot;a&quot;);<br>
//等价于&nbsp;&nbsp; $(&quot;#selected-plays &gt; li:nth-child(2)&quot;).addClass(&quot;a&quot;);<br>
//注意：js数组是从 0 开始的，所以eq（1）是取第二个元素。<br>
//而css选择器:nth-child（）是 <a href="http://hi.baidu.com/maxthon1983/blog/item/df5eb32f2039fe3d1f30893d.html">阅读全文</a>
		
		<br/><b>类别：</b><a href="http://hi.baidu.com/maxthon1983/blog/category/%C4%AC%C8%CF%B7%D6%C0%E0">默认分类</a>&nbsp;<a href="http://hi.baidu.com/maxthon1983/blog/item/df5eb32f2039fe3d1f30893d.html#comment">查看评论</a>]]></description>
        <pubDate>2008-06-30  10:02</pubDate>
        <category><![CDATA[默认分类]]></category>
        <author><![CDATA[syau]]></author>
		<guid>http://hi.baidu.com/maxthon1983/blog/item/df5eb32f2039fe3d1f30893d.html</guid>
</item>

<item>
        <title><![CDATA[最近的一些随感——简历]]></title>
        <link><![CDATA[http://hi.baidu.com/maxthon1983/blog/item/5339ba2b2c44fbffe6cd400f.html]]></link>
        <description><![CDATA[
		
		<div class="postText">博客园技术帖子太多了，这是我真实的感受。也许是因为博客园定位于技术博客，所以会把其他内容划分到别的区里面，这一直是我觉得最不爽的地方。因为这样，有可能很多优秀的文章就被埋没了。其实完全可以都集中在首页显示，不好的刷下来，好的顶上去。以前说是没有人管，那也确实是有心无力。现在有点人力资源了，我觉得还是希望赶紧考虑一下这方面的事情。我写这个随笔的时候，就犹豫，该不该发在首页？最后还是觉得发吧，我觉得我想和大家交流的这些内容，估计还是会对一部分人产生一定帮助的。其实，我还</div> <a href="http://hi.baidu.com/maxthon1983/blog/item/5339ba2b2c44fbffe6cd400f.html">阅读全文</a>
		
		<br/><b>类别：</b><a href="http://hi.baidu.com/maxthon1983/blog/category/%BA%C3%CE%C4%D5%C2">好文章</a>&nbsp;<a href="http://hi.baidu.com/maxthon1983/blog/item/5339ba2b2c44fbffe6cd400f.html#comment">查看评论</a>]]></description>
        <pubDate>2008-06-27  09:11</pubDate>
        <category><![CDATA[好文章]]></category>
        <author><![CDATA[syau]]></author>
		<guid>http://hi.baidu.com/maxthon1983/blog/item/5339ba2b2c44fbffe6cd400f.html</guid>
</item>


</channel>
</rss>