上一页 1 ··· 8 9 10 11 12 13 14 15 16 ··· 54 下一页
摘要: pytest是一个python测试框架。 Install pytest(安装pytest) $ pip install -U pytest $ pytest --version pytest 7.1.1 查找pytest命令的入口 $ cat `which pytest` #!/usr/local/ 阅读全文
posted @ 2022-03-22 22:23 叶常落 阅读(3) 评论(0) 推荐(0) 编辑
摘要: 关键词: unitest vs pytest unittest vs pytest 写此文章的目的并不是为了二选一,说哪个好,哪个不好。而是为了对比两个框架,吸收其优秀的特点和思想。 unittest 和 pytest,是python里面两个测试框架。 unittest和pytest都是用例执行引擎 阅读全文
posted @ 2022-03-22 20:23 叶常落 阅读(7) 评论(0) 推荐(0) 编辑
摘要: an idea a golang developer a vue developer a ui designer a product manager an android developer an ios developer an tester markting promotion an Opera 阅读全文
posted @ 2022-03-20 11:48 叶常落 阅读(4) 评论(0) 推荐(0) 编辑
摘要: 关键词: sweetalert sweetalert what is sweetalert? A beautiful, responsive, highly customizable and accessible (WAI-ARIA) replacement for JavaScript’s pop 阅读全文
posted @ 2022-03-19 18:24 叶常落 阅读(1) 评论(0) 推荐(0) 编辑
摘要: https://ourcodeworld.com/articles/read/457/how-to-display-images-in-the-javascript-console-of-the-browser In this article, i will introduce two things 阅读全文
posted @ 2022-03-19 17:20 叶常落 阅读(0) 评论(0) 推荐(0) 编辑
摘要: 叶常落 & FBI Warning: 本文是入门级文章,高手请自觉离开,或者提出宝贵建议。 本文的目的 本文的目的不是为了读懂其源码,而是为了找到其分页的处理方式,然后应用在我的golang代码上面,另一个就是了解下其用户和权限控制相关实现。最主要的就是学习下sql。 xxl_job是什么? A d 阅读全文
posted @ 2022-03-17 20:08 叶常落 阅读(2) 评论(0) 推荐(0) 编辑
摘要: 无论何时何地,没有可以保证软件没有bug。就像世界不能失去耶路撒冷,软件不能没有bug,失去了bug的软件一定也失去了灵魂。 问题如何产生的? 重构之后引入的一个bug,我认为我非常鼓励重构。 问题是如何隐藏的?特定场景下才会发生,当它发生的时候我没有在意。为什么没有在意,我不确定,为什么不确定? 阅读全文
posted @ 2022-03-16 23:11 叶常落 阅读(0) 评论(0) 推荐(0) 编辑
摘要: 红豆生南国,春来发几枝。若为自由故,此物最相思。(原文是:愿君多采撷,此物最相思。但是我更喜欢若为自由故这个。) 今天为大家介绍一款浏览器插件,插件的名字叫做几枝。 通过名字我们就可以知道这个插件是个文艺范的插件。 Edge浏览器可以通过如下链接下载安装 https://microsoftedge. 阅读全文
posted @ 2022-03-15 22:58 叶常落 阅读(0) 评论(0) 推荐(0) 编辑
摘要: 尴尬的当时是尴尬,但是过后却是好笑,正是这些尴尬让我们回忆的时候黯然一笑。 有一次写作文,我从作文书里面摘抄了两句,本来应该是衣衫褴褛,但是我鬼斧神拆的写成了衣衫尴尬,然后我的语文老师批改作业的时候,把我叫了过去,你看看这两个字念啥,仔细查查字典然后写十遍,然后尴尬这个词就这样被我记住了。起初我还以 阅读全文
posted @ 2022-03-15 22:14 叶常落 阅读(0) 评论(0) 推荐(0) 编辑
摘要: 使用noise画waves效果。 阅读全文
posted @ 2022-03-13 23:29 叶常落 阅读(5) 评论(0) 推荐(0) 编辑
上一页 1 ··· 8 9 10 11 12 13 14 15 16 ··· 54 下一页