码迷,mamicode.com
首页 >  
搜索关键字:errors running build    ( 20005个结果
分布式缓存
目录 背景 目前,在工作中用到的分布式缓存技术主要是redis和memcached两种 缓存的目的是为了在高并发系统中有效的降低DB数据库的压力 缓存服务器的选型和特点 1.memcache服务器 memcache服务器是没有集群概念的。所有的存储分发全部交给memcache client去做,这里 ...
分类:其他好文   时间:2021-01-27 14:00:46    阅读次数:0
配置drone+docker+gogs+nodejs项目自动发布
最近学习了一下自动化部署相关的技术,记录一下自己的学习历程。 去年的时候腾讯云服务器搞活动,于是购买了一台云服务器用于学习。自己毕业后在第一家公司工作时,一直感觉项目上线是一件很头疼的事情,当时是采用pm2+nodejs的方式,项目上线就是登录到服务器上,手动替换js文件,然后用pm2重启进程。由于 ...
分类:Web程序   时间:2021-01-27 13:42:49    阅读次数:0
SpringBoot 整合JWT
1、依赖 <dependency> <groupId>com.auth0</groupId> <artifactId>java-jwt</artifactId> <version>3.4.0</version> </dependency> 2、JWT工具类生成 import com.auth0.jw ...
分类:编程语言   时间:2021-01-27 13:14:05    阅读次数:0
NVIDIA-SMI has failed because it couldn't communicate with the NVIDIA driver. Make sure that the latest NVIDIA driver is installed and running.
查看显卡驱动: nvidia-smi 报错: NVIDIA-SMI has failed because it couldn't communicate with the NVIDIA driver. Make sure that the latest NVIDIA driver is instal ...
分类:其他好文   时间:2021-01-27 12:52:58    阅读次数:0
NUXT vue项目打包发布
nuxt是Vue项目服务器端渲染的通用型框架,主要作用是SEO优化;具体的搭建项目我这里就不做说明了,大家阔以参考https://zh.nuxtjs.org/guide/installation官方文档说明。 接下来我为大家介绍一下打包发布到服务器的问题: 1、首先执行npm run build; ...
分类:其他好文   时间:2021-01-26 12:34:35    阅读次数:0
go build get 问题处理
client.go:9:2: cannot find module providing package google.golang.org/grpc: working directory is not part of a module 因为开启mod模式了export GO111MODULE=aut ...
分类:其他好文   时间:2021-01-26 12:04:45    阅读次数:0
Flutter之EdgeInsets
EdgeInsets我们看看EdgeInsets提供的便捷方法: fromLTRB(double left, double top, double right, doublebottom):分别指定四个方向的填充。 all(double value) : 所有方向均使用相同数值的填充。 only({ ...
分类:其他好文   时间:2021-01-25 11:23:12    阅读次数:0
php artisan 常用的命令
php artisan 命令是Laravel框架自带的命令,方便用户快速创建、查看对应的模块参数等。 一、常用的命令: php artisan list 查看php artisan所有命令 php artisan --help 查看php artisan的用法 php artisan help ad ...
分类:Web程序   时间:2021-01-22 12:16:11    阅读次数:0
NXOpen 遍历部件并对每个部件加属性
// Mandatory UF Includes#include <uf.h>#include <uf_object_types.h> // Internal Includes#include <NXOpen/ListingWindow.hxx>#include <NXOpen/NXMessageB ...
分类:其他好文   时间:2021-01-22 12:12:02    阅读次数:0
deepin系统安装yum命令
检查build-essential安装 sudo apt-get install build-essential 1 安装yum sudo apt-get install yum 1 检查yum是否安装成功 yum ...
分类:其他好文   时间:2021-01-22 11:39:27    阅读次数:0
20005条   上一页 1 ... 27 28 29 30 31 ... 2001 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!