我这关测了23次了都不过,看看哪里错了

img

img

img


看看问题在哪里,老是测试出现错误,说结果有错误,最好指出修改意见,指导我一下,谢谢

看要求不要绘制年月日内容吧,删掉

img

不知道你这个问题是否已经解决, 如果还没有解决的话:
  • 这有个类似的问题, 你可以参考下: https://ask.csdn.net/questions/7562887
  • 你也可以参考下这篇文章:窗函数的介绍以及画出常见窗函数(汉宁窗,矩形窗,汉明窗,布莱克曼窗)的时域图和频谱图
  • 除此之外, 这篇博客: 我都40了,零基础转行到软件测试还有前途吗?中的 接下来,源妹儿来详细回答一下关于软件测试行业的前景的问题。 部分也许能够解决你的问题, 你可以仔细阅读以下内容或者直接跳转源博客中阅读:

    1、互联网发展潜力巨大,进入IT行业是一个聪明的选择。

    2、软件测试行业人才缺口大:国内大多数IT从业人员更多从事后端开发、前端设计等方面的工作,而软件测试的从业人员人数却远远跟不上,造成许多企业缺少测试人才。

    3、随着对后端开发质量的重视的提升,软件测试岗位也将逐渐受到重视,在升值空间和薪资水平上都将有所提升。

    4、Python自动化测试有更广阔的发展前景:在人工智能+大数据的飞速发展的大环境下,Python开发语言日渐火爆。它吸取了功能、性能、接口、自动化等专项测试领域的优点,以后将在多个领域渐渐成为国内大部分质量控制、质量管理的首选,并且目前已有很多公司使用Python自动化测试框架。且自动化测试工程师,接口测试工程师,性能测试工程师,测试开发工程师的市场需求处于急速上升趋势。新的技术需求指导你今后的学习和发展方向,将大大提升你作为测试人员的不可替代性。

  • 以下回答来自chatgpt:

    回答:

    Hello there, I'd be happy to help you troubleshoot your issue! However, without more details about the level, the error message, and the expected results, it's difficult to provide a specific solution. Here are some general troubleshooting steps you can take:

    1. Read the error message carefully and try to understand what it's telling you. Is there a specific line of code or function that's causing the error? Are there any clues as to what might be wrong with the results?

    2. Check your code for syntax errors, logical errors, or other mistakes. Make sure that all variables are properly defined, functions are called with the correct arguments, and loops and conditionals are structured correctly.

    3. Test your code with different input values to see if the error message appears consistently or only in certain cases. This can help you isolate the problem and identify any edge cases that might be causing issues.

    4. Use debug tools to step through your code and track the flow of data. Print out intermediate values or use breakpoints to see how the program is executing at different points.

    5. Consult the documentation for the language or framework you're using, or search online for similar error messages or issues. Often, other developers have already encountered similar problems and might have posted solutions or suggestions.

    Without more specific information about the problem, I can't provide a more detailed solution. However, I hope these general steps are helpful in getting you started with troubleshooting. Good luck!


如果你已经解决了该问题, 非常希望你能够分享一下解决方案, 写成博客, 将相关链接放在评论区, 以帮助更多的人 ^-^