码迷,mamicode.com
首页 >  
搜索关键字:tutorial transcript    ( 3048个结果
pig使用入门1
1、在pig下载的安装包,解压完成了之后,有一个tutorial目录,我们使用里面的数据来开始pig学习。如果tutorial目录下没有存在pigtutorial.tar.gz文件的话,那么需要使用ant来编译出这个文件 如果没有ant,见分类linux下的ant安装2、进入tutorial目录,....
分类:其他好文   时间:2014-06-19 00:43:35    阅读次数:303
MongoDB -- Error: unclean shutdown detected
由于每次不正常关闭 MongoDB 的行为 导致今天打开 MongoDB 发现出现如下错误 unclean shutdown detected 解决方案(很详细): http://docs.mongodb.org/manual/tutorial/recover-data-following-unexpected-shutdown/...
分类:数据库   时间:2014-06-18 12:09:18    阅读次数:283
Trail: JDBC(TM) Database Access1
The Java Tutorials 2014.3.18 Oracle官方版 for JavaSE 8 JDBC篇(上)...
分类:数据库   时间:2014-06-16 14:44:12    阅读次数:342
C++的XML编程经验――LIBXML2库使用指南[转]
C++的XML编程经验――LIBXML2库使用指南写这篇文章的原因有如下几点:1)C++标准库中没有操作XML的方法,用C++操作XML文件必须熟悉一种函数库,LIBXML2是其中一种很优秀的XML库,而且它同时支持多种编程语言;2)LIBXML2库的Tutorial写得不太好,尤其是编码转换的部分...
分类:编程语言   时间:2014-06-15 07:38:36    阅读次数:257
正则表达式简要入门(转载)
转载http://luolei.org/regula-expression-simple-tutorial/第一次接触正则表达式是在今年四月的腾讯笔试,当时是一道选择题问如何判断输入的是否是 QQ 号码(即纯数字),当时是蒙了一个答案,菜鸟不会嘛 ╮(╯3╰)╭ 。事后自己倒专门学习了正则表达式,还...
分类:其他好文   时间:2014-06-13 18:23:34    阅读次数:243
Openflow Lab
GETTING STARTED OPENFLOW OPENVSWITCH TUTORIAL LAB : SETUPFor a more up to date tutorial as anything more then 6 months old is outdated in the world of...
分类:其他好文   时间:2014-06-13 08:16:36    阅读次数:624
Load resources from classpath in Java--reference
In general classpath is the path where JVM can find .class files and resources of your application and in this tutorial we will see how to load resour...
分类:编程语言   时间:2014-06-08 22:20:57    阅读次数:371
ArcGIS10.2.1精简版、ArcGIS_Desktop10_Tutorial、破解文件等下载地址
ArcGIS10.2.1精简版、ArcGIS_Desktop10_Tutorial、破解文件等下载地址
分类:其他好文   时间:2014-06-08 20:42:47    阅读次数:301
[iOS]The app icon set named "AppIcon" did not have any applicable content.
Develop Tools: xCode 5.1I write a demo for app settings feature. The tutorial url is here.When I add a icon into app icon and build the code, I got th...
分类:移动开发   时间:2014-06-08 20:39:03    阅读次数:1920
Numpy 入门教程(1)
翻译自官方文档Tentative NumPy Tutorial,有删节。 Numpy 入门教程 NumPy 提供了对多维数组的支持,与Python原生支持的List类型不同,数组的所有元素必须同样的类型。数组的维度被称为axes,维数称为 rank。  Numpy的数组类型为 ndarray, ndarray 的重要属性包括:  ndarray.ndim:数组的维数,也称为rank...
分类:其他好文   时间:2014-06-08 15:15:05    阅读次数:431
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!