码迷,mamicode.com
首页 >  
搜索关键字:use    ( 28727个结果
启动Hive的时候有很多WARN和INFO信息
配置好hive后,输入hive命令启动时会出现许多INFO和WARN信息。如下: 15/04/21 11:31:45 INFO Configuration.deprecation: mapred.input.dir.recursive is deprecated. Instead, use mapreduce.input.fileinputformat.input.dir.recursive 15/04/21 11:31:45 INFO Configuration.deprecation: mapred.m...
分类:其他好文   时间:2015-04-21 14:45:42    阅读次数:540
C#窗体与sql数据库的连接
创建一个数据库create database data1220 --创建数据库go --go代表后面的语句是在前面语句执行的基础上进行的use data1220 --确定操作数据库对象gocreate ...
分类:数据库   时间:2015-04-21 13:00:05    阅读次数:249
scala实现读取Oracle数据
用scala实现读取oracle数据增加oralce的jar包后package cn.bigdata.scala.oracleimport java.sql.{DriverManager, Connection, ResultSet}object ConnectOracle { val use...
分类:数据库   时间:2015-04-21 12:50:52    阅读次数:334
总结命令----touch
touch命令是一个很常见创建文本的命令,很多人容易忽视它的参数,它的参数功能还是非常有用的touch命令参数-a或--time=atime或--time=access或--time=use改變檔案的讀取時間記錄。-c或--no-create不建立任何文档。-d使用指定的日期时间,而非现在的时间。-f此参数将忽略不予处..
分类:其他好文   时间:2015-04-21 11:25:46    阅读次数:119
HDU2010省赛集训队选拔赛(校内赛) H
#define is unsafe Time Limit: 2000/1000 MS (Java/Others)    Memory Limit: 32768/32768 K (Java/Others) Total Submission(s): 287    Accepted Submission(s): 178 Problem Description Have you use...
分类:其他好文   时间:2015-04-21 09:48:17    阅读次数:138
SharePoint客户端js对象模型
'use strict';var context = SP.ClientContext.get_current();var user = context.get_web().get_currentUser();var web;(function () { // This code runs when...
分类:Web程序   时间:2015-04-20 22:31:03    阅读次数:149
SPM——How to use github
In this semester, we take a class called 'Software Project Management'. And in this class, we have learnt a lot about managing projects. Last week, .....
分类:其他好文   时间:2015-04-20 22:20:18    阅读次数:127
yii2 php namespace 引入第三方非namespace库文件时候,报错:Class not found 的解决
一个类文件时namespace的库方式 通过下面的方式引入类,报错  Class Not Found: namespace frontend\block\customer\account; use Yii; use frontend\block\Blockbase; //use yii\base\Model; //use backend\models\helper\Base.php use f...
分类:Web程序   时间:2015-04-20 21:00:09    阅读次数:335
RabbitMq_05_Topics
Topics(using the .NET client)PrerequisitesThis tutorial assumes RabbitMQ isinstalledand running onlocalhoston standard port (5672). In case you use a ...
分类:其他好文   时间:2015-04-20 20:50:14    阅读次数:164
安卓通知栏的用法
通知栏简介:Notification can display some information for user.Some users use Android Wear platform, whichwork with notification better and use wear devices...
分类:移动开发   时间:2015-04-20 18:22:45    阅读次数:409
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!