2008年10月20日

Another way to Invoke UI from a Worker Thread

摘要: Download source files - 15.1 Kb Introduction This article demonstrates an alternative way of invoking UI event handlers from a worker thread. Events from worker threads - the "traditional" wa... 阅读全文

posted @ 2008-10-20 09:58 starspace 阅读(341) 评论(0) 推荐(0) 编辑

2008年10月19日

从辅助线程更新用户界面

摘要: Basic Instincts... 利用辅助线程更新用户界面UI 原著:Ted Pattison 作者:Abbey 原文出处:MSDN Magazine Ma... 阅读全文

posted @ 2008-10-19 23:18 starspace 阅读(344) 评论(0) 推荐(0) 编辑

2008年10月17日

ASP.NET 生命周期概述

摘要: ASP.NET 应用程序生命周期概述 ASP.NET 页生命周期概述 IIS 5.0 和 6.0 的 ASP.NET 应用程序生命周期概述 阅读全文

posted @ 2008-10-17 23:25 starspace 阅读(207) 评论(0) 推荐(0) 编辑

ASP.NET跨页面传值技巧总结

摘要: 1. 使用QueryString变量 QueryString是一种非常简单的传值方式,他可以将传送的值显示在浏览器的地址栏中。如果是传递一个或多个安全性要求不高或是结构简单的数值时,可以使用这个方法。但是对于传递数组或对象的话,就不能用这个方法了。下面是一个例子: a.aspx的C#代码 private void Button1_Click(object sender, System.Even... 阅读全文

posted @ 2008-10-17 23:05 starspace 阅读(152) 评论(0) 推荐(0) 编辑

windows下的绿色unix工具集UnxUtils以及个人补充收藏[转]

摘要: 注:本文所提及的工具附于文后。 假如你用惯了linux,那你很有可能跟我一样,是被一堆个头不大,却是精明能干的小工具所吸引的:im, ssh, perl, grep, agrep, fgrep, sed, wget, agrep, unzip, cp, mv, rm (我常用的,也就这些)……这些工具在windows不是不存在,只是有的工具加上了gui界面,个头太大;有的改成了彻头彻尾的windo... 阅读全文

posted @ 2008-10-17 22:43 starspace 阅读(964) 评论(0) 推荐(0) 编辑

Windows Grep

摘要: Main screenshot Once you've found what you're looking for, you can open the files found for viewing or editing, or you can replace the text found with something else. The best way to find out... 阅读全文

posted @ 2008-10-17 22:29 starspace 阅读(602) 评论(0) 推荐(0) 编辑

C#开源站点收集

摘要: http://csharp-source.net/open-source/ http://sourceforge.net/ http://www.codeproject.com 阅读全文

posted @ 2008-10-17 21:28 starspace 阅读(201) 评论(0) 推荐(0) 编辑

Log Parser 2.2 如何运作

摘要: 发布日期: 2005年04月27日 作者: Gabriele Giuseppini (Microsoft Corporation 的软件开发测试工程师) 审稿人 Jeffrey A. Johnson(Microsoft Corporation 的软件开发测试工程师) 本页内容 简介 ... 阅读全文

posted @ 2008-10-17 20:38 starspace 阅读(843) 评论(1) 推荐(0) 编辑

Web 测试的创作与调试技术

摘要: 发布日期 : 2006-4-19 | 更新日期 : 2006-4-19 Josh Christie 软件设计工程师 Microsoft Visual Studio 2005 - Web 和负载测试 适用于: Visual Studio 2005 Team Suite Visual Studio 2005 Team Edition for Software Testers 摘要:学习有关 Vi... 阅读全文

posted @ 2008-10-17 20:14 starspace 阅读(473) 评论(0) 推荐(0) 编辑

用Visual Studio做自动化测试

摘要: So you want to replay an IIS web server log? A few months ago, a group in Microsoft wanted to be able to play back a large IIS log as a Visual Studio web test. They started off with a converter tha... 阅读全文

posted @ 2008-10-17 20:04 starspace 阅读(501) 评论(0) 推荐(0) 编辑

导航