06 2020 档案

摘要:HTMLTestRunner 生成报告如下图: 展开后可查看详情信息: 直接复制以下代码,保存为HTMLTestRunner.py 即可 # coding=utf-8 """ A TestRunner for use with the Python unit testing framework. I 阅读全文
posted @ 2020-06-30 10:38 pandaly 阅读(4275) 评论(2) 推荐(1) 编辑
摘要:import os pwd = os.getcwd() print("当前目录: " + pwd) father_path_method1 = os.path.dirname(pwd) print("当前目录的父目录_方式一: " + father_path_method1) separator = 阅读全文
posted @ 2020-06-29 10:44 pandaly 阅读(3730) 评论(0) 推荐(0) 编辑
摘要:UPDATE store SET food_ordering =1,self_pickup_remark = CONCAT('self pick up notes:',store_code,short_name) WHERE merchant_id = "360087641000000807" AN 阅读全文
posted @ 2020-06-17 11:41 pandaly 阅读(1511) 评论(0) 推荐(0) 编辑
摘要:安装vscode 官网:https://code.visualstudio.com/ 安装 Vetur 插件,识别 vue 文件 插件库中搜索Vetur,点击安装,安装完成之后点击重新加载 新建代码片段 文件 ➡ 首选项 ➡ 用户代码片段 ➡ 点击新建全局代码片段 ➡ 取名 vue ➡ 确定 粘入v 阅读全文
posted @ 2020-06-03 00:16 pandaly 阅读(1502) 评论(0) 推荐(0) 编辑

点击右上角即可分享
微信分享提示