上一页 1 ··· 7 8 9 10 11 12 13 14 15 ··· 33 下一页
摘要: 安装spark后,hive报 java.lang.NoClassDefFoundError: org/apache/hadoop/mapreduce/InputFormat trace 看是sqoop 抛出 注释/etc/profile.d/hadoop_path.sh 阅读全文
posted @ 2019-08-15 19:25 Go_Forward 阅读(364) 评论(0) 推荐(0) 编辑
摘要: find 命令删除日志文件 EXPLANATIONS ./my_dir your directory (replace with your own) -mtime +10 older than 10 days -type f only files -delete no surprise. Remov 阅读全文
posted @ 2019-08-09 22:22 Go_Forward 阅读(679) 评论(0) 推荐(0) 编辑
摘要: 关键需要使用text from sqlalchemy import create_engine, text sql = 'SELECT * FROM my_table WHERE account_id = :account_id and amount =: amount' session.execu 阅读全文
posted @ 2019-08-08 21:36 Go_Forward 阅读(579) 评论(0) 推荐(0) 编辑
摘要: https://www.lifewire.com/install-extensions-chrome-4103627 阅读全文
posted @ 2019-07-18 19:37 Go_Forward 阅读(156) 评论(0) 推荐(0) 编辑
摘要: requests.exceptions.ChunkedEncodingError: ('Connection broken: IncompleteRead(0 bytes read, 512 more expected)', IncompleteRead https://github.com/req 阅读全文
posted @ 2019-07-10 20:28 Go_Forward 阅读(144) 评论(0) 推荐(0) 编辑
摘要: from: https://stackoverflow.com/questions/44742806/how-to-remove-escape-characters-escaping-unicode-chars-from-unicode-string-in 阅读全文
posted @ 2019-07-05 18:54 Go_Forward 阅读(580) 评论(0) 推荐(0) 编辑
摘要: 使用requests进行重试 阅读全文
posted @ 2019-07-01 20:15 Go_Forward 阅读(1044) 评论(0) 推荐(0) 编辑
摘要: find /demo -name "*.js" |xargs cat|grep -v ^$|wc -l 阅读全文
posted @ 2019-06-22 15:41 Go_Forward 阅读(120) 评论(0) 推荐(0) 编辑
摘要: encode decode str > unicode > utf8 < unicode < decode encode # on windows python3 a = "\u4e2d\u56fd\u8ba1\u7b97\u673a" # str a.encode().decode("utf8") 阅读全文
posted @ 2019-06-20 18:41 Go_Forward 阅读(201) 评论(0) 推荐(0) 编辑
摘要: ImproperlyConfigured: You must either define the environment variable DJANGO_SETTINGS_MODULE or call settings.configure() before accessing settings DJ 阅读全文
posted @ 2019-06-14 20:29 Go_Forward 阅读(145) 评论(0) 推荐(0) 编辑
上一页 1 ··· 7 8 9 10 11 12 13 14 15 ··· 33 下一页