上一页 1 2 3 4 5 6 7 8 9 ··· 37 下一页
摘要: source code output 结论 Java方法参数传递为值传递 Java方法值传递为浅拷贝 Scala 类似 阅读全文
posted @ 2019-05-29 16:40 苏轶然 阅读(310) 评论(0) 推荐(0) 编辑
摘要: 日志 问题复现与排查 "问题的解决" 问题的原因也知道了,那么解决方法也就很明了了,就是让字符串正确的decode就ok了,所以有如下几种方法: 在代码的开始调用reload(sys);sys.setdefaultencoding(‘utf8’)通过这种方式,我们制定了默认的encode字符集为ut 阅读全文
posted @ 2019-04-18 21:28 苏轶然 阅读(697) 评论(0) 推荐(0) 编辑
摘要: ``` HTTP ERROR 500 Problem accessing /proxy/application_1538120222810_0072/. Reason: Connection refused (Connection refused) Caused by: java.net.ConnectException: Connection refused (Connection r... 阅读全文
posted @ 2019-03-27 18:39 苏轶然 阅读(642) 评论(0) 推荐(0) 编辑
摘要: 访问文件:vim/sh/bash/cat/more等操作会重置Access time 读取文件属性:ls/stat/wc/du等操作不会重置Access time 修改文件:会重置Modify time 和 Change time 修改权限但不调整内容: 不会重置Modify time, 但会重置 阅读全文
posted @ 2019-03-26 11:27 苏轶然 阅读(876) 评论(0) 推荐(0) 编辑
摘要: "hive issue inserting records to partitioned table" 阅读全文
posted @ 2019-02-27 11:14 苏轶然 阅读(250) 评论(0) 推荐(0) 编辑
摘要: "scala/spec/03 types.md" title: Types layout: default chapter: 3 Types We distinguish between first order types and type constructors, which take type 阅读全文
posted @ 2018-12-18 20:47 苏轶然 阅读(188) 评论(0) 推荐(0) 编辑
摘要: Weak Conformance In some situations Scala uses a more general conformance relation. A type S weakly conforms to a type T, written S 阅读全文
posted @ 2018-12-18 20:43 苏轶然 阅读(178) 评论(0) 推荐(0) 编辑
摘要: ``` conda info -e # conda environments: # dlcv /Users/enzhao/suanec/libs/anaconda2/envs/dlcv py36 /Users/enzhao/suanec/libs/anaconda2/envs/py36 root ... 阅读全文
posted @ 2018-12-17 17:34 苏轶然 阅读(90357) 评论(0) 推荐(2) 编辑
摘要: 异步不保序,但大作业执行时间后移。 .set("spark.scheduler.mode", "FAIR") 公平调度,充分使用集群资源。 "Spark Doc" def collectAsync(): FutureAction[Seq[T]] Returns a future for retrie 阅读全文
posted @ 2018-12-08 17:14 苏轶然 阅读(1236) 评论(0) 推荐(0) 编辑
摘要: maven 与划定的范围存在冲突,则以配置为准。 阅读全文
posted @ 2018-12-06 15:19 苏轶然 阅读(1184) 评论(0) 推荐(0) 编辑
上一页 1 2 3 4 5 6 7 8 9 ··· 37 下一页