<?xml version="1.0" encoding="gb2312"?>
<rss version="2.0">
<channel>
<title>建站技术</title>
<link>/tech/index.shtml</link>
<description>建站技术</description>
<language>zh-cn</language>
<generator>CopyRight&amp;copy; 2008 IDCser.com All Rights Reserved</generator>
<webmaster>idcser.com@163.com</webmaster>
<item>
    <title>Oracle服务器的常用命令行详细讲解</title>
    <link>/tech/oracle/20081203/3488.shtml</link>
    <description>1.数据库管理相关 





　　bbed.exe　　　　　　　　数据块浏览和编辑工具
　　dbv.exe　　　　　　　　数据文件逻辑检测工具
　　exp.exe　　　　　　　　数据导出工具
　　imp.exe　　　　　　　　数据导入工具
　　mig.exe　　　　　　　　数据库移植工具
　</description>
    <pubDate>2008-12-03</pubDate>
    <category>Oracle数据库</category>
    <author>佚名</author>
    <comments>网络整理</comments>
</item>
<item>
    <title>Oracle数据库中如何使用超过2G的内存</title>
    <link>/tech/oracle/20081203/3487.shtml</link>
    <description>服务器：HPDL580G2（双CPU 6G内存）WIN2003 Enterprise Edition＋ORACLE 9I 2.0.3.0 

1、 首先，在boot.int中加入启动参数3G和PAE 

multi(0)disk(0)rdisk(0)partition(1)WINNT=&quot;Microsoft windows 2003 Enterprise Edition &quot; 

/3G /PAE /fastdetect 


2、 然后</description>
    <pubDate>2008-12-03</pubDate>
    <category>Oracle数据库</category>
    <author>佚名</author>
    <comments>网络整理</comments>
</item>
<item>
    <title>Oracle体系结构前必须掌握的两个概念</title>
    <link>/tech/oracle/20081203/3486.shtml</link>
    <description>&amp;nbsp;对于初学者来讲，在了解Oracle体系结构之前必须掌握以下两个基本的概念: 数据库和实例。 

一、数据库 

数据库(database)是一个数据集合. 

无论数据库是采用关系结构还是面向对象结构, oracle数据库都将 

其数据存放在数据文件中. 在其内部, 数据库结构数据</description>
    <pubDate>2008-12-03</pubDate>
    <category>Oracle数据库</category>
    <author>佚名</author>
    <comments>网络整理</comments>
</item>
<item>
    <title>为什么Access数据库的精髓不在VBA之中</title>
    <link>/tech/access/20081203/3484.shtml</link>
    <description>Access爱好者以会VBa为荣。我觉得这不是好现象。vba只是vb的子集，有着很多限制，比如不支持继承，不支持指针，不支持子界类型等。使用vba操作Office家族之外的数据结构是非常困难的。 
vba只是Access的一个特性。实际上没有vba微软也可以照旧大卖access。有了vba，只不过使</description>
    <pubDate>2008-12-03</pubDate>
    <category>Access数据库</category>
    <author>佚名</author>
    <comments>网络整理</comments>
</item>
<item>
    <title>另类读写：ACCESS中Field对象的标题属性</title>
    <link>/tech/access/20081203/3482.shtml</link>
    <description>ACCESS数据库中Field对象的caption属性（也就是标题）是用来设置数据字段的标题，在正常的数据库设计中为了保持维护的便利性，许多开发者都将字段名与标题做了分别设置，标题往往比字段名更友好，更能说明字段的用途。本篇从另一个角度来说明如何用ＶＢＡ读写该属性。 
Fiel</description>
    <pubDate>2008-12-03</pubDate>
    <category>Access数据库</category>
    <author>佚名</author>
    <comments>网络整理</comments>
</item>
<item>
    <title>逐步讲解向Access数据库上传且显示图片</title>
    <link>/tech/access/20081203/3481.shtml</link>
    <description>本文从多个角度来讲解如何在Access数据库上如何上传并且显示上所上传图片。 
在动态网站制做过程中，需要上传图片、显示图片，上传的图片要能够保存在数据库中，一般小型网站只支持Access数据库，如何上传图片，将其保存在数据库中并将其显示出来，是数据库+ASP应用技术之一</description>
    <pubDate>2008-12-03</pubDate>
    <category>Access数据库</category>
    <author>佚名</author>
    <comments>网络整理</comments>
