Python写了一个脚本,运行出现问题,大神求解 5
在linux上写了一个脚本,脚本的功能就是往一个log文件中每秒写入内容,但是在运行的时候出现报错,希望大神能指点下,图片和代码在下面importtimeimportsc...
在linux上写了一个脚本,脚本的功能就是往一个log文件中每秒写入内容,但是在运行的时候出现报错,希望大神能指点下,图片和代码在下面import timeimport schedimport randomdef create_log(String1): file = open("/root/hadoop/hadoop-2.6.5/logs/access.log", mode="a+",encoding='utf-8') file.write(random.sample(list, 1)[0]) file.flush()if __name__ == '__main__': list = [ "Apache Spark achieves high performance for both batch and streaming data using a state of the art DAG scheduler a query optimizer and a physical execution engine\n", "Spark offers over 80 high level operators that make it easy to build parallel apps And you can use it interactively from the Scala Python R and SQL shells\n",] schedule = sched.scheduler(time.time, time.sleep) while True: schedule.enter(1, 0, create_log,(1,)) schedule.run()
展开
展开全部
转换一下就好
调用函数
调用函数
更多追问追答
追问
如何弄啊
追答
不是有朋友说了
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
展开全部
加上 .encode('utf-8') ,编码问题
更多追问追答
追问
在那个部分添加啊!不会
追答
你报错的这行啊, [0].encode
本回答被网友采纳
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
展开全部
5 Python写了一个脚本,
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询