- 授权协议: AGPL
- 开发语言: .NET
- 操作系统: Windows
- 软件首页: http://websharper.com/
- 软件文档: http://websharper.com/docs
软件介绍
WebSharper,它是一个基于F#构建的Web开发平台,使用F#构造从前到后的一整套内容。其中利用到F#中许多高级的开发特性,并可以将F#代码直接转化JavaScript,这样服务器端和客户端的通信也变得透明起来。事实上我很看好这种方式,尤其是在HTML 5出现之后,越来越多的东西可以使用JavaScript编写,我认为这是增强Web平台开发效率的方向之一。
WebSharper 可以让你使用 F# 语言来开发 Web 应用。你可以把 WebSharper 装到你的 Visual Studio 或者是 Xamarin Studio 。如果你是开发开源应用,那么 WebSharper 是免费的,否则是收费的。
使用 WebSharper 创建 Web 项目的步骤:
Install the Visual Studio extensions
Create a new WebSharper Bundle Website project
Add an Nuget reference to WebSharper.Google.Visualization
Open
Client.fsand add the code on the leftAdd an entry point <div id="entrypoint"></div> to your index.html in the body tag before the script link
Hit F5 and see your app running
处理器虚拟化技术
邓志 / 电子工业出版社 / 2014-5-1 / CNY 109.00
《处理器虚拟化技术》针对在Intel处理器端的虚拟化技术(Intel Virtualization Technology for x86,即Intel VT-x)进行全面讲解。在Intel VT-x技术下实现了VMX(Virtual-Machine Extensions,虚拟机扩展)架构平台来支持对处理器的虚拟化管理。因此,VMX架构是Intel VT-x技术的核心。《处理器虚拟化技术》内容围绕V......一起来看看 《处理器虚拟化技术》 这本书的介绍吧!
