码迷,mamicode.com
首页 >  
搜索关键字:yarn local dirs    ( 27093个结果
在vite2和Vue3中配置Mockjs
在 Vite2 与 Vue3 中使用`Mockjs`时有一些官方文档没有提到的注意点,特意做此记录。 ...
分类:Web程序   时间:2021-07-08 17:44:22    阅读次数:0
IfcRepresentationContextSameWCS
RULE IfcRepresentationContextSameWCS FOR ( IfcGeometricRepresentationContext ); LOCAL IsDifferent : LOGICAL := FALSE; END_LOCAL; IF (SIZEOF(IfcGeometr ...
分类:其他好文   时间:2021-07-06 16:23:39    阅读次数:0
基于vuepress搭建博客
在NPM 中安装 npm install -g yarn 安装完成后,你可以测试下自己的版本 yarn --version 安装vuepress (全局安装) yarn global add vuepress # 或者:npm install -g vuepress yarn init初始化项目创建 ...
分类:其他好文   时间:2021-07-05 19:08:37    阅读次数:0
Centos 下启动mysql 报错: Can't connect to local MySQL server through socket '/var/lib/mysql/mysql.sock' (111)解决方法
1、启动服务 systemctl restart mysqld.service 报错: 启动数据库Can‘t connect to MYSQL server through socket ''var/lib/mysql/mysql.cock(146 lock timed out:Retry tran ...
分类:数据库   时间:2021-07-05 17:35:04    阅读次数:0
遍历文件夹
import os def traverse_dir(path): for root, dirs, files in os.walk(path): for dir in dirs: dir_path = os.path.join(root, dir) print(dir_path) traverse ...
分类:其他好文   时间:2021-07-05 17:23:58    阅读次数:0
git在linux安装步骤详解!!
linux上安装,以centos 7.x为例 yum命令安装 yum install gityum install 安装的git不是最新版本,如需最新版本需要自行编译 到下面的网站下载合适的版本 https://mirrors.edge.kernel.org/pub/software/scm/git ...
分类:系统相关   时间:2021-07-05 17:05:30    阅读次数:0
appium报错 Unhandled rejection Error: UiAUtomator shut down unexpectedly
appium报错 Unhandled rejection Error: UiAUtomator shut down unexpectedly 此报错是由于手机端的/data/local/tmp目录下缺少AppiumBootstrap.jar AppiumBootstrap.jar可以在appium的 ...
分类:移动开发   时间:2021-07-05 16:48:57    阅读次数:0
华为前端工程师分享:查明网站访问故障原因,教你4招快速应对
摘要:在第七届全球软件大会上,华为软件工程师杜志刚,就为广大开发者分享了华为云官网的高可用保障方案,深度分析了网站在各类极端重大灾难场景下,如何快速恢复的方案和工程化实践。 本文分享自华为云社区《网站访问故障背后发生了什么?华为工程师教你快速应对【全球软件技术大会技术分享】》,原文作者:技术火炬手 ...
分类:Web程序   时间:2021-07-02 16:08:42    阅读次数:0
远程连接报错“This could be due to CredSSP encryption oracle remediation.”
description: 当远程服务器上没有“Encryption Oracle Remediation" setting in local group policy. 尝试远程连接会出现上面的错误。 resolution: 从客户机打开localgroup policy, 从命令行运行 gpedi ...
分类:数据库   时间:2021-07-02 16:04:31    阅读次数:0
docker file,docker网络和容器数据卷
容器数据卷 docker的理念是应用和环境包打包城镜像. 那么如果数据在容器中,容器被删除跑路,就嗝屁了,所以数据可以持久化的存储在容器外部 容器数据卷就可以让容器之间有一个数据共享技术.把docker容器产生的数据同步到本地. 注意这个本地是的是操作系统linux不是docker.这是个目录挂载技 ...
分类:其他好文   时间:2021-07-02 15:55:09    阅读次数:0
27093条   上一页 1 2 3 4 ... 2710 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!