上一页 1 ··· 297 298 299 300 301 302 303 304 305 ··· 337 下一页
摘要: Extension Collection Note: These extensions are for the release of BlogEngine.NET 1.3 or newer. Extension Version Description Author(s) DotNetKicksOnTheFly 1.0 Adds a DotNetKicks button to a post wher... 阅读全文
posted @ 2009-05-18 20:07 emanlee 阅读(375) 评论(0) 推荐(0)
摘要: Project Description A collection of widgets created for BlogEngine.Net. Widget Version Description Author(s) Poll Widget 1.4 Add polls to your blog Fatih Sever Shelfari Widget 1.4 The widget allows yo... 阅读全文
posted @ 2009-05-18 20:06 emanlee 阅读(409) 评论(0) 推荐(0)
摘要: BlogEngine.NET 1.5 出现错误:字符串中有乱码。 解决方法: (1)删除labels.zh-CN.resx中的所有中文标点符号。 (2)或者修改Web.Config <globalization requestEncoding="utf-8" responseEncoding="utf-8" culture="auto... 阅读全文
posted @ 2009-05-15 13:55 emanlee 阅读(569) 评论(0) 推荐(0)
摘要: this.ddlCities.DataSource = GetAll_List(); this.ddlCities.DataTextField = "Name"; this.ddlCities.DataValueField = "Id"; this.ddlCities.DataBind(); 错误: 'ddlCities' has a SelectedVal... 阅读全文
posted @ 2009-05-14 00:27 emanlee 阅读(1692) 评论(0) 推荐(0)
摘要: 按同一键次数连续超过了5次。就被当作粘连键弹出来了。 控制面板---辅助功能选项---键盘--粘滞键---设置---将粘滞键的“使用快捷键”的勾去掉. 阅读全文
posted @ 2009-05-14 00:26 emanlee 阅读(1460) 评论(0) 推荐(0)
摘要: 软件测试相关书籍: .NET测试实战技术大全:测试基础、流行工具、典型案例http://www.ptpress.com.cn/Book.aspx?id=11139Visual Studio 2005 Team System软件测试专家教程http://product.dangdang.com/product.aspx?product_id=20408704.NET软件测试指南http://www.... 阅读全文
posted @ 2009-05-12 18:38 emanlee 阅读(477) 评论(0) 推荐(0)
摘要: 测试相关网站: 3atesting 51testing Agile Testing Google Testing Blog (rss) JW on Test (rss) OpenQA Software testing club Taobao QA Team Testage 海松宝的平凡生活 海松宝之基地小屋 生生不息 实用性测试 朱少民-软件测试和质量专栏 http://www.cnblogs.c... 阅读全文
posted @ 2009-05-12 18:31 emanlee 阅读(314) 评论(0) 推荐(0)
摘要: Visual Studio Team System for TestersContent Index for Web Tests and Load Tests Getting Started Online Help Working with Web Tests, VS 2008 Working with Load Tests, VS 2008 Working with Controllers, A... 阅读全文
posted @ 2009-05-12 18:09 emanlee 阅读(655) 评论(0) 推荐(0)
摘要: Load Test StatisticsLoad Tester collects an extensive measurements during a load test. This data is collected in samples. Each sample has multiple measurements associated with it. Depending on the mea... 阅读全文
posted @ 2009-05-11 22:39 emanlee 阅读(980) 评论(1) 推荐(0)
摘要: 涉及知识点:数组,结构体和指针 分析以下程序的运行结果: #include "stdio.h" struct  sp {     int a;     int *b; } *p ; int d[3]={10,20,30}; struct sp t[3]={70,&d[0],80,&d[1]... 阅读全文
posted @ 2009-05-10 18:22 emanlee 阅读(3163) 评论(0) 推荐(0)
上一页 1 ··· 297 298 299 300 301 302 303 304 305 ··· 337 下一页