码迷,mamicode.com
首页 >  
搜索关键字:tutorial transcript    ( 3048个结果
theano documentation 阅读笔记
作为帮助学习的工具目标:较好地清楚地掌握theano的知识结构学习内容:theano documentation 0.6,主要看tutorial 与 library ,看2遍以上。学习时间6.29-6.30,(6.31也许需要完善下DAMS project的事)6.32-6.33 一共4天,大约40...
分类:其他好文   时间:2014-07-07 15:16:28    阅读次数:295
001.開始使用ASP.NET Web API 2(一)
原文鏈接:http://www.asp.net/web-api/overview/getting-started-with-aspnet-web-api/tutorial-your-first-web-api(ps:文章只是講解一些如何創建Web API的步驟和一個簡單示例,沒有涉及到路由選擇和方法...
分类:Windows程序   时间:2014-07-02 22:40:38    阅读次数:272
configure JDBCRealm JAAS for mysql and tomcat 7 with form based authentication--reference
Hello all,In this tutorial we are going to configure JDBCRealm JAAS for tomcat 7 and mysql database server.Let us first understand what exactly these ...
分类:数据库   时间:2014-07-02 20:08:58    阅读次数:367
JAAS authentication in Tomcat example--reference
In this tutorial you will learn how to configure JAAS authentication in Tomcat using the HTTP Basic authentication scheme.IntroductionTomcat provides ...
分类:其他好文   时间:2014-07-02 10:28:06    阅读次数:306
Cocos2d-x v3.1 Hello world程序(四)
Cocos2d-x v3.1 Hello world程序(四)      在上一篇文章中我们我们已经使用Cocos-Console工具生成了工程,本机生成的目录为:“D:\CocosProject\Tutorial”。我们进入该目录中,如下图:            本篇文章我们将使用Cocos2d-x引擎写一个最简单的工程——“Hello world”。我们将使用VS2012进行win...
分类:其他好文   时间:2014-07-02 09:06:30    阅读次数:228
【OC语法快览】二、存取方法
Accessors 存取方法 All instance variables are private in Objective-C by default, so you should use accessors to get and set values in most cases. There are two syntaxes. This is the traditional 1.x syntax: OC中所有的实例变量默认是私有的,所以多数情况下你应该使用访问器来获得和设置实例变量的值。访问器有...
分类:其他好文   时间:2014-07-02 08:39:04    阅读次数:231
【OC语法快览】一、方法调用
调用方法 [object method]; [object methodWithInput:input]; output = [object methodWithOutput]; output = [object methodWithInputAndOutput:input]; id myObject = [NSString string]; NSString* myString = ...
分类:其他好文   时间:2014-07-01 09:26:03    阅读次数:177
Hello World on Impala
Cloudera Impala 官方教程 《Impala Tutorial》,解说了Impala一些基本操作,但操作步骤前后缺少连贯性,本文节W选《Impala Tutorial》中的部分演示样例,从零開始解说了一个完整演示样例:创建表、载入数据、查询数据。提供了一个入门级教程,通过本文的操作,向I...
分类:其他好文   时间:2014-06-30 22:48:24    阅读次数:435
Hello World on Impala
Cloudera Impala 官方教程 《Impala Tutorial》,讲解了Impala一些基本操作,但操作步骤前后缺少连贯性,本文节选《Impala Tutorial》中的部分示例,从零开始讲解了一个完整示例:创建表、加载数据、查询数据。提供了一个入门级教程,通过本文的操作,向Impala说“Hello World”。...
分类:其他好文   时间:2014-06-29 23:07:03    阅读次数:330
Cocos2d-x v3.1 Hello world程序(四)
Cocos2d-x v3.1 Hello world程序(四) 在上一篇文章中我们我们已经使用Cocos-Console工具生成了工程,本机生成的目录为:“D:\CocosProject\Tutorial”。我们进入该目录中,如下图: 本篇文章我们将使用Cocos2d-x引擎写一个最简单的工程——“...
分类:其他好文   时间:2014-06-26 18:50:36    阅读次数:253
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!