随笔 - 612, 文章 - 0, 评论 - 31, 阅读 - 74万

导航

< 2025年3月 >
23 24 25 26 27 28 1
2 3 4 5 6 7 8
9 10 11 12 13 14 15
16 17 18 19 20 21 22
23 24 25 26 27 28 29
30 31 1 2 3 4 5

11 2013 档案

摘要:Mini HTTP Server which can be embed in EXE,Writen in C#(.net framework 2.0).HTTP request dispatch/route, you can register the handlers for a specific url. Url match using start with in order, so that register the more specific in first. For example:server.RegisterHandler("/index/1", FirstI 阅读全文

posted @ 2013-11-30 09:01 eastson 阅读(584) 评论(0) 推荐(0) 编辑

摘要:MyGeneration是一个功能很强大的代码生成工具。通过编写包含各种类型脚本(C#,VB.Net,JScript,VBScript)的模板,通过数据库的表内容,生成你需要的各种代码。你可以用它来生成ORM的实体类,存储过程,SQL语句等等。我甚至用它来生成Asp.Net的页面(呵呵,我很懒)。MyGeneration提供了强大的在线模版库,你可以通过访问其网站或者使用Template Browser中的在线模版功能按钮寻找你需要的模版。当然你也可以根据需要自己写模板。项目主页:http://www.mygenerationsoftware.com/portal/default.aspx 阅读全文

posted @ 2013-11-29 17:06 eastson 阅读(457) 评论(0) 推荐(0) 编辑

摘要:Castle是针对.NET平台下的一个非常优秀的开源项目,从数据访问框架 ORM到依赖注入容器,再到WEB层的MVC框架、AOP,基本包括了整个开发过程中的所有东西,为我们快速的构建企业级的应用程序提供了很好的服务。项目主页:http://www.castleproject.org/ 阅读全文

posted @ 2013-11-29 17:03 eastson 阅读(291) 评论(0) 推荐(0) 编辑

摘要:XML-RPC.NET 是一个 .NET 的客户端服务器的基于 XML-RPC 远程过程调用的框架。示例代码:[XmlRpcUrl("http://betty.userland.com/RPC2")]public interface IStateName : IXmlRpcProxy{ [XmlRpcMethod("examples.getStateName")] string GetStateName(int stateNumber); }IStateName proxy = XmlRpcProxyGen.Create();string stateNa 阅读全文

posted @ 2013-11-29 17:00 eastson 阅读(519) 评论(0) 推荐(0) 编辑

摘要:原文地址:http://jingyan.baidu.com/article/851fbc3707096e3e1f15ab33.html装了windows server 2008之后才发现,它与windows server 2008 R2有很大的差别,总之R2是更新的版本,还是建议直接装R2(注意R2和sp2是完全两码事)。KMS激活指南本服务器根据俄罗斯KMS服务器VMWARE架设,不受时间限制KMS激活支持的Windows版本:Windows 2008, Windows 2008 R2 全系列产品Vista, Windows 7的企业版和专业版,旗舰版无法KMS激活以上的全语系、x86、x6 阅读全文

posted @ 2013-11-18 16:42 eastson 阅读(1092) 评论(0) 推荐(0) 编辑

点击右上角即可分享
微信分享提示