摘要: Applications Crafting a C# forms Editor From scratch http://www.codeproject.com/csharp/SharpFormEditorDemo.asp 建立一个类似C#的环境, 实现控件拖拉,属性 Packet Capture and Analayzer 网络封包截获 http://www.codeproject.c... 阅读全文
posted @ 2008-09-08 12:47 凯 阅读(6896) 评论(2) 推荐(1) 编辑
摘要: silverlight第三方控件 出處:http://www.cnblogs.com/petermsdn/archive/2008/12/23/1360695.htmlhttp://www.kmnet.net/Doc/10/1124/以下為各第三方控件網址:http://vectorlight.net/telerik RadControls for Silverlight includes 24 ... 阅读全文
posted @ 2010-04-15 09:40 凯 阅读(703) 评论(0) 推荐(0) 编辑
摘要: ///<summary>///清除容器里面某些控件的值///</summary>///<paramname="parContainer">容器类控件</param>publicvoidClearCntrValue(ControlparContainer){for(intindex=0;index<parContainer.Controls.Co... 阅读全文
posted @ 2010-02-06 10:41 凯 阅读(362) 评论(0) 推荐(0) 编辑
摘要: 之前,我们需要担心减少字节数和请求次数以及加载顺序以使页面加载的更快。如今,我们越来越多的注意到一个影响性能的重要组成部分--CPU利用率。使用 jQuery和其他JavaScript框架,使节点选择和DOM操作变得越来越容易,但如果你不小心使用了一些减少浏览器本身要做的工作的一些做法可能 会带来不好的结果。 总是使用#id去寻找element在Classes前面使用Tags缓存jQuery对象更... 阅读全文
posted @ 2010-02-06 10:32 凯 阅读(335) 评论(0) 推荐(0) 编辑
摘要: [代码]如上,MERGE函数可以很方便的帮我们实现2张表数据的同步。以上src是我们的源表,im是我们操作的目标表。我们只需要设置相关条件,然后就可以很轻松的实现对目标表的数据的更新、插入、删除操作。是不是很easy啊! 阅读全文
posted @ 2009-11-02 13:03 凯 阅读(340) 评论(0) 推荐(0) 编辑
摘要: 简单易用js选项卡 阅读全文
posted @ 2009-03-09 12:35 凯 阅读(757) 评论(0) 推荐(0) 编辑
摘要: 后台代码CodeCode highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/--> protected void Page_Load(object sender, EventArgs e) { if (!IsPostBack) { ... 阅读全文
posted @ 2009-02-18 21:56 凯 阅读(641) 评论(0) 推荐(0) 编辑
摘要: 1、Ludico Ludico是C#编写的居于ASP.NET 2.0的Portal/CMS系统。它的模块化设计是你可以按照你希望的使用或开发网站功能。它里面有高级的用户管理,一个所见即所的(WYSIWYG)的编辑器等。 下载地址:http://sourceforge.net/projects/ludico/ 2、umbraco Umbraco是一款在.net平台下C#开发的开源内容管理系统,该... 阅读全文
posted @ 2009-01-12 10:17 凯 阅读(6119) 评论(6) 推荐(0) 编辑
摘要: (转)笑看风云淡 Official Silverlight WebSite Scott Guthrie(微软副总裁)'s BlogNikhil Kothari(微软Principal Architect)'s blog Brad Adams(首席产品部门经理)'s Blog Jesse Liberty(微软高级程序经理)'s Blog Tim Heuer(微软高级程序经理)'s Blog(很... 阅读全文
posted @ 2008-12-08 21:13 凯 阅读(230) 评论(0) 推荐(0) 编辑
摘要: js实现文件批量上传,支持ie firefox 阅读全文
posted @ 2008-10-10 11:32 凯 阅读(2490) 评论(2) 推荐(2) 编辑
摘要: 为了给关注Visual Studio的用户提供交流的平台,同时能够及时了解到Visual Studio的最新技术,CSDN特别邀请到Visual Studio的技术专家搭建了“Visual Studio 博客圈”。您将在这里看到专家最新发布的技术文章和对技术发展的感悟,并一起交流。希望能帮助您更多的了解Visual Studio,结交更多志同道合的朋友。 阅读全文
posted @ 2008-09-11 19:21 凯 阅读(2022) 评论(1) 推荐(1) 编辑