摘要: Jenkins安装在win7上 GitLab安装在docker上 需求:本地提交自动化测试代码在gitlab上后,jenkins自动构建,拉下新提交的自动化代码,并且运行 参考的链接: https://vwin.github.io/2018/10/11/Jenkins-HTML%E6%8A%A5%E 阅读全文
posted @ 2019-08-01 17:05 悠然现南山 阅读(1411) 评论(0) 推荐(0) 编辑
摘要: 1.包装类,装箱与拆箱 阅读全文
posted @ 2018-07-23 17:37 悠然现南山 阅读(125) 评论(0) 推荐(0) 编辑
摘要: mldn的java视频: http://www.mldn.cn/course/175/tasks 网易云课堂路飞学城python视频: http://study.163.com/course/introduction/1004526016.htm 阿里云大学各种编程语言视频: https://edu 阅读全文
posted @ 2018-07-23 17:37 悠然现南山 阅读(171) 评论(0) 推荐(0) 编辑
摘要: 参考: https://www.cnblogs.com/du-jun/p/12720945.html https://www.cnblogs.com/1zero1/p/13470610.html 1.先调用接口 https://mp.weixin.qq.com/debug/cgi-bin/webde 阅读全文
posted @ 2024-06-18 10:31 悠然现南山 阅读(10) 评论(0) 推荐(0) 编辑
摘要: 1.minium教程 https://www.cnblogs.com/longronglang/p/17045150.html 在教程中下载小程序官方例子的时候,执行nmp i命令后会报错 报错的解决办法参考后完美解决 https://github.com/wechat-miniprogram/mi 阅读全文
posted @ 2024-05-30 13:48 悠然现南山 阅读(2) 评论(0) 推荐(0) 编辑
摘要: 字符串"abc",输出"abcabcabc" print('abc'*3) 重复打印字符串'tt'5次 输出: tt tt tt tt tt for _ in range(5): print('tt') 阅读全文
posted @ 2024-05-23 17:42 悠然现南山 阅读(2) 评论(0) 推荐(0) 编辑
摘要: 例子: { "code": 10000, "msg": "操作成功", "traceId": "", "timestamp": 1715677467068, "data": [ { "id": "509", "name": "休闲套装", "describeContent": "安德玛男女运动休闲套 阅读全文
posted @ 2024-05-14 17:08 悠然现南山 阅读(8) 评论(0) 推荐(0) 编辑
摘要: 阅读全文
posted @ 2024-05-09 16:34 悠然现南山 阅读(3) 评论(0) 推荐(0) 编辑
摘要: https://blog.csdn.net/sinat_32336967/article/details/94761771 阅读全文
posted @ 2023-10-31 08:43 悠然现南山 阅读(67) 评论(0) 推荐(0) 编辑
摘要: https://blog.csdn.net/s7653788/article/details/121681077 阅读全文
posted @ 2023-10-26 18:34 悠然现南山 阅读(39) 评论(0) 推荐(0) 编辑
摘要: 1.执行hrun -V报错:ImportError: cannot import name 'Iterable' from 'collections' 将 from collections import Iterable 修改成 from collections.abc import Iterabl 阅读全文
posted @ 2023-10-26 18:29 悠然现南山 阅读(40) 评论(0) 推荐(0) 编辑
摘要: 阅读全文
posted @ 2023-10-23 22:47 悠然现南山 阅读(22) 评论(0) 推荐(0) 编辑
摘要: https://blog.csdn.net/chushujin/article/details/109016922?spm=1001.2101.3001.6661.1&utm_medium=distribute.pc_relevant_t0.none-task-blog-2%7Edefault%7E 阅读全文
posted @ 2023-02-21 17:11 悠然现南山 阅读(109) 评论(0) 推荐(0) 编辑