- 授权协议: MIT
- 开发语言: JavaScript
- 操作系统: 跨平台
- 软件首页: http://boba.space150.com/
- 软件文档: https://github.com/space150/boba.js
软件介绍
Boba.js 是一个封装了 Google Analytics 功能的 JavaScript 库。
示例代码:
tracker = new Boba({
siteName: 'Mandalore',
pageName: 'Slave I',
defaultCategory: 'category',
defaultAction: 'action',
defaultLabel: 'label',
watch: [
['click', '.js-track-foo', trackFoo],
['click', '.js-track-bar', trackBar]
]
})
C++ How to Program (5th Edition) (How to Program)
Harvey & Paul) Deitel & Associates / Prentice Hall / 2005-01-05 / USD 98.00
With over 250,000 sold, Harvey and Paul Deitel's C++ How to Program is the world's best-selling introduction to C++ programming. Now, this classic has been thoroughly updated! The Deitels' groundbreak......一起来看看 《C++ How to Program (5th Edition) (How to Program)》 这本书的介绍吧!
