码迷,mamicode.com
首页 >  
搜索关键字:tutorial transcript    ( 3048个结果
1,序列化
介绍该教程将会让你理解 REST 框架的各个组件是怎么工作的。该教程很深入,你可能需要取饼干和你喜欢的饮料。如果你想快速的浏览,你应该去看 quickstart 。注意:该教程对应的代码可以去GitHub看, tomchristie/rest-framework-tutorial 。完整的实现作为测...
分类:其他好文   时间:2014-05-28 16:43:30    阅读次数:314
c++11 条件变量 生产者-消费者 并发线程
http://baptiste-wicht.com/posts/2012/04/c11-concurrency-tutorial-advanced-locking-and-condition-variables.htmlstruct BoundedBuffer { int* buffer; ...
分类:编程语言   时间:2014-05-27 16:04:22    阅读次数:303
Java关键字
1 Java关键字根据官网说明,java有如下关键字。http://docs.oracle.com/javase/tutorial/java/nutsandbolts/_keywords.htmlHere is a list of keywords in the Java programming l...
分类:编程语言   时间:2014-05-26 18:22:17    阅读次数:271
jQuery -> 获取孩子节点
jQuery提供了很多方法来获取一个元素的direct descendant(直接后代)。 最简单的方式是使用direct descendant combinator (>) 例如,如果要获取如下html代码中的直接孩子节点中的a元素,就可以直接使用 > 符号 jQuery jQuery tutorial 使用selector获取 $('content > a');...
分类:Web程序   时间:2014-05-24 19:56:18    阅读次数:364
111
SEO Introduction The SEO Introduction tutorial explains the importance of search engine optimization. 目录 SEO Introduction Content HTML Tags Architectu...
分类:其他好文   时间:2014-05-24 09:27:47    阅读次数:285
在CentOS上搭建PHP服务器环境(转)
1、您也可以使用一键自动部署环境的工具,请参见网友开发的这个工具http://www.centos.bz/2013/08/ezhttp-tutorial/2、安装:wget -c http://lamp.phpstudy.net/phpstudy.binchmod +x phpstudy.bin #...
分类:Web程序   时间:2014-05-22 01:58:26    阅读次数:361
mysql的简单使用
写这篇的主要目的是记录一点mysql的基本使用方法,当然sql查询语句本来就有不少东西,这里就不一一介绍,这个网址有详细的教程(http://www.sdau.edu.cn/support/mysq_doc/manual_Tutorial.html)1、登陆mysql -h 主机名 -u 用户名 -...
分类:数据库   时间:2014-05-21 22:10:25    阅读次数:375
MongoDB C# / .NET Driver
MongoDB C# Driver是官方提供的.NET C#驱动。 Getting Started with the C# Driver C# Driver Tutorial C# Driver LINQ Tutorial Serialize Documents with the C# Driver...
分类:数据库   时间:2014-05-21 20:28:24    阅读次数:446
C# Driver LINQ Tutorial
1.介绍 该教程涵盖了1.8版本的C#驱动中的LINQ查询。你可能已经阅读最新的C# Driver Tutorial。 2.快速开始 首先,给程序添加下面的using声明 using MongoDB.Driver.Linq;然后,像往常一样,获取一个collection的引用变量:var colle...
分类:其他好文   时间:2014-05-21 19:14:39    阅读次数:385
Mule ESB-Content-Based Routing Tutorial(2)
承接 Mule ESB-Content-Based Routing Tutorial(1) 五、运行应用程序  完成创建,配置,并保存你的新的应用程序,您就可以在嵌入Mule的服务器上运行(包括在Mule Studio中,作为捆绑下载的一部分)。 1、在Package Explorer窗格中,右键单击Basic Tutorial.mflow文件,然后选择Run A...
分类:其他好文   时间:2014-05-21 12:35:09    阅读次数:353
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!