码迷,mamicode.com
首页 >  
搜索关键字:writing    ( 842个结果
sqoop命令,mysql导入到hdfs、hbase、hive
1.测试MySQL连接 bin/sqoop list-databases --connect jdbc:mysql://192.168.1.187:3306/trade_dev --username 'mysql' --password '111111' 2.检验SQL语句 bin/sqoop ev ...
分类:数据库   时间:2018-05-25 00:16:29    阅读次数:288
C# 操作文件类,文件夹存在判断,创建,文件内容读写。
1、File 类 --转自msdn 常用方法: 向一个文件中追加行,然后关闭该文件。 如果指定文件不存在, 此方法会创建一个文件,向其中写入指定的行,然后关闭该文件。 向一个文件中追加行,然后关闭该文件。 如果指定文件不存在, 此方法会创建一个文件,向其中写入指定的行,然后关闭该文件。 使用指定的编 ...
分类:Windows程序   时间:2018-05-21 19:54:49    阅读次数:388
install mysql from source and troubleshooting example
I tried to install MySQL 5.7 from source file and upgrading previous MySQL version to the lastest 5.7.22. following command record is shared as a note ...
分类:数据库   时间:2018-05-20 10:42:04    阅读次数:208
Who is Donald Trump?
Well, I know this topic is a little bit old. But I am writing this blog to basically show how I see Trump and help those who haven't heard of Trump be ...
分类:其他好文   时间:2018-05-19 15:48:24    阅读次数:437
Android测试(五):Instrumented 单元测试
Android测试(五):Instrumented 单元测试 发布时间 2017年12月20日 虫师 原文:https://developer.android.com/training/testing/unit-testing/instrumented-unit-tests.html Instrum ...
分类:移动开发   时间:2018-05-14 00:10:00    阅读次数:258
B - Burning Midnight Oil CodeForces - 165B
One day a highly important task was commissioned to Vasya — writing a program in a night. The program consists of n lines of code. Vasya is already ex ...
分类:其他好文   时间:2018-05-13 22:03:00    阅读次数:190
State Threads之网络架构库
原文: "State Threads for Internet Applications" 介绍 State Threads is an application library which provides a foundation for writing fast and highly scala ...
分类:其他好文   时间:2018-05-12 02:57:27    阅读次数:200
各种课程下载方法
coursera:1:安装Anaconda2:打开命令行端口pipinstallcoursera-dl3:coursera-dl-u用户名-p密码课程名称(coursera-dl-u用户名-p密码"mp4""en.srt""zh-CN""writing-english-university")https://www.c
分类:其他好文   时间:2018-05-09 14:40:25    阅读次数:129
python之SocketServer
SocketServer类介绍 The socketserver module simplifies the task of writing network servers. socketserver一共有这么几种类型 This uses the Internet TCP protocol, whi ...
分类:编程语言   时间:2018-05-06 00:12:55    阅读次数:229
golang插件
本文记载下了golang插件的用法, 原文: https://code.tutsplus.com/tutorials/writing-plugins-in-go--cms-29101 这个例子使用了两个排序: 快速排序和冒泡排序,不追求算法的高效,只为了说明插件的生成和使用。 而且只在linux下, ...
分类:其他好文   时间:2018-05-05 18:09:08    阅读次数:148
842条   上一页 1 ... 22 23 24 25 26 ... 85 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!