该文被密码保护。 阅读全文
posted @ 2020-03-26 10:51 反骨少年 阅读(2) 评论(0) 推荐(0)
摘要: gulp4.0 存在的错误信息 The following tasks did not complete: default,Did you forget to signal async completion? 当gulp为如下代码的时候: // 以下代码会执行在node环境下 const gulp 阅读全文
posted @ 2020-03-26 10:41 反骨少年 阅读(772) 评论(0) 推荐(0)
摘要: 一、python代码 代码如下: # 创建一个txt文件,文件名为mytxtfile,并向文件写入msg def text_create(name, msg): desktop_path = "E:\\PyTest\\" # 新创建的txt文件的存放路径 full_path = desktop_pa 阅读全文
posted @ 2020-03-26 03:50 反骨少年 阅读(1842) 评论(0) 推荐(0)