2008年10月17日

ASP.NET 生命周期概述

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

posted @ 2008-10-17 23:25 starspace 阅读(208) 评论(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 阅读(154) 评论(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 阅读(987) 评论(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 阅读(604) 评论(0) 推荐(0) 编辑

C#开源站点收集

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

posted @ 2008-10-17 21:28 starspace 阅读(202) 评论(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 阅读(869) 评论(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 阅读(475) 评论(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 阅读(504) 评论(0) 推荐(0) 编辑

代码生成工具介绍

摘要: CodeSmith Iron Speed Designer 阅读全文

posted @ 2008-10-17 15:49 starspace 阅读(268) 评论(0) 推荐(0) 编辑

Linux进程查看

摘要: linux是个多用户系统,有时候也要了解其他用户现在在干什么,所以在本节中还将接触多用户方面的容。同时Linux是一个多进程系统,经常需要对这些进程进行一些调配和管理;而要进行管理,首先就要知现在的进程情况:究竟有哪些进程?进程情况如何?等等。所以需要进程查看方面的工作。 who命令 该命令主要用于查看当前在线上的用户情况。这个命令非常有用。如果用户想和其他用户建立即时讯,比如使用t... 阅读全文

posted @ 2008-10-17 10:03 starspace 阅读(327) 评论(0) 推荐(0) 编辑

导航