</item>
<item>
    <title>教你快速掌握更改表中列顺序的好方法</title>
    <link>/tech/mysql/20081203/3479.shtml</link>
    <description>在更改列顺序之前，你需要考虑是否的确需要更改表中的列顺序。SQL的核心要点是从数据存储格式获取应用。总应指定检索数据的顺序。在下面的第1条语句中，以col_name1、col_name2、col_name3顺序返回列；在第2条语句中，以col_name1、col_name3、col_name2顺序返回列：</description>
    <pubDate>2008-12-03</pubDate>
    <category>Mysql数据库</category>
    <author>佚名</author>
    <comments>网络整理</comments>
</item>
<item>
    <title>解决MySQL 5.0不能使用自动增加字段问题</title>
    <link>/tech/mysql/20081203/3478.shtml</link>
    <description>问题：MySQL 5.0不能使用自动增加字段。 
具体原因： 

引起的原因是在MySQL5.0.2版本中的The Server SQL Mode 中新加了几种 sql_mode,并且在sql的my.ini文件中的sql-mode 默认增加了其中的二种,一个是STRICT_TRANS_TABLES,就是导致auto_increament失败的mode,这个sql_mod</description>
    <pubDate>2008-12-03</pubDate>
    <category>Mysql数据库</category>
    <author>佚名</author>
    <comments>网络整理</comments>
</item>
<item>
    <title>讲解MySQL数据库字符集出错的解决方法</title>
    <link>/tech/mysql/20081203/3477.shtml</link>
    <description>MySQL字符集出错的解决方法： 
错误案例：&amp;nbsp;



以下为引用的内容：Illegal mix of collations (gbk_chinese_ci,IMPLICIT) and (gbk_bin,IMPLICIT) for operation '=',SQL State: HY000, Error Code: 1267 

错误原因： 
数据库的编码与建表时的编码不一样；</description>
    <pubDate>2008-12-03</pubDate>
    <category>Mysql数据库</category>
    <author>佚名</author>
    <comments>网络整理</comments>
</item>
<item>
    <title>SQL 2008邮件故障排除：发送测试电子邮件</title>
    <link>/tech/mssql/20081203/3476.shtml</link>
    <description>使用“发送测试电子邮件”对话框来测试使用特定配置文件发送邮件的能力。 
过程 

发送测试电子邮件 
1.使用对象资源管理器，连接到配置了数据库邮件的 SQL Server 数据库引擎实例，展开“管理”，右键单击“数据库邮件”，然后单击“发送测试电子邮件”。如果不存在数据</description>
    <pubDate>2008-12-03</pubDate>
    <category>Mssql数据库</category>
    <author>佚名</author>
    <comments>网络整理</comments>
</item>
<item>
    <title>SQL Server 2005日志文件损坏的处理方法</title>
    <link>/tech/mssql/20081203/3475.shtml</link>
    <description>在实际的工作和学习中，许多人的SQL Server 2005数据库日志文件可能会发生损坏，例如硬件故障、计算机非正常重启或关机等等。 
在SQL Server 2005的日志文件损坏时，你会发现以下的情况： 

◆1、在SQL Server Management Studio中显示数据库处于置疑(suspect)状态。 
◆</description>
    <pubDate>2008-12-03</pubDate>
    <category>Mssql数据库</category>
    <author>佚名</author>
    <comments>网络整理</comments>
</item>
<item>
    <title>在SQL Server 2005数据库中进行错误捕捉</title>
    <link>/tech/mssql/20081203/3474.shtml</link>
    <description>在SQL Server数据库中，如果执行Transact-SQL时出现了错误，我们可以使用两种捕捉错误的方法解决此问题，一种是在客户端代码（如c#、delphi等)中使用类似try...catch的语句进行捕捉；另外一种就是在Transact-SQL中利用Transact-SQL本身提供的错误捕捉机制进行捕捉。如果是因</description>
    <pubDate>2008-12-03</pubDate>
    <category>Mssql数据库</category>
    <author>佚名</author>
    <comments>网络整理</comments>
