<?xml version="1.0" encoding="utf-8"?><feed xmlns="http://www.w3.org/2005/Atom"><title type="text">博客园_测试生活</title><subtitle type="text">本Blog将不在更新,转入如下地址          http://123.127.140.50/ztest/default.aspx</subtitle><id>http://feed.cnblogs.com/blog/u/29022/rss</id><updated>2012-03-06T03:41:09Z</updated><author><name>张天利</name><uri>http://www.cnblogs.com/SmileMan/</uri></author><generator>feed.cnblogs.com</generator><link rel="alternate" type="text/html" href="http://www.cnblogs.com/SmileMan/"/><link rel="self" type="application/atom+xml" href="http://feed.cnblogs.com/blog/u/29022/rss"/><entry><id>http://www.cnblogs.com/SmileMan/archive/2010/11/24/1886256.html</id><title type="text">换窝了!</title><summary type="text">1)好久没有更新这个博客了,对那些关注我的人说声抱歉!2)现在已经有了一个自己的测试窝了,地址:http://119.255.34.182/ztest/default.aspx3)博客园的这个窝以后将不在更新,以后所有文章都将转入新窝!</summary><published>2010-11-24T02:23:00Z</published><updated>2010-11-24T02:23:00Z</updated><author><name>张天利</name><uri>http://www.cnblogs.com/SmileMan/</uri></author><link rel="alternate" href="http://www.cnblogs.com/SmileMan/archive/2010/11/24/1886256.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/SmileMan/archive/2010/11/24/1886256.html"/><content type="html">&lt;p&gt;1)好久没有更新这个博客了,对那些关注我的人说声抱歉!&lt;/p&gt;&lt;p&gt;2)现在已经有了一个自己的测试窝了,地址:http://119.255.34.182/ztest/default.aspx&lt;/p&gt;&lt;p&gt;3)博客园的这个窝以后将不在更新,以后所有文章都将转入新窝!&lt;/p&gt;&lt;img src="http://www.cnblogs.com/SmileMan/aggbug/1886256.html?type=1" width="1" height="1" alt=""/&gt;&lt;p&gt;&lt;a href="http://www.cnblogs.com/SmileMan/archive/2010/11/24/1886256.html" target="_blank"&gt;本文链接&lt;/a&gt;&lt;/p&gt;</content></entry><entry><id>http://www.cnblogs.com/SmileMan/archive/2010/04/28/1722631.html</id><title type="text">性能监视器</title><summary type="text">此程序是我在做性能测试的时候自主开发的一款小工具,适用于WIN2003,不包含对数据库的性能计数器的采集!以下是截图.下载/Files/SmileMan/性能监视器.rar</summary><published>2010-04-28T01:19:00Z</published><updated>2010-04-28T01:19:00Z</updated><author><name>张天利</name><uri>http://www.cnblogs.com/SmileMan/</uri></author><link rel="alternate" href="http://www.cnblogs.com/SmileMan/archive/2010/04/28/1722631.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/SmileMan/archive/2010/04/28/1722631.html"/><content type="text">此程序是我在做性能测试的时候自主开发的一款小工具,适用于WIN2003,不包含对数据库的性能计数器的采集!以下是截图.下载/Files/SmileMan/性能监视器.rar</content></entry><entry><id>http://www.cnblogs.com/SmileMan/archive/2010/03/15/1686251.html</id><title type="text">SQL Server下如何对数据库的存储过程进行单元测试</title><summary type="text">第一步:新建数据库单元测试.第二步:配置单元测试数据库.第三步:调用存储过程并编辑测试用例第四步:执行测试并查看结果.第五步:可以通过代码对测试用例和输出结果进行调整. 通过以上步骤可以简单的对某个数据的存储过程进行测试,当然除了可以测试存储过程,也可以测试函数,触发器等东东.这样结合每日构建,可以每日测试,保证数据库的完整性和正确性.</summary><published>2010-03-15T07:11:00Z</published><updated>2010-03-15T07:11:00Z</updated><author><name>张天利</name><uri>http://www.cnblogs.com/SmileMan/</uri></author><link rel="alternate" href="http://www.cnblogs.com/SmileMan/archive/2010/03/15/1686251.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/SmileMan/archive/2010/03/15/1686251.html"/><content type="text">第一步:新建数据库单元测试.第二步:配置单元测试数据库.第三步:调用存储过程并编辑测试用例第四步:执行测试并查看结果.第五步:可以通过代码对测试用例和输出结果进行调整. 通过以上步骤可以简单的对某个数据的存储过程进行测试,当然除了可以测试存储过程,也可以测试函数,触发器等东东.这样结合每日构建,可以每日测试,保证数据库的完整性和正确性.</content></entry><entry><id>http://www.cnblogs.com/SmileMan/archive/2009/10/20/1586727.html</id><title type="text">sql注入的一般步骤</title><summary type="text">1、判断是否存在注入的可能。 ',and user&gt;0, and 1=1,and 1=2.2、判断数据库类型。and (select count(*) from sysobjects)&gt;0 (sqlserver), and (select count(*) from msysobjects)&gt;0 (Access).3、猜解数据表。 and (select count(*) fro...</summary><published>2009-10-20T01:35:00Z</published><updated>2009-10-20T01:35:00Z</updated><author><name>张天利</name><uri>http://www.cnblogs.com/SmileMan/</uri></author><link rel="alternate" href="http://www.cnblogs.com/SmileMan/archive/2009/10/20/1586727.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/SmileMan/archive/2009/10/20/1586727.html"/><content type="text">1、判断是否存在注入的可能。 ',and user&gt;0, and 1=1,and 1=2.2、判断数据库类型。and (select count(*) from sysobjects)&gt;0 (sqlserver), and (select count(*) from msysobjects)&gt;0 (Access).3、猜解数据表。 and (select count(*) fro...</content></entry><entry><id>http://www.cnblogs.com/SmileMan/archive/2009/05/07/1452023.html</id><title type="text">LoadRunner9.5Cracker</title><summary type="text">LoadRunner9.5Cracker</summary><published>2009-05-07T08:08:00Z</published><updated>2009-05-07T08:08:00Z</updated><author><name>张天利</name><uri>http://www.cnblogs.com/SmileMan/</uri></author><link rel="alternate" href="http://www.cnblogs.com/SmileMan/archive/2009/05/07/1452023.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/SmileMan/archive/2009/05/07/1452023.html"/><content type="text">LoadRunner9.5Cracker</content></entry><entry><id>http://www.cnblogs.com/SmileMan/archive/2009/04/03/1429154.html</id><title type="text">DataBuilder</title><summary type="text">一款数据生成小工具!截图如下:下载</summary><published>2009-04-03T09:37:00Z</published><updated>2009-04-03T09:37:00Z</updated><author><name>张天利</name><uri>http://www.cnblogs.com/SmileMan/</uri></author><link rel="alternate" href="http://www.cnblogs.com/SmileMan/archive/2009/04/03/1429154.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/SmileMan/archive/2009/04/03/1429154.html"/><content type="text">一款数据生成小工具!截图如下:下载</content></entry><entry><id>http://www.cnblogs.com/SmileMan/archive/2009/04/01/1426852.html</id><title type="text">CookieReader</title><summary type="text">这是一款读取本地Cookie的小工具.界面如下:下载</summary><published>2009-04-01T01:39:00Z</published><updated>2009-04-01T01:39:00Z</updated><author><name>张天利</name><uri>http://www.cnblogs.com/SmileMan/</uri></author><link rel="alternate" href="http://www.cnblogs.com/SmileMan/archive/2009/04/01/1426852.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/SmileMan/archive/2009/04/01/1426852.html"/><content type="text">这是一款读取本地Cookie的小工具.界面如下:下载</content></entry><entry><id>http://www.cnblogs.com/SmileMan/archive/2009/03/31/1425878.html</id><title type="text">URLResponseTime小工具</title><summary type="text">这是一款URLResponseTime小工具,界面如下:下载</summary><published>2009-03-31T04:12:00Z</published><updated>2009-03-31T04:12:00Z</updated><author><name>张天利</name><uri>http://www.cnblogs.com/SmileMan/</uri></author><link rel="alternate" href="http://www.cnblogs.com/SmileMan/archive/2009/03/31/1425878.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/SmileMan/archive/2009/03/31/1425878.html"/><content type="text">这是一款URLResponseTime小工具,界面如下:下载</content></entry><entry><id>http://www.cnblogs.com/SmileMan/archive/2009/03/13/1410906.html</id><title type="text">warning MSB4126(自动构建过程中网站发布不了)</title><summary type="text">利用TFSBUILDER进行每日构建.结果显示构建成功,但构建目录下无任何可发布的结果.通过查看构建日志,显示:warning MSB4126错误信息.如图:具体结果办法:已TFS服务帐户(如tfsservices)登录TFS服务器,并建立生成定义.</summary><published>2009-03-13T08:58:00Z</published><updated>2009-03-13T08:58:00Z</updated><author><name>张天利</name><uri>http://www.cnblogs.com/SmileMan/</uri></author><link rel="alternate" href="http://www.cnblogs.com/SmileMan/archive/2009/03/13/1410906.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/SmileMan/archive/2009/03/13/1410906.html"/><content type="text">利用TFSBUILDER进行每日构建.结果显示构建成功,但构建目录下无任何可发布的结果.通过查看构建日志,显示:warning MSB4126错误信息.如图:具体结果办法:已TFS服务帐户(如tfsservices)登录TFS服务器,并建立生成定义.</content></entry><entry><id>http://www.cnblogs.com/SmileMan/archive/2009/03/04/1402882.html</id><title type="text">TFS端口列表</title><summary type="text">网络端口和协议原文地址:http://msdn.microsoft.com/zh-cn/library/ms253184(VS.80).aspx默认情况下，Team Foundation Server 配置为使用特定的网络端口和网络协议。下面的关系图阐释了示例部署中的 Team Foundation Server 网络流量。 默认网络设置默认情况下，Team Foundation 应用层、Team...</summary><published>2009-03-04T04:17:00Z</published><updated>2009-03-04T04:17:00Z</updated><author><name>张天利</name><uri>http://www.cnblogs.com/SmileMan/</uri></author><link rel="alternate" href="http://www.cnblogs.com/SmileMan/archive/2009/03/04/1402882.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/SmileMan/archive/2009/03/04/1402882.html"/><content type="text">网络端口和协议原文地址:http://msdn.microsoft.com/zh-cn/library/ms253184(VS.80).aspx默认情况下，Team Foundation Server 配置为使用特定的网络端口和网络协议。下面的关系图阐释了示例部署中的 Team Foundation Server 网络流量。 默认网络设置默认情况下，Team Foundation 应用层、Team...</content></entry></feed>
