Angular-bind-hash
- 授权协议: MIT
- 开发语言: JavaScript
- 操作系统: 跨平台
- 软件首页: https://github.com/huyinghuan/angular-bind-hash
- 软件文档: https://github.com/huyinghuan/angular-bind-hash
软件介绍
在页面加载时绑定哈希到元素的值上,用于 AngularJS 应用中的 URL 复制。
示例代码:
angular.module('app', ['honey.hashBind'])
.config(['hashBindProvider', function(provider){
eventMap = {
'SELECT': false //Forbid select change event event.
'TEXT': [ //rewrite Enter key press events. working on element blur focus
'blur',
function(e, cb){
cb and cb()
}
'CHECKBOX': ...
'RADIO': ...
]
}
provider.setEventsMap(eventMap)
}])
C++面向对象程序设计
萨维奇 (Walter Savitch) / 周靖 / 清华大学出版社 / 2003-12 / 59.0
《C++面向对象程序设计》具备良好的编排体系,适合打算涉足编程领域的读者阅读,尤其适合大一学生。它最大的特色是Savitch教授最受欢迎的写作风格,这一风格非常适合初学者,能迅速引导他们开始编程实践。《C++面向对象程序设计》包括全面的习题、项目、编程提示、编程示例、编程陷阱以及有用的小结,以帮助初学者更清楚地了解C++。一起来看看 《C++面向对象程序设计》 这本书的介绍吧!