</item>
<item>
    <title>XML教程—编写结构完整的XML文档</title>
    <link>/tech/xml/20081203/3473.shtml</link>
    <description>一个XML文档如果符合一些基本的规范，那它就是结构规范的。XML格式有一套比HTML简单的解析规则，允许XML解析器不需要外部描述或了解数据含义就可以解析XML数据。&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;起始标签和结束标签必须匹配&amp;nbsp;XML元素可以包含正文和其他元素，在它的schema中用严</description>
    <pubDate>2008-12-03</pubDate>
    <category>Xml编程</category>
    <author>佚名</author>
    <comments>网络整理</comments>
</item>
<item>
    <title>读写xml文件的2个小函数</title>
    <link>/tech/xml/20081203/3472.shtml</link>
    <description>#region 读写xml文件的2个小函数，2005 4 2 by hyc 
&amp;nbsp;&amp;nbsp;public void SetXmlFileValue(string xmlPath,string AppKey,string AppValue)//写xmlPath是文件路径+文件名，AppKey是 Key Name，AppValue是Value&amp;nbsp;&amp;nbsp;{&amp;nbsp;&amp;nbsp;&amp;nbsp;XmlDocument xDoc = new Xm</description>
    <pubDate>2008-12-03</pubDate>
    <category>Xml编程</category>
    <author>佚名</author>
    <comments>网络整理</comments>
</item>
<item>
    <title>XML文档的基本操作</title>
    <link>/tech/xml/20081203/3471.shtml</link>
    <description>已知有一个XML文档（bookstore.xml）如下：
&amp;lt;?xml version=&quot;1.0&quot; encoding=&quot;gb2312&quot;?&amp;gt;&amp;lt;bookstore&amp;gt;&amp;lt;book genre=&quot;fantasy&quot; ISBN=&quot;2-3631-4&quot;&amp;gt;&amp;lt;title&amp;gt;Oberons Legacy&amp;lt;/title&amp;gt;&amp;lt;author&amp;gt;Corets, Eva&amp;lt;/author&amp;gt;&amp;lt;price&amp;gt;5.95&amp;lt;/pric</description>
    <pubDate>2008-12-03</pubDate>
    <category>Xml编程</category>
    <author>佚名</author>
    <comments>网络整理</comments>
</item>
<item>
    <title>ASP.NET中XML数据的处理</title>
    <link>/tech/net/20081203/3470.shtml</link>
    <description>SqlDataSource和ObjectDataSource控件都是平面表格式的数据源控件，操作也相对简单，在这里我就不细说了。
ASP.NET中XML数据是怎样的处理呢？下面就详细讲解。

在这里我主要谈下用于连接XML文件的XmlDataSource和用于连接站点导航数据的SiteMapDataSource这两个层次数据</description>
    <pubDate>2008-12-03</pubDate>
    <category>.Net编程</category>
    <author>佚名</author>
    <comments>网络整理</comments>
</item>
<item>
    <title>Jadu: 将 PHP 编译成 .NET</title>
    <link>/tech/net/20081203/3469.shtml</link>
    <description>内容管理公司 Jadu 最近发布了一个工具，可以让 PHP 和 .NET 这对冤家和平共处。他们开发了一个叫做 Phalanger PHP compiler&amp;nbsp;的工具，可以将 PHP 程序编译成本地 .NET 程序执行。他们还准备将这一工具开源。
&amp;nbsp;
据 Jadu CEO Suraj Kika 介绍，这个工具对 PHP 程序</description>
    <pubDate>2008-12-03</pubDate>
    <category>.Net编程</category>
    <author>佚名</author>
    <comments>网络整理</comments>
</item>
<item>
    <title>浅析.NET 3.5 SP1中的JIT增强</title>
    <link>/tech/net/20081203/3468.shtml</link>
    <description>在.NET平台里，大部分编译器的优化并不是通过VB和C#编译器来完成的。它们宁可把优化的处理推后到CLR的即时（Just In Time，JIT）编译器读取IL，并转换为原生机器码的时候来完成。由于这个原因，对JIT的改变会极大地影响之前编译好的程序集。
一个主要的影响就是内联函数（In</description>
    <pubDate>2008-12-03</pubDate>
    <category>.Net编程</category>
    <author>佚名</author>
    <comments>网络整理</comments>
