🔔合作加微信:bianbingdang123,加微信请注明来意 ❤。
在wtv工具箱最新测试版首页,分组列旁边可以看到一个设置按钮。这里面可以设置自定义一些分组规则,对于分组困难户来说是个不错的选择。
wtv 工具箱单个搜索/联合搜索/搜索链接制作教程,只是一个批量检测媒体链接有效性的工具,需要找到别人定制的搜源/连接地址,或者维护自己的地址进行使用。**需要注意的是,无论是单个搜索还是,联合搜索,只是一种约定,需要提供者后台进行代码实现。** 配置搜索连接打开wtv 设置界面,可以看到在订阅源下方多出一个搜索地址的配置
cz-git、npm包自动发布工具,在开发过程中比较方便使用
在c盘下找到目录 `C:\Users\Administrator\AppData\Roaming\` 在该目录下创建文件夹`pip` 在`pip`文件夹下创建文件`pip.ini` 在里面写入如下字段即可 ``` [global] timeout = 6000 index-url =http://pypi.douban.com/simple trusted-host = pypi.douban.com ```
直接`npm install`时遇到sass软件报错 bin\node-gyp.js rebuild --verbose --libsass_ext= --libsass_cflags= --libsass_ldflags= --libsass_library= npm ERR! gyp info it worked if it ends with ok
1. 如果您还没有设置Vite项目,请先创建一个新的Vite项目。最常见的方法是使用Create Vite。shnpm create vite@latest my-project -- --template vuecd my-project2. 安装 tailwindcss 及其对等依赖项,然后在项目根目录生成 tailwind.config.js 和 postcss.config.js 文件sh
win11wsl安装ubuntu报错pleaserestartWSLwiththefollowingcommandandtryagainpleaserestartWSLwiththefollowingcommandandtryagain:wsl--shutdownwsl--unregisterDISTRO_NAME解决方法1.造成该问题的原因是WSL版本由原来的WSL1升级到WSL2后,内核没有升级,前往微软WSL官网下载安装适用于x64计算机的最新WSL2Linux内核更新包即可。-下载地址:https://wslstorestorage.blob.core.windows.net/wslb
# 微信小程序使用npm,引入第三方包 ## 1. 构建package.json 进入小程序根目录,执行 `npm init --yes` ## 2. 安装依赖包 在小程序根目录,执行 `npm install 包名` 安装所需要的包名。如果不安装任何包,在构建npm的时候会失败。 ## 3. 构建npm包 勾选使用npm包 ![](/media/editor/wei-20191116145331_20200102093110859676.png) 构建npm包 ![](/media/editor/微信截图_20200102093222_2020010209324724360
## 错误 SSH_Unable to negotiate with 192.168.1.152 port 22: nomatching host host key type found. Their offer:ssh-dss 处理办法,在.ssh 文件夹下创建 config文件,写入如下内容 ```shell Host * HostkeyAlgorithms +ssh-rsa PubkeyAcceptedKeyTypes +ssh-rsa ``` 1. `git merge` 将所有更改代码从另一个分支合并到到当前分支 2. `git cherry-pick [commitId]`
--registry=https://registry.npmmirror.com registry.npmjs.com 镜像URL --bin-mirrors-prefix=https://npmmirror.com/mirrors npmmirror.com/mirrors 镜像URL,会覆盖下文中的{bin-mirrors} --apt-mirrors-prefix=https://mirrors.tuna.tsinghua.edu.cn mirrors.tuna.tsinghua.edu.cn 镜像URL,会覆盖下文中的{apt-mirrors} --ali-mirrors-prefi