在介绍本章之前,我们先看一下C#的编译过程,如下图所示: 图片摘自:http://www.developingthefuture.net/compilation-process-and-jit-compiler/ The process of compilation in a managed environment (.Net, Java)The process of compilation in managed environments is slightly different. Let's…
1.JS获取iframe下面的内容document.getElementById('IFRAME1').contentDocument; 2.dialog 弹出层,定位:postion:'bottom',['right','bottom'],['left','bottom']. 3.IIS上部署WCF; 调用wcf或webapii一定要做安全认证. cd d: cd C:\Windows\Microsoft.NET\Framework\v4.0.30319 aspnet_regiis.exe…
This document lists some basic differences between Nemerle and C# in a terse form. If you know Java or C++ it should still be fairly helpful. Changes In Expressions C# Nemerle Remarks const int x = 3; const string y = "foo"; readonly Object obj…