</item>
<item>
    <title>一个简单实用的php加图片水印函数</title>
    <link>/tech/php/20081203/3467.shtml</link>
    <description>以下为引用的内容：&amp;lt;?php&amp;nbsp; &amp;nbsp;//$backFile：&amp;nbsp; 背景图&amp;nbsp;//$copyFile：&amp;nbsp; 待拷贝的图 &amp;nbsp;//$resultFile：&amp;nbsp; 生成文件保存地址&amp;nbsp;//$copyToX：&amp;nbsp; 拷贝到背景图上的X坐标&amp;nbsp;//$copyToY：&amp;nbsp; 拷贝到背景图上的Y坐标&amp;nbsp;//$co</description>
    <pubDate>2008-12-03</pubDate>
    <category>Php编程</category>
    <author>佚名</author>
    <comments>网络整理</comments>
</item>
<item>
    <title>PHP在Web开发领域的优势</title>
    <link>/tech/php/20081203/3466.shtml</link>
    <description>在多数WEB开发者眼中，ASP和JSP都被认为是领跑者，而PHP却被认为是个弱小的“挣扎者”，或者说它是一门被贬低为业余者才使用的语言，不值得参与企业WEB开发的竞争。在我看来，PHP没有被当作竞争者的理由是评论者缺乏对它的了解，而且也不了解用于WEB开发的其他操作系统。和一</description>
    <pubDate>2008-12-03</pubDate>
    <category>Php编程</category>
    <author>佚名</author>
    <comments>网络整理</comments>
</item>
<item>
    <title>PHP常见漏洞被攻击原因分析</title>
    <link>/tech/php/20081203/3465.shtml</link>
    <description>如何通过全局变量进行攻击？ 
PHP中的变量不需要事先声明，它们会在第一次使用时自动创建，它们的类型根据上下文环境自动确定。从程序员的角度来看，这无疑是一种极其方便的处理方法。一旦一个变量被创建了，就可以在程序中的任何地方使用。这个特点导致的结果就是程序员很</description>
    <pubDate>2008-12-03</pubDate>
    <category>Php编程</category>
    <author>佚名</author>
    <comments>网络整理</comments>
</item>
<item>
    <title>ASP实例：处理多关键词查询实例代码</title>
    <link>/tech/asp/20081203/3464.shtml</link>
    <description>在web开发中经常遇到多关键词对对单个字段查询，我一般是通过动态数组来实现的。当然多个关键词的一般是用空格或,隔开，我这几假设多个关键词用空格隔开,关键字字符串为keyStr，具体代码为。 
程序代码： 






以下为引用的内容： 
'关键字的搜索str=&quot;select * fr</description>
    <pubDate>2008-12-03</pubDate>
    <category>Asp编程</category>
    <author>佚名</author>
    <comments>网络整理</comments>
</item>
<item>
    <title>快速掌握ASP+Access数据库的18条安全法则</title>
    <link>/tech/asp/20081203/3463.shtml</link>
    <description>ASP+Access数据库的18条安全法则： 
1.首先，我们需要过滤所有客户端提交的内容,其中包括?id=N一类,另外还有提交的html代码中的操作数据库的select及asp文件操作语法,大家可以把提交的字符转义,然后再存入数据库。 

2.然后需要对访问Access数据库的页面进行授权,针对显示</description>
    <pubDate>2008-12-03</pubDate>
    <category>Asp编程</category>
    <author>佚名</author>
    <comments>网络整理</comments>
</item>
<item>
    <title>快速掌握ASP连接11种数据库的常用语法</title>
    <link>/tech/asp/20081203/3462.shtml</link>
    <description>本文主要介绍了ASP连接11种数据库的常用语法，详细内容请参考下文： 
1.Access数据库的DSN-less连接方法: 





以下为引用的内容：set adocon=Server.Createobject(&quot;adodb.connection&quot;)adoconn.Open&quot;Driver={Microsoft Access Driver(*.mdb)};DBQ=&quot;&amp;amp; _Server.Map</description>
    <pubDate>2008-12-03</pubDate>
    <category>Asp编程</category>
    <author>佚名</author>
    <comments>网络整理</comments>
</item>
<item>
    <title>影片镜头剪辑要点</title>
    <link>/tech/video/20081203/3455.shtml</link>
    <description>初学视频编辑，总是喜欢为不同镜头的切换设置不同的华丽的转场效果，这样画面变化是多了，但事后观赏影片时却觉得情节断断续续。如果我们平时看电影电视时注意了的话，你会发现他们很少有转场效果，但看起来却很流畅。
