08 2008 档案

[书目20080829]软件测试技术经典教程
摘要:第一部分 软件测试基础 第1章 软件测试基本概念 1.1 什么是软件 1.2 软件的分类 1.3 什么是Bug 1.4 什么是软件测试 1.5 测试环境 1.6 测试用例 小结 思考题 第2章 软件测试分类 2.1 黑盒测试和白盒测试 2.2 静态测试和动态测试 2.3 单元测试、集成测试、系统测试和验收测试 2.4 功能测试和性能测试 2.5 回归测试、冒烟测试、随机测试 2.6 不同测试分类之... 阅读全文

posted @ 2008-08-29 12:38 freeliver54 阅读(1545) 评论(0) 推荐(0) 编辑

[引]VS帮助文档的 socket连接的Listen和Connect 及 Tcp连接的TcpListener和TcpClient
摘要:using System; using System.Collections.Generic; using System.ComponentModel; using System.Data; using System.Drawing; using System.Text; using System.Windows.Forms; using System.IO; using System.Net; ... 阅读全文

posted @ 2008-08-29 12:30 freeliver54 阅读(1955) 评论(3) 推荐(0) 编辑

取得excel有效信息
摘要://0/加入using Excel; string strFileName = "test.xls"; //1、判斷file this.Server.MapPath(strFileName)存在 //2、取信息 object missing = System.Reflection.M... 阅读全文

posted @ 2008-08-23 13:06 freeliver54 阅读(374) 评论(0) 推荐(0) 编辑

命令行 SC命令 及通过sc config 更该windows服务的启动类型等
摘要:更该 asp.net状态服务(aspnet_state) 的启动类型为自动 sc config aspnet_state start= auto sc帮助说明 ---------- 描述: SC 是用于与服务控制管理器通信的命令行程序。 用法: sc [command] [service name] ... 选项 的格式为 "\\Server... 阅读全文

posted @ 2008-08-14 10:07 freeliver54 阅读(11686) 评论(0) 推荐(0) 编辑

Windows Form窗体的关闭按钮的启用与否
摘要:public partial class Form1 : Form { private bool isEnableCloseButton = false; public Form1(string strFlag) { InitializeComponent(); if (strFlag == "... 阅读全文

posted @ 2008-08-12 18:01 freeliver54 阅读(1580) 评论(3) 推荐(0) 编辑

[转]flash 与 js 通讯方法
摘要:flash 中调用js 有两种方法,第一中是同getURL 这个方式来调用js,第二种是用 ExternalInterface.call( ).第一种是很常见的用法,我就说一下小明我是怎么用 ExternalInterface.call 什么是 ExternalInterface? ExternalInterface类是外部api ,也就是actionscript 和 flashp... 阅读全文

posted @ 2008-08-11 12:45 freeliver54 阅读(1768) 评论(3) 推荐(0) 编辑

[转]C#动态生成文字图片
摘要:本文转自:http://hi.baidu.com/lantis214/blog/item/e53c35fe83a950355d60083f.html 原文如下 -------- using System; using System.Data; using System.Configuration; using System.Collections; using System.Web; usin... 阅读全文

posted @ 2008-08-08 10:47 freeliver54 阅读(8985) 评论(2) 推荐(0) 编辑

JS中得到C#后台服务器Session的值
摘要: 阅读全文

posted @ 2008-08-05 16:52 freeliver54 阅读(2905) 评论(0) 推荐(0) 编辑

自定义对1到15位长度的密码加解密
摘要:示例效果 只是对1到15位长度的密码加解密 将原明文进行ASCII码的增加转换 使其成为一个长度为16的字串 变相实现加密 解密就是根据之前的转换思路 进行相关逆运算 得到原明文 有需要的朋友 可以根据思路进行相关扩充 以使其符合自已的需要 #region 对1-15位明文加密 protected void Button1_Click(object sender, EventArgs... 阅读全文

posted @ 2008-08-05 13:14 freeliver54 阅读(723) 评论(1) 推荐(0) 编辑

导航