Instagram 图片插件 Instafeed
- 授权协议: MIT
- 开发语言: JavaScript
- 操作系统: 跨平台
- 软件首页: https://github.com/stevenschobert/instafeed.js
软件介绍
Instafeed 可以用一个简单的方法将 Istagram 照片加载到你的网站上,它由纯 JavaScript 编写,并且有很多模板选项。
示例代码:
<script type="text/javascript">
var feed = new Instafeed(
{
get: 'tagged',
tagName: 'awesome',
clientId: 'YOUR_CLIENT_ID'
});
feed.run();
</script>
Inside the C++ Object Model
Stanley B. Lippman / Addison-Wesley Professional / 1996-5-13 / USD 64.99
Inside the C++ Object Model focuses on the underlying mechanisms that support object-oriented programming within C++: constructor semantics, temporary generation, support for encapsulation, inheritanc......一起来看看 《Inside the C++ Object Model》 这本书的介绍吧!