由此可见，一个片子的流畅与否与使用了多少转场特技没</description>
    <pubDate>2008-12-03</pubDate>
    <category>多媒体/视频</category>
    <author>佚名</author>
    <comments>网络整理</comments>
</item>
<item>
    <title>VMD MOVIE MAKER转换VID视频的教程</title>
    <link>/tech/video/20081203/3453.shtml</link>
    <description>一、工作界面 
VMD MOVIE MAKER操作简单，绝大部分的操作功能都在同一个界面(主界面)完成，如下图所示：
音量控制滑动条在电影预览或者VMD 电影回放时可以通过调节音量控制滑动条来控制声卡输出的音量大小。导入视频编辑框输入源电影的文件名，可以直接输入或通过右边的按</description>
    <pubDate>2008-12-03</pubDate>
    <category>多媒体/视频</category>
    <author>佚名</author>
    <comments>网络整理</comments>
</item>
<item>
    <title>视频制作输出高质量视频文件的技巧</title>
    <link>/tech/video/20081203/3451.shtml</link>
    <description>首先我们先来搞搞清楚码率这个概念：一部电影下来，画面变化是很频繁的，刚才还花前月下，这会儿可能已拳脚相加，所以压缩率也一直在变化。为了跟踪这种变化，引入了码率（Bit Rate）的概念（更准确的译法应该叫“码速”，但中国学理工的人一般来说中文都很蹩脚，现在我们只</description>
    <pubDate>2008-12-03</pubDate>
    <category>多媒体/视频</category>
    <author>佚名</author>
    <comments>网络整理</comments>
</item>
<item>
    <title>WEB设计－来自microsoft.com设计主管</title>
    <link>/tech/web/20081203/3446.shtml</link>
    <description>作为设计主管，Peter Stern 已经领导 microsoft.com 重新设计了主页并且开发了五个不同的交互工具，这些工具被用于下载中心、产品目录、配置文件中心、 搜索 和注册等联机功能。 他为几个内部工具设计了用户界面，并且正致力于创建将于今年晚些时候发布的下一代主页。
从头</description>
    <pubDate>2008-12-03</pubDate>
    <category>网页设计</category>
    <author>佚名</author>
    <comments>网络整理</comments>
</item>
<item>
    <title>W3C与DIV+CSS对SEO的帮助</title>
    <link>/tech/web/20081203/3443.shtml</link>
    <description>W3C网页设计标准是一种技术也是一种思想。
现在基本上很多高端的客户都会要求按照W3C标准来设计网站。在今年和去年这两年时间里，国内很多的门户网站都已经按照W3C标准对网站整体进行代码重构。
用W3C标准来设计网站,有个好处：提高用户体验,加快网页下载速度。按照W3C标准</description>
    <pubDate>2008-12-03</pubDate>
    <category>网页设计</category>
    <author>佚名</author>
    <comments>网络整理</comments>
</item>
<item>
    <title>WEB标准教程：链接和文本标签的应用</title>
    <link>/tech/web/20081203/3441.shtml</link>
    <description>我们都知道网页的最大特性是“链接”，是的这个在我们现在看起来习以为常的东西，让我们的生活发生了巨大的变化，是这个小小的标签成就了这个世界上无数的互联网天才。那么让我们看看这个标签的真面目：&amp;lt; a href=&quot;URL&quot; &amp;gt;文本区&amp;lt; /a&amp;gt;
就是这个简单的标签，其实大</description>
    <pubDate>2008-12-03</pubDate>
    <category>网页设计</category>
    <author>佚名</author>
    <comments>网络整理</comments>
</item>
<item>
    <title>photoshop打造仿手绘古典封面美女</title>
    <link>/tech/design/20081203/3438.shtml</link>
    <description>原始图片 
分页标题
完成效果 
分页标题
一，打开原始图片，调节下曲线对人物执行整体的美白。（另外美白手法也可）。之后对人物执行磨皮，出去杂点。可恰当用滤镜的降噪及磨皮。
分页标题
二，之后是对眼睛的刻画，先对原始图片的眼珠用涂画工具</description>
    <pubDate>2008-12-03</pubDate>
    <category>平面设计</category>
    <author>佚名</author>
    <comments>网络整理</comments>
