原文发布时间为:2011-08-12 -- 来源于本人的百度文章 [由搬家工具导入] http://www.codeproject.com/KB/validation/MultipleDataAnnotations.aspx…
CodeProject有一篇文章介绍了怎么实现一个SlideForm,非常不错,收藏在此. http://www.codeproject.com/KB/dialog/csslideform.aspx 使用方法很简单,引用SlideForm.dll,然后添加一个Form修改它从 SlideDialog.SlideDialog继承 public class MySlideForm : SlideDialog.SlideDialog 并重新实现构造函数,调用父类的构造函数,传入参数: public M…
(转)WPF控件开源资源 Textbox Drag/Drop in WPFhttp://www.codeproject.com/Articles/42696/Textbox-Drag-Drop-in-WPF.aspx Odyssey RibbonBarhttp://www.codeproject.com/KB/WPF/OdysseyRibbonBar.aspx XPlorerBar: A WPF Windows XP Style Explorer Bar Controlhttp://www.co…
参考http://www.codeproject.com/KB/cpp/xzipunzip.aspx CreateZip() –创建一个空的 zip 文件 HZIP CreateZip(void *z, unsigned int len, DWORD flags); // Parameters: z - 压缩文件名 // len - 对于压缩内存内容(ZIP_MEMORY) 这个值是压缩内存的大小; // 其他情况,这个值应当是 0 // flags - 如果是压缩文件,请用这个标志 ZIP_F…
20 Interesting WPF Projects on CodePlex (Some for Silverlight too) Pete Brown - 22 November 2010   In no particular order, here's a selection of interesting and recently maintained WPF projects I've found on CodePlex. This is by no means a complete l…
(转)WPF控件开源资源 Textbox Drag/Drop in WPFhttp://www.codeproject.com/Articles/42696/Textbox-Drag-Drop-in-WPF.aspx Odyssey RibbonBarhttp://www.codeproject.com/KB/WPF/OdysseyRibbonBar.aspx XPlorerBar: A WPF Windows XP Style Explorer Bar Controlhttp://www.co…
原文发布时间为:2011-01-13 -- 来源于本人的百度文章 [由搬家工具导入] 原文地址:http://www.codeproject.com/KB/aspnet/HttpCombine.aspx HTTP Handler to Combine Multiple Files, Cache and Deliver Compressed Output for Faster Page Load   Introduction It's a good practice to use man…
Textbox Drag/Drop in WPFhttp://www.codeproject.com/Articles/42696/Textbox-Drag-Drop-in-WPF.aspx Odyssey RibbonBarhttp://www.codeproject.com/KB/WPF/OdysseyRibbonBar.aspx XPlorerBar: A WPF Windows XP Style Explorer Bar Controlhttp://www.codeproject.com…
下载source code - 984.21 KB 图:不同客户端的实时同步表. 点击这里观看现场演示. 文章概述 介绍使用的工具演示实现 模型视图控制器 遗言和感谢参考历史 介绍 HTTP(即web)工作于请求/应答机制.客户端(浏览器)发出请求(通常一个GET或POST)到服务器,服务器将响应(这可能是一个HTML页面,一个图像,一个JSON数据,等等),发送给客户端,然后客户端和服务器之间的连接被关闭(因此,HTTP是称为无连接协议).服务器不能向客户端异步发送任何信息或通知(没有请求).…
来自网络..版权归网络所有..Antlr ----- Website: http://www.antlr.org/ Copyright: Copyright (c) - Terence Parr License: New BSD ASP.NET MVC ----- Website: http://aspnet.codeplex.com/wikipage?title=MVC&referringTitle=Home Copyright: Copyright (c) - Microsoft Corpo…