摘要:
作用域 this 在任何情况下都不指向函数的词法作用域 当一个函数被调用时,会创建一个活动记录(有时候也称为执行上下文)。这个记录会包含函数在哪里被调用(调用栈)、函数的调用方法、传入的参数等信息。this 就是记录的其中一个属性,会在函数执行的过程中用到 this 实际上是在函数被调用时发生的绑定 阅读全文
摘要:
We may face to the problem that how to reduce the size of XAP file in Silverlight, there is the solution:Move to Silverlight project and right click, open property window, then check the option as below,Specify the reference path to a folder, e.g. ~/SharedLib/Add the XML format for each of your asse 阅读全文