- 授权协议: MIT
- 开发语言: JavaScript
- 操作系统: 跨平台
- 软件首页: https://github.com/deepstreamIO/deepstream.io-tools-react
- 软件文档: https://github.com/deepstreamIO/deepstream.io-tools-react.git
- 官方下载: https://github.com/deepstreamIO/deepstream.io-tools-react.git
软件介绍
Deepstream-react是一款deepstream和状态同步组件。
软件截图:
代码示例:
var SyncedInput = React.createClass({
mixins: [ DeepstreamMixin ],
setValue: function( e ) {
this.setState({ value: e.target.value });
},
render: function() {
return (
<input value={this.state.value} onChange={this.setValue} />
)
}});
你必须知道的495个C语言问题
Steve Summit / 孙云、朱群英 / 人民邮电出版社 / 2009-2 / 45.00元
“本书是Summit以及C FAQ在线列表的许多参与者多年心血的结晶,是C语言界最为珍贵的财富之一。我向所有C语言程序员推荐本书。” ——Francis Glassborow,著名C/C++专家,ACCU(C/C++用户协会)前主席 “本书清晰阐明了Kernighan与Ritchie《The C programming Language》一书中许多简略的地方,而且精彩地总结了C语言编程......一起来看看 《你必须知道的495个C语言问题》 这本书的介绍吧!
