API 调用缓存插件 Smartjax
- 授权协议: MIT
- 开发语言: JavaScript
- 操作系统: 跨平台
- 软件首页: https://github.com/metalshan/Smartjax
软件介绍
Smartjax 是浏览器级别的 API 调用缓存插件。
示例代码:
Smartjax.ajax({
url:'http://httpbin.org/post',
type: 'POST',
data:{
a:1,b:2
},
store:"page"
});Elements of Programming
Alexander A. Stepanov、Paul McJones / Addison-Wesley Professional / 2009-6-19 / USD 39.99
Elements of Programming provides a different understanding of programming than is presented elsewhere. Its major premise is that practical programming, like other areas of science and engineering, mus......一起来看看 《Elements of Programming》 这本书的介绍吧!
