/img/cywhat-logo.png

cywhat.

Git基础命令

git基本命令 初始化:创建一个git仓库,创建之后就会在当前目录生成一个.git的文件 1 git init 添加文件:把文件添加到缓冲区 1 git add filename 添加所有文件

Postmant压力测试

Postman请自行下载 下面是在网上随便抓了一个请求地址来做演示,把请求地址填入地址栏,此请求为GET请求。点击Send发送请求,请求结果将

Linux快捷进入长目录的方法

1.设置环境变量 1 2 3 vim ~/.bashrc alias cywhat ='cd /root/XX/XX/XX/XX' 2.然后让配置生效 1 source ./bashrc 3.验证 最后我们输入设置的cywhat(这个名字自己设置)就可以快速进入设置的长目

checkout无效

前景 日常工作中,遇到的一些checkout无效或者commit提交不了的情况 1.首先 你需要update的项目 会告诉你更改了那些配置,必须要还

npm缺少css-loader,/style-compiler,stylus-loader问题,npm没有权限无法全局更新问题

​ ERROR in ./node_modules/css-loader!./node_modules/vue-loader/lib/style-compiler?{“vue”:true,“id”:“data-v-a5e4f82a”,“scoped”:false,“hasInlineConfig”:false}!./node_modules/stylus-loader?{“import”:[“~@didi/ada/style/mixins.styl”,"/home/xiaoju/manhattan-hera-webapp/client/style/base.styl”]}!./node_modules/vue-loader/lib/selector.js?type=styles&index=0&bustCache!./client/components/panel_links.vue Cannot find module ‘postcss-import’ @ ./node_modules/style-loader!./node_modules/css-loader!./node_modules/vue-loader/lib/style-compiler?{“vue”:true,“id”:“data-v-a5e4f82a”,“scoped”:false,“hasInlineConfig”:false}!./node_modules/stylus-loader?{“import”:[“~@didi/ada/style/mixins.styl”,"/home/xiaoju/manhattan-hera-webapp/client/style/base.styl”]}!./node_modules/vue-loader/lib/selector.js?type=styles&index=0&bustCache!./client/components/panel_links.vue 4:14-454 @ ./client/components/panel_links.vue @ ./client/app.ts @ multi ./client/app.ts 如下图: 在测试项目的时候,部署前端在启动前端环境的时候遇到缺少组件css-loader,/style-c