- 授权协议: 未知
- 开发语言: C# JavaScript
- 操作系统: 跨平台
- 软件首页: https://github.com/praeclarum/Netjs
- 软件文档: https://github.com/praeclarum/Netjs
软件介绍
Netjs 是一个 .NET 到 TypeScript 和 JavaScript 的编译器。
该软件目前还有一些限制:
忽略命名空间
mscorlib.ts is a tiny subset of the full BCL
Overloaded methods generally work, but have trouble with:
One overload being virtual and another not (it hurts my head trying to get this to work)
Overloads that have the same argument count and accept values that can be null (runtime type checking is used)
Overloaded constuctors that call different base constructors probably don't work
Async does not work
Gotos only sometimes work
Regexes have some problems:
Named groups don't work (we rely on the browser's regex implementation)
Match Group Index only works if you capture everything
Integer casts with the expectation of performing a Truncate operation don't work ()
Seriously, watch it with those overloads
Google API开发详解
江宽,龚小鹏等编 / 电子工业 / 2008-1 / 59.80元
《Google API开发详解:Google Maps与Google Earth双剑合璧》从易到难、由浅入深、循序渐进地介绍了Google Maps API和Google Earth API的开发技术。《Google API开发详解:Google Maps与Google Earth双剑合璧》知识讲解通俗易懂,并有大量的实例供读者更加深刻地巩固所学习的知识,帮助读者更好地进行开发实践。 《Go......一起来看看 《Google API开发详解》 这本书的介绍吧!
