上一页 1 ··· 300 301 302 303 304 305 306 307 308 ··· 342 下一页
摘要: 如何:卸载 Visual Studio 2005 卸载 Visual Studio 及其所有组件的过程共分三个步骤。为了避免出现意外行为,必须按下面列出的顺序 执行这些步骤: 步骤 1:卸载随 Visual Studio 一起安装的组件 根据在 Visual Studio 安装期间所选择的功能,计算机上安装有许多附加的组件。这些组件有: MSDN Library for Visual Stu... 阅读全文
posted @ 2009-05-31 08:56 emanlee 阅读(4966) 评论(0) 推荐(0)
摘要: (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 阅读(928) 评论(0) 推荐(0)
摘要: 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 阅读(461) 评论(0) 推荐(0)
摘要:   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 阅读(1505) 评论(0) 推荐(0)
摘要: 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 阅读(49295) 评论(2) 推荐(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 阅读(1843) 评论(0) 推荐(0)
摘要: 這幾天在玩 .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 阅读(5670) 评论(2) 推荐(1)
摘要: 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 阅读(4144) 评论(0) 推荐(0)
摘要: 实现编码与设计的好处是显而易见的: 一,代码易于维护与二次开发。所有AS代码以面向对象的思想在flash外部组织,用notepad即能打开。比起传统的as2分散于frame之间,以及更早的分散于影片与按纽之上,其优点好处不言而喻。 二,设计独立于代码之外。可以在没有程序员的清况下,修改程序(系统) 的外观,亦可以新做一批theme;程序没有变,只是改改图片和排列位置,大小等,就可以迅速焕然一新... 阅读全文
posted @ 2009-05-25 21:37 emanlee 阅读(672) 评论(2) 推荐(0)
摘要: 前几天在群里面看到FD这个名词,出于对flash的热爱,我也下载了一个FlashDevelop来用用,嘿嘿,这一用就停不下来了。想不到这个种非官方的开发工具竟然这么好用。 FD之前,我写as3.0都是用Flex打代码,然后切回Flash来编译。虽然很多人都说直接用Flex加载外部swf资源包方便,不过我还是不习惯用Flex编译后又跳回浏览器来刷新看效果。我宁愿切回Flash来ctrl+Enter一... 阅读全文
posted @ 2009-05-25 21:08 emanlee 阅读(793) 评论(0) 推荐(0)
上一页 1 ··· 300 301 302 303 304 305 306 307 308 ··· 342 下一页