- 博客(4)
- 问答 (1)
- 收藏
- 关注
原创 想学嘛,技术人, 请不要封闭自己
有感于这篇文章技术人, 请不要封闭自己和10 年三线小城 IT 开发的感悟的感悟,其实我一直想写一些技术文章,可是无奈于能力有限(真的从小作文写不好),真的不知道应该如何去写,写了又有谁去看,或者只是留下一道道痕迹。看起来没有虚度光阴,但是这样又怎么样呢。其实我每天都在看一些博客,渐渐地也养成了每天从看博客开始,以看博客结束。学习累了就看看新浪微博,看看别人吐槽...
2019-03-11 21:35:10
172
原创 Java:字符串类型IP的判断
public class TestDemo{ public static void main(String args[]){ String str = "192.168.1.1111"; String result[] = str.split("\\."); for (int x = 0;x < result.length ;x ++...
2018-08-03 20:32:37
423
原创 Java:int类型和String类型的相互转换
public class TestDemo{ public static void main(String args[]){ //(1) int类型转换成String类型 int numA = 123; String strA = "" + numA; String strE = Integer.toString(numA);...
2018-08-03 19:46:49
350
翻译 spark2.1.0WordCountCluster
1.在本地创建一个文件spark.txthello tomhello jerryhello kittyhello worldhello tomhi nihaoni nihi hihello hihi hello2.用winscp 将spark.txt上传到虚拟机上3.将spark.txt上传到hadoop集群hadoop fs -put sp
2017-06-06 16:54:26
219
空空如也
两个文件进行行读取进行嵌套循环连接
2018-11-24
TA创建的收藏夹 TA关注的收藏夹
TA关注的人