EmanLee, Eman Lee's Space (blog, website)
EmanLee, Eman Lee's Space (blog, website)
首页
博问
闪存
新随笔
订阅
管理
随笔- 1148 文章- 1 评论- 142
05 2009 档案
Visual SourceSafe 2005(Vss2005)使用经验总结
摘要: vss2005中的符号所代表的意义: 小人代表别人已经签出了这个文件 对号代表 你自己签出了文件 小锁是没有人签出的文件 加号是已经在版本数据库中删除了的页面。 连接方式: 局域网方式连接 Internet 方式连接 在局域网方式连接时,需要输入自己的 vss 登陆帐号,账号可以通过管理器,自己在 vss 系统中注册; Internet 连接时默认使用的是 vss 中的 administrator...
阅读全文
posted @
2009-05-31 19:07
emanlee 阅读(130) |
评论 (0)
编辑
Visual SourceSafe 2005(Vss2005)使用经验总结
摘要: vss2005中的符号所代表的意义: 小人代表别人已经签出了这个文件 对号代表 你自己签出了文件 小锁是没有人签出的文件 加号是已经在版本数据库中删除了的页面。 连接方式: 局域网方式连接 Internet 方式连接 在局域网方式连接时,需要输入自己的 vss 登陆帐号,账号可以通过管理器,自己在 vss 系统中注册; Internet 连接时默认使用的是 vss 中的 administrator...
阅读全文
posted @
2009-05-31 18:11
emanlee 阅读(259) |
评论 (0)
编辑
VS2005集成VSS2005的方法
摘要: 步骤0:安装前的准备事项 服务器端: 因为Internet访问是通过Web Service实现的,所以安装前要先配置安装好IIS。 安装VSS2005好像可以自动安装.Net Framework 2.0,不过,我是事先安装好.Net Framework 2.0并启用Asp.Net 2.0的。 客户端: 只有Visual Studio 2005默认支持VSS的Internet访问,所以客户...
阅读全文
posted @
2009-05-31 17:51
emanlee 阅读(119) |
评论 (0)
编辑
卸载 Visual Studio 2008 的早期版本
摘要: 本文适用于 Microsoft Visual Studio 2008 的预发布版本。 为了获得最佳效果,Visual Studio 2008 应该安装在没有 Visual Studio 2008(代号 Orcas)的预发布版本(技术预览版、测试版或 CTP)或支持组件的计算机上。 如果您的计算机上有任何预发布版本(技术预览版、测试版或 CTP),则必须按正确顺序删除这些版本,再开始安装发行版。...
阅读全文
posted @
2009-05-31 09:02
emanlee 阅读(103) |
评论 (0)
编辑
卸载 Visual Studio 2008
摘要: 本文适用于 Microsoft Visual Studio 2008 的正式版本。如需卸载 Microsoft Visual Studio 2008 预发布版本 自动卸载工具 注意:此工具不会卸载 Visual Studio 2008 的测试版,而只卸载 Visual Studio 2008 RC 版本和正式版本(仅限英文版本)。 警告:此自动卸载工具会卸载随 Visual Studio 2...
阅读全文
posted @
2009-05-31 09:01
emanlee 阅读(1005) |
评论 (0)
编辑
卸载 Visual Studio 2005
摘要: 如何:卸载 Visual Studio 2005 卸载 Visual Studio 及其所有组件的过程共分三个步骤。为了避免出现意外行为,必须按下面列出的顺序 执行这些步骤: 步骤 1:卸载随 Visual Studio 一起安装的组件 根据在 Visual Studio 安装期间所选择的功能,计算机上安装有许多附加的组件。这些组件有: MSDN Library for Visual Stu...
阅读全文
posted @
2009-05-31 08:56
emanlee 阅读(417) |
评论 (0)
编辑
RadControls for ASP.NET Ajax 笔记(1)
摘要: (1)遍历Grid中的所有Item(一行),一次仅展开一行【Single expand in hierarchical grid】 private void RadGrid1_ItemCommand(object source, Telerik.Web.UI.GridCommandEventArgs e) { if(e.CommandName == RadGrid.ExpandCollapseC...
阅读全文
posted @
2009-05-30 23:34
emanlee 阅读(221) |
评论 (0)
编辑
The Controls collection cannot be modified because the control contains code blocks
摘要: Error: The Controls collection cannot be modified because the control contains code blocks (i.e. <% ... %>).] Solution: (1) Try removing the runat=server setting in the head tag as we...
阅读全文
posted @
2009-05-29 19:37
emanlee 阅读(164) |
评论 (0)
编辑
'ScriptServiceAttribute' is ambiguous in the namespace 'System.Web.Script.Services'
摘要: Im pretty sure that its because System.Web.Extensions.dll isnt up-to-date of isnt the latest version. Im confused by the fact that I have two versions of System.Web.Extensions.dll installed on...
阅读全文
posted @
2009-05-27 23:25
emanlee 阅读(268) |
评论 (0)
编辑
Microsoft .NET Framework 3.5 sp1离线安装解决方案
摘要: 1. 离线安装包的bug. .NET Framework 3.5 SP1发布了,兴冲冲…下载,当然是完全离线安装包.net Framework 3.5 Service pack 1(Full Package) 231MB,网络慢呀!终于下载完了,安装….遇到新情况,还要连接网络下载,不是完全离线安装包吗?(急…等待中…大概需要30多分钟) 上火…啪啪的… 说明:呵呵,查了资料后才知道是微软制作...
阅读全文
posted @
2009-05-27 10:19
emanlee 阅读(7349) |
评论 (2)
编辑
ASP.NET AND System.Web.Entity, Version=3.5.0.0
摘要: 错误(Scenario): Configuration Error Description: An error occurred during the processing of a configuration file required to service this request. Please review the specific error details below and mod...
阅读全文
posted @
2009-05-27 09:27
emanlee 阅读(471) |
评论 (0)
编辑
IIS与asp.net3.5的问题,在 IIS 里面为什么看不到 ASP.NET 3.5 的选项
摘要: 這幾天在玩 .Net 3.5,發現了一個疑問,就是在 IIS 裡面為什麼看不到 ASP.NET 3.5 的選項?!且以前在 .NET 2.0 的時候有個 aspnet_regiis.exe 的執行檔在 .NET 3.5 也看不到!! 後來我才搞懂,原來 ASP.NET 3.5 只是使用 .Net Framework 3.5 的組件(assembly)而已!整個核心的架構還是建立在 .NET 2....
阅读全文
posted @
2009-05-27 09:01
emanlee 阅读(1362) |
评论 (2)
编辑
介绍当前流行的一些开源Flash视频播放器
摘要: Videobox Videobox是一个只有6k大小的脚本,用于在页面中显示视频。Videobox使用swfobject来嵌入Flash。视频可以来自Youtube、Metacafe、Google Video、iFilm和自己设置的Flash。 Videobox Lightbox Mootools FlowPlayer FlowPlayer是一个开源的Flash视频播放器...
阅读全文
posted @
2009-05-25 22:22
emanlee 阅读(390) |
评论 (0)
编辑
用Flash cs3与flex 3让程序员与设计师分工协作以实现编码与设计分离
摘要: 实现编码与设计的好处是显而易见的: 一,代码易于维护与二次开发。所有AS代码以面向对象的思想在flash外部组织,用notepad即能打开。比起传统的as2分散于frame之间,以及更早的分散于影片与按纽之上,其优点好处不言而喻。 二,设计独立于代码之外。可以在没有程序员的清况下,修改程序(系统) 的外观,亦可以新做一批theme;程序没有变,只是改改图片和排列位置,大小等,就可以迅速焕然一新...
阅读全文
posted @
2009-05-25 21:37
emanlee 阅读(252) |
评论 (2)
编辑
换掉flash,flex,用FlashDevelop
摘要: 前几天在群里面看到FD这个名词,出于对flash的热爱,我也下载了一个FlashDevelop来用用,嘿嘿,这一用就停不下来了。想不到这个种非官方的开发工具竟然这么好用。 FD之前,我写as3.0都是用Flex打代码,然后切回Flash来编译。虽然很多人都说直接用Flex加载外部swf资源包方便,不过我还是不习惯用Flex编译后又跳回浏览器来刷新看效果。我宁愿切回Flash来ctrl+Enter一...
阅读全文
posted @
2009-05-25 21:08
emanlee 阅读(436) |
评论 (0)
编辑
AS3编辑器推荐:FlashDevelop
摘要: 2008-07-23 14:37 来自 Bluekylin : 自从Flash编程成为主要工作任务以后,编写代码从Flash(authoring tool)——>FlexBuilder——>FlashDevelop 现在最喜欢用FlashDevelop编写代码,历数一下FlashDevelop的优点 1.安装包很小,免费,很容易下到,http://www.flashdevelop....
阅读全文
posted @
2009-05-25 21:06
emanlee 阅读(304) |
评论 (0)
编辑
10款javascript及Flash幻灯片推荐
摘要: 1、Simple Controls Gallery 是基于jQuery的一个幻灯插件,非常不错,详细演示及下载请点击下面的链接 http://www.dynamicdrive.com/dynamicindex4/simplegallery.htm 2、jQuery Cycle Plugin 同样是jQuery的插件,支持非常多的样式,推荐使用,详细演示及下载请点击下面的链接 http://www...
阅读全文
posted @
2009-05-25 18:02
emanlee 阅读(184) |
评论 (0)
编辑
flash开源项目
摘要: 下面是非常有用的类库 APIs、Libs、Components 1、as3ebaylib http://code.google.com/p/as3ebaylib/ 2、as3youtubelib http://code.google.com/p/as3youtubelib/ 3、as3flickrlib http://code.google.com/p/as3flickrlib/...
阅读全文
posted @
2009-05-25 17:31
emanlee 阅读(475) |
评论 (0)
编辑
How to Convert PowerPoint to Flash Using Open Source Tools
摘要: Don't spend money on applications to convert PowerPoint files to Flash. You could save the slides as image files and import them one-by-one. That takes time, and you still have to rebuild the slides a...
阅读全文
posted @
2009-05-25 17:18
emanlee 阅读(83) |
评论 (1)
编辑
使用Sliverlight 2.0 IIS配置(部署,发布)
摘要: 在Silverlight中需要使用xap、XAML文件类型,如果您想在IIS服务器上使用Silverlight 2.0程序,所以必须在IIS中注册 xaml和xap的MIME文件类型。 打开IIS->站点属性->HTTP头->MIME类型->新建: 扩展名: .xap MIME类型:application/x-silverlight 扩展名: .xaml MIME类型:a...
阅读全文
posted @
2009-05-23 13:28
emanlee 阅读(163) |
评论 (0)
编辑
SQL Server 临时表的数值精度损失问题
摘要: 以下结果为 0, 而不是0.01 select null as column1 into #table1 update #table1 set column1=0.01 select * from #table1
阅读全文
posted @
2009-05-20 12:43
emanlee 阅读(25) |
评论 (0)
编辑
BlogEngine出现列不允许有空值INSERT 失败
摘要: 本地使用正常,发布后出现以下错误: 不能将值 NULL 插入列 'PostCategoryID',表 'a0518104132.dbo.be_PostCategory';列不允许有空值。INSERT 失败。 语句已终止。 Solution: 重新发布最新的BlogEngine.Core.dll
阅读全文
posted @
2009-05-19 18:57
emanlee 阅读(165) |
评论 (0)
编辑
如何查看sql server版本号
摘要: SELECT cast(SERVERPROPERTY('productversion') as nvarchar(100)) as a, cast(SERVERPROPERTY ('productlevel') as nvarchar(100)) as b, cast(SERVERPROPERTY ('edition') as nvarchar(100)) as c
阅读全文
posted @
2009-05-18 20:17
emanlee 阅读(86) |
评论 (0)
编辑
BlogEngine.NET Extensions
摘要: 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 阅读(65) |
评论 (0)
编辑
BlogEngine.NET Widgets
摘要: 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 阅读(151) |
评论 (0)
编辑
BlogEngine.NET 1.5 出现乱码错误
摘要: 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 阅读(308) |
评论 (0)
编辑
'ddlCities' has a SelectedValue which is invalid because it does not exist in the list of items
摘要: 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 阅读(198) |
评论 (0)
编辑
怎么取消XP粘滞键(StickyKeys)
摘要: 按同一键次数连续超过了5次。就被当作粘连键弹出来了。 控制面板---辅助功能选项---键盘--粘滞键---设置---将粘滞键的“使用快捷键”的勾去掉.
阅读全文
posted @
2009-05-14 00:26
emanlee 阅读(426) |
评论 (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 阅读(108) |
评论 (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 阅读(39) |
评论 (0)
编辑
VSTS WebTest和LoadTest课程索引
摘要: 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 阅读(182) |
评论 (0)
编辑
Load Test Statistics 负载测试统计(负载测试计数器)
摘要: 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 阅读(227) |
评论 (1)
编辑
C语言程序设计 数组,结构体和指针练习题
摘要: 涉及知识点:数组,结构体和指针 分析以下程序的运行结果: #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 阅读(990) |
评论 (0)
编辑
深入理解sizeof
摘要: 最近在论坛里总有人问关于sizeof的问题,并且本人对这个问题也一直没有得到很好的解决,索性今天对它来个较为详细的总结,同时结合strlen进行比较,如果能对大家有点点帮助,这是我最大的欣慰了。 一、首先看看sizeof和strlen在MSDN上的定义 首先看一MSDN上如何对sizeof进行定义的: sizeof Operatorsizeof expressionThe sizeof keyw...
阅读全文
posted @
2009-05-10 18:06
emanlee 阅读(121) |
评论 (0)
编辑
教你如何视频截图
摘要: 对Media Player播放的视频,肯定绝大多数人马上想到去用键盘上的Print Screen按键实施截图。其实,在Windows 98/XP下,一些主流视频格式,如.*i、.Wmv、.Mpeg、.Rmvb等在播放过程中,要实施对其截图操作,您只能抓到播放器,却抓不到正在播放的图像;而少部分“高手”知道抓取视频截图需要播放软件支持,或者使用特殊的抓图软件,而不能直接使用P...
阅读全文
posted @
2009-05-08 20:02
emanlee 阅读(886) |
评论 (0)
编辑
Auto format Phone number
摘要: Phone number (123)456-7890 <%@ Page Language="VB" AutoEventWireup="false" CodeFile="TEST.aspx.vb" Inherits="TEST" %> <!DOCTYPE html PUBLIC &qu...
阅读全文
posted @
2009-05-08 08:16
emanlee 阅读(39) |
评论 (0)
编辑
An established connection was aborted by the software in your host machine
摘要: Try to connect to the server via Telnet to verify you can get to the port outside of your application. Try opening up a command prompt, typing "telnet", then in telnet, type the following: o...
阅读全文
posted @
2009-05-07 22:47
emanlee 阅读(352) |
评论 (0)
编辑
C语言程序设计 函数递归调用示例
摘要: 函数递归调用示例(教材习题5.3,运行结果012345)#include<stdio.h>void fun(int k);void main(){ int w=5; fun(w);}void fun(int k){if(k>0) fun(k-1);printf("%d",k);}
阅读全文
posted @
2009-05-05 10:00
emanlee 阅读(459) |
评论 (2)
编辑
软件测试技术,软件项目管理 实验时间安排 2009春季
摘要: 2009年春季 十一周 课表 时间 星期一 星期二 星期三 星期四 星期五 时间 上 1 计082 8:00-8:50 2 9:00-9:50 3 10:10-11:00 4 11:10-12:00 下 5 6 7 项目 软061-062 计082 计063 14:10-15:00 8 15:10-16:00 9 答疑 曲江 16:10-17:00 10 17:10-18:00 晚 计081, 7...
阅读全文
posted @
2009-05-05 08:58
emanlee 阅读(58) |
评论 (0)
编辑
搜索
随笔分类
[01] ASP.NET(170)
(rss)
[02] C#/VB.NET(46)
(rss)
[03] SQLServer/Access(82)
(rss)
[04] Report报表(60)
(rss)
[05] JavaScript(34)
(rss)
[06] Flash/Silverlight/WPF(13)
(rss)
[07] HTML/XHTML/CSS(14)
(rss)
[08] .NET Framework(34)
(rss)
[09] AJAX(10)
(rss)
[10] 服务器维护(30)
(rss)
[11] 开源组件(17)
(rss)
[12] 图像处理与分析(9)
(rss)
[13] 数理统计/离散数学(93)
(rss)
[14] 计算机网络(13)
(rss)
[15] 软件开发(31)
(rss)
[16] 计算机使用与维护(99)
(rss)
[17] C语言程序设计(108)
(rss)
[18] 数据结构与算法(68)
(rss)
[19] 构件技术(7)
(rss)
[20] 实习/毕设/培训(14)
(rss)
[21] 软件测试/项目管理(43)
(rss)
[22] 嵌入式开发(16)
(rss)
[23] 英语(48)
(rss)
[24] 我的软件(17)
(rss)
[25] 生物信息学(39)
(rss)
[26] 大学计算机基础(9)
(rss)
[27] Matlab/Python(20)
(rss)
[28] 其他(34)
(rss)
[29] 生物/医学(15)
(rss)
随笔档案
2012年2月 (7)
2012年1月 (15)
2011年12月 (26)
2011年11月 (28)
2011年10月 (8)
2011年9月 (3)
2011年8月 (48)
2011年7月 (12)
2011年6月 (42)
2011年5月 (22)
2011年4月 (13)
2011年3月 (2)
2011年2月 (2)
2011年1月 (9)
2010年12月 (10)
2010年11月 (10)
2010年10月 (21)
2010年9月 (3)
2010年8月 (29)
2010年7月 (39)
2010年6月 (9)
2010年5月 (18)
2010年4月 (40)
2010年3月 (33)
2010年2月 (30)
2010年1月 (44)
2009年12月 (13)
2009年11月 (14)
2009年10月 (33)
2009年9月 (11)
2009年8月 (70)
2009年7月 (61)
2009年6月 (35)
2009年5月 (39)
2009年4月 (22)
2009年3月 (41)
2009年2月 (35)
2008年12月 (3)
2008年11月 (30)
2008年10月 (34)
2008年9月 (20)
2008年8月 (20)
2008年7月 (2)
2008年6月 (6)
2008年5月 (17)
2008年4月 (22)
2008年3月 (3)
2008年2月 (4)
2008年1月 (7)
2007年12月 (2)
2007年11月 (2)
2007年10月 (29)
2007年9月 (21)
2007年8月 (25)
2007年6月 (2)
2007年5月 (3)
2007年1月 (1)
2006年2月 (1)
积分与排名
积分 - 351297
排名 - 194
阅读排行榜