随笔分类 -  00.Net

上一页 1 ··· 5 6 7 8 9 10 11 12 下一页
摘要:http://baike.baidu.com/view/239490.htm?fr=ala0_1_1 AutoIt 目前最新是v3版本,这是一个使用类似BASIC脚本语言的免费软件,它设计用于Windows GUI(图形用户界面)中进行自动化操作.它利用模拟键盘按键,鼠标移动和窗口/控件的组合来实现自动化任务.而这是其它语言不可能做到或无可靠方法实现的(例如VBScript和SendKeys). ... 阅读全文
posted @ 2010-07-29 09:23 庚武 阅读(2361) 评论(0) 推荐(0) 编辑
摘要:http://www.codeproject.com/KB/java/woxserializer.aspxThis article explains how to use WOX to serialize Java objects to XML. One of its main features is the generation of standard XML, which is languag... 阅读全文
posted @ 2010-07-27 00:33 庚武 阅读(421) 评论(0) 推荐(0) 编辑
摘要:代码Code highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/--usingSystem;usingSystem.Collections.Generic;usingSystem.Linq;usingSystem.Text;usingSystem.IO;usingCo... 阅读全文
posted @ 2010-07-26 23:30 庚武 阅读(282) 评论(0) 推荐(0) 编辑
摘要:http://www.castleproject.org/castle/projects.htmlCastle Project has a well defined mission, that can be easily stated asTo provide a simple set of tools to speed up the development of common enterpris... 阅读全文
posted @ 2010-07-26 17:35 庚武 阅读(207) 评论(0) 推荐(0) 编辑
摘要:http://www.castleproject.org/others/nvelocity/usingit.html#step1Using NVelocity»Home»Other projects»NVelocity»Using NVelocityThis is a very basic instruction on getting NVelocity w... 阅读全文
posted @ 2010-07-26 17:23 庚武 阅读(263) 评论(0) 推荐(0) 编辑
摘要:http://velocity.apache.org/engine/releases/velocity-1.5/vtl-reference-guide.htmlAbout this GuideThis guide is the reference for the Velocity Template Language (VTL). For more information, please also ... 阅读全文
posted @ 2010-07-26 17:04 庚武 阅读(619) 评论(0) 推荐(0) 编辑
摘要:我喜欢在Asp.Net MVC中使用NVelocity View Engine的一个很重要的理由就是:NVleocity简洁易用的语法。几乎使用#set,#if,#foreach就可以构成完整的应用,下面就介绍一下NVelocity中的语法及常用指令。  默认情况下,NVelocity解析是不分大小写的,当然可以通过设置runtime.strict.math=true,采用严格解析模式。  对变量... 阅读全文
posted @ 2010-07-26 10:13 庚武 阅读(535) 评论(0) 推荐(0) 编辑
摘要:http://hessian.caucho.com/hessian ['hesiən;'heʃən] n. 浸沥青的麻绳,粗麻布documentationThe Hessian binary web service protocol makes web services usable without requiring a large framework, and without learning... 阅读全文
posted @ 2010-07-26 01:13 庚武 阅读(364) 评论(0) 推荐(0) 编辑
摘要:common logging是一个通用日志接口,log4net是一个更强大的具体实现,另外可用不同的实现,如EntLib的日志、NLog等。Common.Logging.dllCommon.Logging.Log4Net.dll  (适配器)log4net.dll[代码]config file[代码] 阅读全文
posted @ 2010-07-26 00:11 庚武 阅读(6314) 评论(2) 推荐(1) 编辑
摘要:Per-method 的Setup、Teardown 和 Per-class Setup 、TearDown1.OneTimeSetUp() :Per-class Setup用[TestFixtureSetup]修改方法名,在所有test之前一次执行2.  MySetUp(): [SetUp] setup runs before each test method.3.    Test method... 阅读全文
posted @ 2010-07-24 15:22 庚武 阅读(205) 评论(0) 推荐(0) 编辑
摘要:http://msdn.microsoft.com/en-us/magazine/cc300778.aspxThis article discusses:Tools for unit testingTools for code and documentation management and generationTools for modifying the development environ... 阅读全文
posted @ 2010-07-24 12:00 庚武 阅读(317) 评论(0) 推荐(0) 编辑
摘要:/Files/wucg/IIS6-SET-GZIP.rar原文http://jiaxu615.blog.163.com/blog/static/13463443720101343125753/一.摘要 本文总结了如何为使用IIS托管的网站启用Gzip压缩, 从而减少网页网络传输大小, 提高用户显示页面的速度.  二.前言.  本文的知识点是从互联网收集整理, 主要来源于中文wiki.  使用YSl... 阅读全文
posted @ 2010-07-23 15:22 庚武 阅读(1236) 评论(0) 推荐(0) 编辑
摘要:扩展阅读:1.https://developer.mozilla.org/en/Core_JavaScript_1.5_Guide2.https://developer.mozilla.org/en/Core_JavaScript_1.5_Reference3.http://extjs.comECMA-262的保留字  ECMAScript定义了一套保留字,保留字在某种意义上是为了将来的而保留的单... 阅读全文
posted @ 2010-07-22 13:24 庚武 阅读(753) 评论(0) 推荐(0) 编辑
摘要:http://baike.baidu.com/view/2255290.htm?fr=ala0_1_1Hessian是一个轻量级的remoting onhttp工具,使用简单的方法提供了RMI的功能. 相比WebService,Hessian更简单、快捷。采用的是二进制RPC协议,因为采用的是二进制协议,所以它很适合于发送二进制数据 阅读全文
posted @ 2010-07-19 22:56 庚武 阅读(488) 评论(0) 推荐(0) 编辑
摘要:http://en.wikipedia.org/wiki/Dependency_injectionBasicsWithout the concept of dependency injection, a consumer who needs a particular service in order to accomplish a certain task would be responsible... 阅读全文
posted @ 2010-07-17 11:48 庚武 阅读(640) 评论(0) 推荐(0) 编辑
摘要:$("table.datalist tr:nth-child(odd)").addClass("altrow");<script>$(document).ready(function() {$('tr').addClass('odd');$('tr:even').addClass('even'); //奇偶变色,添加样式});</script><style>#h... 阅读全文
posted @ 2010-07-14 18:22 庚武 阅读(325) 评论(0) 推荐(1) 编辑
摘要:1. AnkhSVN - Subversion SCC Provider  http://ankhsvn.open.collab.net/  AnkhSVN是一个VS的Subversion 源代码管理提供者。通过这个插件,你可以方便的在Visual Studio中使用Subversion管理你的项目和代码。这个项目保持着相当的活跃性。在本文发表时最新的版本是2.1.7444。强烈推荐开发者使用,尤... 阅读全文
posted @ 2010-07-14 13:01 庚武 阅读(3821) 评论(0) 推荐(0) 编辑
摘要:WOX是一个开放源代码的项目(http://woxserializer.sourceforge.net/)。他可以序列化Java和C#对象到XML,也可以还原。他的主要特点是使用了新一代的XML标准,其目的是让语言更独立。这意味着,如果我们序列化一个Java对象到XML,我们可以采用XML来重建对象成C#,反之亦然。WOX提供了一个简单,稳定的方式序列化对象到XML。他易于使用,你不需要修改您的源... 阅读全文
posted @ 2010-07-13 23:15 庚武 阅读(512) 评论(0) 推荐(0) 编辑
摘要: 阅读全文
posted @ 2010-07-12 20:13 庚武 阅读(590) 评论(0) 推荐(1) 编辑
摘要:Remoting技术Microsoft公司的COM最初是为了使同一台机器中的对象到对象的调用更为简单而设计的。这项目技术使得对象调用更易于代码化,但COM不能实现分布式应用。Microsoft公司接着发布了DCOM,它使COM对象通过使用授权的Microsoft通信协议在网上发送请求来调用另一台计算机上的COM对象。.NET通过一种被称为Remoting的新技术,改进了它原有的DCOM技术。在.N... 阅读全文
posted @ 2010-07-11 17:13 庚武 阅读(310) 评论(0) 推荐(0) 编辑

上一页 1 ··· 5 6 7 8 9 10 11 12 下一页