logo
publist
写文章

简介

该用户还未填写简介

擅长的技术栈

可提供的服务

暂无可提供的服务

vue 简易照片墙

部门平台首页弄个照片墙展示人员风采,组件代码如下:<template><div class="photo"><div class="container" v-for="(path, cl) in info"><div :class="`box imgi ${status1} ${status2 + cl}`" ref="path"><img :

HttpRunnerManager 测试平台搭建 for Windows

感谢作者:yinquanwang参考:https://github.com/HttpRunner/HttpRunnerManager            https://www.cnblogs.com/ericli-ericli/p/5902270.html 1、下载 https://github.com/HttpRunner/HttpRunnerManager 2、安装 r...

Yapi搭建-win

YApiYApi旨在为开发、产品、测试人员提供更优雅的接口管理服务。可以帮助开发者轻松创建、发布、维护 API特性安装-win环境要求nodejs(7.6+)mongodb(2.6+)gitnodejs官网下载最新包,安装:https://nodejs.org/en/download/ps:安装过程中如果报错2503/2502,是应为权限不足,解决...

github修改语言设置

前两天在git上创建了个python项目,未指定语言,结果完成后 Linguist 自动识别代码为哪一类语言,导致显示为CSS,现修改为python,方法如下: 1、项目根目录下,新建文件:.gitattributes2、键入代码:*.js linguist-language=python*.css linguist-language=pyhton*.html ling...

No matching distribution found for win32com

本文链接:https://blog.csdn.net/weixin_44193909/article/details/89115254  Python语音识别------speech模块------win32com模块  但是在cmd中输入pip install win32com安装不成功。  解决办法:输入python -m pip install pypiwin32进行安装,成功解决。...

adb 查看cpu及内存使用情况 android9、10

adb shell 中top的相关使用9、10版本安卓和老版本的用法有了些区别:9、10查看android9或10系统的手机上某个应用内存和cpu使用情况的可以参考:>adb shell>top -d 1 -o %CPU,%MEM,CMDLINE |grep 目标包名执行命令记录# rootadb rootadb remount# cpu,...

到底了