专注于互联网--专注于架构

最新标签
网站地图
文章索引
Rss订阅
In this article, I will demonstrate a second way other than used in the "Building parameterized queries from ADO.Net to DLINQ" article, in this _disibledevent="Verdana, Arial, Helvetica, sans-serif">Note: The entities classes are out of the scope of this tutorial but I promise to write an article ab [阅读全文] [PDF]
据宣传,这个功能就是将dotNet程序编译成native的本地代码,有代表性的相关工具有xenocode,themida和remotesoft。 他们实际上属于两类: 一、伪编译 就是把磁盘上的dotNet程序转换成win32的程序,但运行后在内存中实际上还是dotNet程序,只是使用了一个win32loader,把dotNet程序整体打包嵌入到了这个win32的loader中。 二、ngen编译 ngen是dotNet提供的将IL编译成native的工具。 这种可以算是真实的编译吧。 但是它们有一个共同的特点,依然不能脱离dotNet框架单独运行,当然 [阅读全文] [PDF]
标签:native compile
把正则表达式编译为内部格式,从而执行得更快。rgExp.compile(pattern, [flags])参数rgexp必选项。正则表达式对象的一个例子。可以是变量名或文字。pattern必选项。字符串表达式,它包含要被编译的正则表达式模式。flags可选项。可以组合使用,可用的标志有: g (全局搜索所有存在的 pattern) i (忽略事件) m (多行搜索) 说明compile 方法把 pattern 转换为内部的格式,从而执行得更快。例如,这使得可以在循环中更有效地使用正则表达式。当重复使用相同的表达式,那么编译过的正则表达式使执行加速。然而,如 [阅读全文] [PDF]
标签:compile jscript
1 共3条 分1页