</item>
<item>
    <title>PS修复偏蓝的室外人物照片</title>
    <link>/tech/design/20081203/3437.shtml</link>
    <description>原始图片 
分页标题
完成效果

&amp;nbsp;一，打开原始图片素材，新建曲线调节图层，参数及此时效果图如下。 
分页标题
分页标题
二，创建一图层，按Ctrl + Alt + Shift + E盖印图层，按Ctrl + ALt + ~提取高光选区，按Ctrl + Shift + I反选，按Ctrl +</description>
    <pubDate>2008-12-03</pubDate>
    <category>平面设计</category>
    <author>佚名</author>
    <comments>网络整理</comments>
</item>
<item>
    <title>简单三步调出唯美的婚片效果</title>
    <link>/tech/design/20081203/3436.shtml</link>
    <description>原图
分页标题
最终效果
分页标题
&amp;nbsp;


站长论坛 | 源码下载 | 精品软件 | 站长联盟 | 站长工具 | 素材下载 | 域名主机 | 域名交易 | 站长部落 | 简洁版 

Chinaz.com - 中国站长站 





·免费站长论坛邀请码
·CNZZ第三只眼
·站长好帮</description>
    <pubDate>2008-12-03</pubDate>
    <category>平面设计</category>
    <author>佚名</author>
    <comments>网络整理</comments>
</item>
<item>
    <title>Photoshop实例教程：色彩润泽你的相片 </title>
    <link>/tech/web/20081203/3435.shtml</link>
    <description>原图
分页标题
效果图
分页标题
1. 打开一张图片
2. 第一步,我要选取中间调,执行计算这个功能,设置如图,老马,中间调有什么用？

图1分页标题
这个选区排除了高光和暗区，这个选区我可以做，磨皮，提亮，调暗，我除了磨皮，我用色相饱和度，设置20-</description>
    <pubDate>2008-12-03</pubDate>
    <category>网页设计</category>
    <author>佚名</author>
    <comments>网络整理</comments>
</item>
<item>
    <title>第一视频新媒体形象小姐大赛拉开帷幕</title>
    <link>/tech/info/20081203/3434.shtml</link>
    <description>2008年11月29日，首届新媒体节开幕式暨中国国际新媒体产业大会在全国政协礼堂隆重召开。大会颁发了2008年度新媒体各大奖项，第一视频荣获“2008中国网络新媒体年度十大品牌”大奖，同时获得相关奖项的还有人民网、新华网、央视网等综合门户网站。 
首届新媒体节由新传媒产业</description>
    <pubDate>2008-12-03</pubDate>
    <category>软件资讯</category>
    <author>佚名</author>
    <comments>网络整理</comments>
</item>
<item>
    <title>微软Windows操作系统市场份额首次低于90％</title>
    <link>/tech/info/20081203/3433.shtml</link>
    <description>12月2日国际报道Net Applications Inc互联网监测公司周一发布报告称，微软Windows操作系统上月出现近两年以来的最大跌幅，其市场份额首次低于90%。
11月份，该机构监测到89.6%的上网用户使用的是Windows操作系统，比10月份下跌0.84%。这是Windows两年来最大的跌幅。
苹果Ma</description>
    <pubDate>2008-12-03</pubDate>
    <category>软件资讯</category>
    <author>佚名</author>
    <comments>网络整理</comments>
</item>
<item>
    <title>没有平台说自己安全 苹果建议用户安装杀软</title>
    <link>/tech/info/20081203/3432.shtml</link>
    <description>据国外媒体报道，苹果日前在其技术支持网页上发表文章，建议Mac用户安装杀毒软件。

这是苹果首次建议用户安装杀毒软件。苹果的这一举动说明苹果开始承认Mac用户也不能免于Web应用程序漏洞所带来的威胁。Web应用程序漏洞已取代操作系统漏洞成为计算机用户的头号威胁。
苹</description>
    <pubDate>2008-12-03</pubDate>
    <category>软件资讯</category>
    <author>佚名</author>
    <comments>网络整理</comments>
</item>
<item>
    <title>MSN北京地区再遇服务故障</title>
    <link>/tech/info/20080912/3292.shtml</link>
    <description>　新浪科技讯 9月11日傍晚消息，微软MSN服务19时左右在北京局部地区出现短暂登录故障，故障表现为在线用户突然掉线，再登录时提示失败，服务暂不可用，错误代码81000314。
