- 授权协议: MIT
- 开发语言: C/C++ JavaScript
- 操作系统: 跨平台
- 软件首页: https://electron.atom.io/
- 软件文档: https://electron.atom.io/docs/
- 官方下载: https://electron.atom.io/releases/
软件介绍
Electron 是 GitHub 发布的跨平台桌面应用开发工具,支持 Web 技术开发桌面应用,其本身是基于 C++ 开发的,GUI 核心来自于 Chrome,而 JavaScript 引擎使用 v8。
开始使用:
# Install the `electron` command globally npm install electron-prebuilt -g # Install as a development dependency npm install electron-prebuilt --save-dev
Mastering Regular Expressions, Second Edition
Jeffrey E F Friedl / O'Reilly Media / 2002-07-15 / USD 39.95
Regular expressions are an extremely powerful tool for manipulating text and data. They have spread like wildfire in recent years, now offered as standard features in Perl, Java, VB.NET and C# (and an......一起来看看 《Mastering Regular Expressions, Second Edition》 这本书的介绍吧!
