官网下载:https://www.mongodb.com/ 入门学习文档:http://www.runoob.com/mongodb/mongodb-tutorial.html 基础学习文档:http://www.yiibai.com/mongodb/mongodb_environment.html ...
分类:
数据库 时间:
2017-12-23 19:13:08
阅读次数:
156
BootStrap前端框架 Bootstrap 教程:http://www.runoob.com/bootstrap/bootstrap-tutorial.html BpptStrap操作手册:http://www.jqhtml.com/bootstraps-syntaxhigh/index.htm ...
分类:
其他好文 时间:
2017-12-23 11:55:57
阅读次数:
144
参考 可参考官网例子https://doc.odoo.com/trunk/web/qweb/或 http://thierry-godin.developpez.com/openerp/tutorial-module-creation-pos-modification-english-version/ ...
分类:
Web程序 时间:
2017-12-22 15:00:16
阅读次数:
205
Tensorflow Welcome to the Tensorflow Tutorial! In this notebook you will learn all the basics of Tensorflow. You will implement useful functions and d ...
分类:
Web程序 时间:
2017-12-22 03:27:08
阅读次数:
266
1:Scala的官方网址:http://www.scala-lang.org/ 推荐学习教程:http://www.runoob.com/scala/scala-tutorial.html Scala是一种多范式的编程语言,其设计的初衷是要集成面向对象编程和函数式编程的各种特性。Scala运行于Ja ...
分类:
其他好文 时间:
2017-12-19 19:42:51
阅读次数:
188
本节内容一览表: Django基础:http://www.ziqiangxuetang.com/django/django-tutorial.html 一、Django简介 Django文件介绍:http://www.cnblogs.com/geekmao/p/7569950.html 1.web框 ...
分类:
编程语言 时间:
2017-12-19 19:38:08
阅读次数:
218
原文来自 "RabbitMQ 英文官网" 的 "教程(4.Routing)" ,其示例代码采用了 .NET C 语言。 In the previous tutorial we built a simple logging system. We were able to broadcast log m ...
分类:
其他好文 时间:
2017-12-18 12:25:51
阅读次数:
184
#!flask/bin/pythonfrom flask import Flask, jsonify app = Flask(__name__) tasks = [ { 'id': 1, 'title': u'Buy groceries', 'description': u'Milk, Cheese ...
分类:
编程语言 时间:
2017-12-17 13:24:46
阅读次数:
240
知乎自己在底层造了非常多的轮子,而且也在服务器部署方面和数据获取方面广泛使用 gevent 来提高并发获取数据的能力。现在开始我将结合实际使用与测试慢慢完善自己对 gevent 更全面的使用和扫盲。 在对 gevent loop 的使用上,gevent tutorial 介绍得非常敷衍,以至于完全不 ...
分类:
其他好文 时间:
2017-12-15 20:09:44
阅读次数:
169
1、环境说明? ? 在此文章中不对redis做详细介绍,如果对redis不太了解的朋友可以参考此链接 http://www.runoob.com/redis/redis-tutorial.html?????要让redis集群正常工作至少需要3个主节点,在这里我们要创建6个redis节点,其中三个为主节点,三个为从节点,对应的re
分类:
其他好文 时间:
2017-12-15 15:04:42
阅读次数:
219