　　之前，MSN在北京地区出现过多次类似故障，最近一次经过官方确认的是在今年7月25日上午。当时MSN</description>
    <pubDate>2008-09-12</pubDate>
    <category>软件资讯</category>
    <author>佚名</author>
    <comments>网络整理</comments>
</item>
<item>
    <title>用Sony Vegas筛选、剪辑视频</title>
    <link>/tech/video/20080912/3288.shtml</link>
    <description>电影的剪辑有很多窍门，不管什么影视节目，都是由一系列的镜头按照一定的排列次序组接起来的。当我们自己动手的时候，无论我们是剪辑自己的旅游DV，还是剪辑自己喜欢的电影精彩镜头，或是自拍自导的MV，都要遵循一定的规律去剪辑、组接，这样才能把我们的镜头融合成一个完整</description>
    <pubDate>2008-09-12</pubDate>
    <category>多媒体/视频</category>
    <author>佚名</author>
    <comments>网络整理</comments>
</item>
<item>
    <title>TMPGEnc Plus软件快速视频编辑技巧</title>
    <link>/tech/video/20080912/3287.shtml</link>
    <description>TMPGEnc Plus是一款相当优秀的视频编码软件，我们一般只是用它来压缩和转换AVI、MOV等格式的视频文件，但你知道它也可当作快速视频“编辑软件”来使用吗？灵活运用它的编辑功能会给我们的工作带来很大的方便、节省大量时间。(本文以TMPGEnc Plus 2.56为例，下载地址是http://</description>
    <pubDate>2008-09-12</pubDate>
    <category>多媒体/视频</category>
    <author>佚名</author>
    <comments>网络整理</comments>
</item>
<item>
    <title>web developer 插件Miscellaneous工具</title>
    <link>/tech/web/20080912/3280.shtml</link>
    <description>Miscellaneous工具包含了很多有意思的功能，我们只讲三个与CSS网页布局开发有关系的功能。如下图：




1、Display Line Guides　辅助线功能，我们在Photoshop或Fireworks等图象处理软件中，提供了额外的辅助线功能，方便图片文件在处理过程中的对齐等。在Web Developer</description>
    <pubDate>2008-09-12</pubDate>
    <category>网页设计</category>
    <author>佚名</author>
    <comments>网络整理</comments>
</item>
<item>
    <title>Web Developer插件的Information工具</title>
    <link>/tech/web/20080912/3279.shtml</link>
    <description>Web Developer插件的Information工具是一个包罗很多实用功能的地方，有些东西对于我们CSS网页布局设计显得非常有用。Information工具提供的功能非常多，我们仅挑一些CSS网页布局设计中常用的功能加以介绍。该工具菜单如下图：

1、Display Blocks Size　显示块元素对象的尺</description>
    <pubDate>2008-09-12</pubDate>
    <category>网页设计</category>
    <author>佚名</author>
    <comments>网络整理</comments>
</item>
<item>
    <title>web developer 工具组教程</title>
    <link>/tech/web/20080912/3278.shtml</link>
    <description>Web Developer 插件强大的功能超乎你的想象，用于CSS网页布局开发调试只是它强大功能的一部分，对于网络程序的开发也提供了非常强大的辅助设计功能，我们不将它完全的 展开探讨，我们仅针对CSS网页布局开发调试对它进行了解，有兴趣的朋友可以详细的研究一下它的强大功能。</description>
    <pubDate>2008-09-12</pubDate>
    <category>网页设计</category>
    <author>佚名</author>
    <comments>网络整理</comments>
</item>
<item>
    <title>巧用Firefox三大利器插件 教你调试Div/ CSS网页</title>
    <link>/tech/web/20080912/3277.shtml</link>
    <description>Firefox是什么就不用说了，地球上的站长都知道，他的浏览器市场占有率仅次于IE，尤其被各大小站长所喜爱。除了大家都熟知的标签显示，定制外观等许多功能外，被站长们喜欢的还有以下两个重要原因，一是Firefox是完全符合W3C标准的，而IE却自成体系，搞自己的一套，导致很多</description>
    <pubDate>2008-09-12</pubDate>
    <category>网页设计</category>
    <author>佚名</author>
    <comments>网络整理</comments>
</item>
<item>
    <title>Photoshop鼠绘超酷的兰博基尼跑车</title>
    <link>/tech/design/20080912/3276.shtml</link>
    <description>先看一下最终效果：
分页标题


&amp;nbsp;
&amp;nbsp;
分页标题


&amp;nbsp;
&amp;nbsp;
分页标题


&amp;nbsp;
&amp;nbsp;&amp;nbsp;分页标题


&amp;nbsp;
&amp;nbsp;

分页标题


&amp;nbsp;
&amp;nbsp;分页标题


&amp;nbsp;
&amp;nbsp;

分页标题#e</description>
    <pubDate>2008-09-12</pubDate>
    <category>平面设计</category>
    <author>佚名</author>
    <comments>网络整理</comments>
</item>
<item>
    <title>ASP实现带进度条的测试网速的代码程序</title>
    <link>/tech/asp/20080912/3275.shtml</link>
    <description>ASP实现带进度条的测试网速。
把下列代码存为.ASP的文件，放在你的服务器上就可以直接运行了。 




以下为引用的内容：
&amp;lt;%Response.Expires = 0Response.Expiresabsolute = Now() - 1Response.AddHeader &quot;pragma&quot;,&quot;no-cache&quot;Response.AddHeader &quot;cache-control&quot;,&quot;</description>
    <pubDate>2008-09-12</pubDate>
    <category>Asp编程</category>
    <author>佚名</author>
    <comments>网络整理</comments>
</item>
<item>
    <title>ASP程序实现网页伪静态页源代码</title>
    <link>/tech/asp/20080912/3271.shtml</link>
    <description>很简单的教程，献给喜欢SEO的朋友们。把http://www.***.cn/article.asp?logID=26&amp;nbsp;&amp;nbsp; 替换成http://www.***.cn/article.asp?/a26.html。不需要通过iis+ISAPI_Rewrite做基于IIS的url rewrite
一、数据库很简单使用ACCESS，Data.mdb建立一个表Article，三个字段：ID</description>
    <pubDate>2008-09-12</pubDate>
    <category>Asp编程</category>
    <author>佚名</author>
    <comments>网络整理</comments>
</item>
<item>
    <title>ASP实例：即时显示当前页面浏览人数</title>
    <link>/tech/asp/20080912/3267.shtml</link>
    <description>ASP实现即时显示当前页面浏览人数 
online.asp文件




以下为引用的内容：&amp;lt;!--#include file=&quot;dbconn.asp&quot; --&amp;gt;&amp;lt;%onlineTimeout=10　　　 ''定义在线活动时间的时间间隔Function Userip()　　GetClientIP = Request.ServerVariables(&quot;HTTP_X_FORWARDED_FOR&quot;)</description>
    <pubDate>2008-09-12</pubDate>
    <category>Asp编程</category>
    <author>佚名</author>
    <comments>网络整理</comments>
</item>
<item>
    <title>用PHP构建一个简易监视引擎</title>
    <link>/tech/php/20080912/3266.shtml</link>
    <description>一.更改工作目录的问题当你编写一个监视程序时，让它设置自己的工作目录通常更好些。这样以来，如果你使用一个相对路径读写文件，那么，它会根据情况自动处理用户期望存放文件的位置。总是限制程序中使用的路径尽管是一种良好的实践；但是，却失去了应有的灵活性。因此，改变</description>
    <pubDate>2008-09-12</pubDate>
    <category>Php编程</category>
    <author>佚名</author>
    <comments>网络整理</comments>
</item>
<item>
    <title>PHP5中PDO的简单使用</title>
    <link>/tech/php/20080912/3265.shtml</link>
    <description>PDO(PHPDataObject)是PHP5新出来的东西，在PHP6都要出来的时候，PHP6只默认使用PDO来处理数据库，将把所有的数据库扩展移到了PECL，那么默认就是没有了我们喜爱的php_mysql.dll之类的了，那怎么办捏，我们只有与时俱进了，我就小试了一把PDO。（本文只是入门级的，高手可以略</description>
    <pubDate>2008-09-12</pubDate>
    <category>Php编程</category>
    <author>佚名</author>
    <comments>网络整理</comments>
</item>

</channel>
</rss>
