自定义博客皮肤VIP专享

*博客头图:

格式为PNG、JPG,宽度*高度大于1920*100像素,不超过2MB,主视觉建议放在右侧,请参照线上博客头图

请上传大于1920*100像素的图片!

博客底图:

图片格式为PNG、JPG,不超过1MB,可上下左右平铺至整个背景

栏目图:

图片格式为PNG、JPG,图片宽度*高度为300*38像素,不超过0.5MB

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

-+

  • 博客(12)
  • 收藏
  • 关注

转载 spark笔记

./bin/spark-shell--masterlocal[2] ./bin/pyspark--masterlocal[2] The--masteroptionspecifiesthemasterURLforadistributedcluster,orlo...

2016-02-14 19:05:00 136

转载 linux查看是否为虚拟机

dmesg |grep vm 转载于:https://my.oschina.net/u/2510197/blog/611017

2016-01-28 17:08:00 159

转载 hive正则建表

日志如下 192.168.244.35--[03/Dec/2015:23:22:11+0800]"POST/touch/appService.hotwaveHTTP/1.0"20077"-""Apache-HttpClient/4.1.3(java1.5)""-"...

2015-12-03 23:25:00 227

转载 python url解码

url='%E5%8E%BB%E5%93%AA%E5%84%BF%E6%97%85%E8%A1%8C/4.7.8.8941' printurllib.unquote(url).decode('utf-8','replace') [searcher@l-pgdata2.vc.cn5/ex...

2015-11-16 15:21:00 151

转载 user-agent解析工具

ua解析 转载于:https://my.oschina.net/u/2510197/blog/530837

2015-11-16 13:18:00 339

转载 shell date处理

xyang@xyang-Latitude-E5440:~$cattest.sh #!/bin/bash today=$(date+%F) if[-n"$1"];then today=$1 fi yesterday=$(date-d"${today}-1day...

2015-11-11 14:39:00 166

转载 pg 异常捕获

createfunctionstring_to_json(varchar)returnsjsonas$$ BEGIN return$1::json; EXCEPTIONWHENdata_exceptionTHEN return'{}'::json; END...

2015-11-10 10:36:00 1032

转载 python调用shell

importos,math i=121 whilei<225: outFile=str(int(math.ceil(float(str(i)+'.0')/4))) printoutFile ifi%4==1: filename='2015...

2015-11-09 13:53:00 82

转载 kafka 文档学习

brokers topics 一个topic可以有多个分区,每一个分区位于一个broker上. 每个topic的多个partitions都有一个称为leader的server,用于处理分区的读写请求, 同时有0到多个followers,用于分区备份,如果leader失败,其中任一foll...

2015-11-06 23:58:00 119

转载 ubuntu 开机执行脚本

#在/etc/rc.local文件中添加要执行的命令,exit0结尾 xyang@xyang-Latitude-E5440:~$cat/etc/rc.local #!/bin/sh-e # #rc.local # #Thisscriptisexecutedatthe...

2015-11-06 23:47:00 139

转载 ubuntu 无线网速很慢

#执行如下命令 xyang@xyang-Latitude-E5440:~$catwifi sudoifconfigwlan0down sudormmod-fath9k sudomodprobeath9knohwcrypt=1 sudoifconfigwlan0up...

2015-11-06 23:27:00 111

转载 pg 数组函数

--删除数组中特定值元素 mydb=#selecttypes,array_to_string(array_remove(string_to_array(types,','),'group'),',')asafter_cut_groupfromyx_support_business...

2015-11-06 23:23:00 666

空空如也

空空如也

TA创建的收藏夹 TA关注的收藏夹

TA关注的人

提示
确定要删除当前文章?
取消 删除