码迷,mamicode.com
首页 >  
搜索关键字:tutorial transcript    ( 3048个结果
Django tutorial part4
writing_first_django_app_part4Write a simple form点击每个Question进去detail界面,看到的vote我们希望以选择的形式给用户进行选择,然后将结果以表格的形式POST到服务器.# polls/templates/polls/detail.ht...
分类:其他好文   时间:2015-03-18 08:55:58    阅读次数:187
codis__简介
参考文档https://github.com/wandoulabs/codis中文简介https://github.com/wandoulabs/codis/blob/master/doc/tutorial_zh.md安装前提1,安装编译需要 go 环境2,启动需要 先启动 zookeeper原理图...
分类:其他好文   时间:2015-03-17 11:50:45    阅读次数:168
MongoDB学习笔记系列 一
主题:MongoDB学习资料参考网址:1.http://www.w3cschool.cc/mongodb/mongodb-tutorial.html2.http://www.icoolxue.com/1、NoSQL数据库。 运行速度快;设计灵活。(facebook就是用这个做的。) JavaSc.....
分类:数据库   时间:2015-03-16 19:09:27    阅读次数:142
Django tutorial part2
writing_first_django_app_part2Create super user下面开始创建管理者帐号:$ python manage.py createsuperuser输入用户名和密码,邮箱之后创建帐号运行runserver之后,进入http://127.0.0.1:8000/ad...
分类:其他好文   时间:2015-03-15 18:20:41    阅读次数:141
Django tutorial part3
writing_first_django_app_part3在Django中,网页和其他内容都是通过views来呈现的,每个view由一个简单的python函数来表示,django通过检查url来选择一个viewURL pattern: URL的简单通用形式, eg: /newsarchive///...
分类:其他好文   时间:2015-03-15 18:10:00    阅读次数:144
Django tutorial part1
writing_first_django_app_part1Creating a project查看django版本:$ python -c "import django; print(django.get_version())"创建工程,进入需要放置工程的目录:$ django-admin.py ...
分类:其他好文   时间:2015-03-15 18:03:34    阅读次数:133
cocos2d-js 接入anysdk
Cocos2d-JS 项目接入AnySDKhttp://cn.cocos2d-x.org/tutorial/show?id=1836前言国内居高不下的安卓手机占有率以及不断提升的回报率,使得安卓市场已成为游戏研发商无法忽视的淘金热土。然而,上百个渠道的SDK接入令游戏公司大呼“伤不起”,各种渠道、用...
分类:Web程序   时间:2015-03-14 21:30:05    阅读次数:2026
[转载]HDMI on ZedBoard with Petalinux.
This is step-by-step tutorial on how to build reference design for Analog Devices ADV7511 HDMI encoder used on ZedBoard with PetaLinux 2013.10. It wil...
分类:数据库   时间:2015-03-14 15:19:02    阅读次数:2392
机器学习实战-python相关软件库的安装
1安装python2安装sublimetext23安装NumPy、Matplotlibhttp://book.51cto.com/art/201401/426522.htmMatplotlib使用教程http://liam0205.me/2014/09/11/matplotlib-tutorial-...
分类:编程语言   时间:2015-03-13 23:42:54    阅读次数:265
Ubuntu上的Hadoop安装教程
Install Hadoop 2.2.0 on Ubuntu Linux 13.04 (Single-Node Cluster) This tutorial explains how to install Hadoop 2.2.0/2.3.0/2.4.0/2.4.1 on Ubuntu 13.04/13.10/14.04 (Single-Node Cluster). This setup doe...
分类:系统相关   时间:2015-03-13 22:28:29    阅读次数:342
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!