码迷,mamicode.com
首页 >  
搜索关键字:zip error    ( 39767个结果
mysql 安装 & 基本操作 & 数据类型
windows10系统mysql5.7 安装 下载mysql-5.7.34-winx64 https://dev.mysql.com/downloads/file/?id=502363 解压mysql-5.7.34-winx64.zip 进入解压文件,创建my.ini文件 my.ini文件编写 [m ...
分类:数据库   时间:2021-06-25 17:12:30    阅读次数:0
新建的SpringBoot项目启动后访问报Whitelabel Error Page This application has no explicit mapping
这个错误的出现一般是SpringBoot的启动类(类名上面有@SpringBootApplication注解 )与controller包不在同一个目录下,解决方案就是把启动类和controller包放在同目录下就可以啦。 这个错误出现需要将Controller层中的@Controller注解改为@R ...
分类:移动开发   时间:2021-06-25 16:59:24    阅读次数:0
nginx重启报错
[nginx@p0-hfssp-healthos-web02 sbin]$ sudo ./nginx -s reloadnginx: [error] invalid PID number "" in "/home/nginx/openresty/nginx/logs/nginx.pid" 发生这个错 ...
分类:其他好文   时间:2021-06-24 18:14:17    阅读次数:0
ubuntu之压缩与解压
前言 tar是Linux常见的一种归档文件(原生不包括压缩功能) gzip是gnu/Linux的一种压缩文件工具,算法是基于 DEFLATE,文件是gz,可以和tar组合。 zip是一种规范开放的压缩文件,算法不定,但主要是用 DEFLATE rar的算法专有,但发行时附送解码器允许解码器再开发,编 ...
分类:系统相关   时间:2021-06-24 18:03:52    阅读次数:0
云车系统识别2.0.0.zip 车险台账管理工具|车险展业辅助工具
云车系统识别2.0.0.zip 车险台账管理工具|车险展业辅助工具 管理车险台账 智能识别行驶证 下载链接 车险台账管理工具 ...
分类:其他好文   时间:2021-06-24 17:59:20    阅读次数:0
Vue_控件(tree_table)
Vue_控件(tree_table) 要使用tree_table之前要进行依赖的插入, 插入方法可以在vue UI中直接搜索依赖插入 在main.js中导入组件,然后全局定义组件,在使用组件的时候使用 import TreeTable from 'vue-table-with-tree-grid' ...
分类:其他好文   时间:2021-06-24 17:57:41    阅读次数:0
4、HTTP
HTTP 1、什么是HTTP HTTP(超文本传输协议)是一个简单的请求-响应协议,它通常运行在TCP之上。 默认端口:80 Https:安全的 默认端口:443 2、两个时代 http1.0 HTTP/1.0:客户端与web服务器连接后,只能获得一个web资源,断开连接 http2.0 HTTP/ ...
分类:Web程序   时间:2021-06-24 17:53:46    阅读次数:0
invalid class “Graph” object: superclass "Mnumeric" not defined
> scRNA <- FindNeighbors(scRNA, dims = pc.num) Computing nearest neighbor graph Computing SNN Error in validObject(.Object) : invalid class “Graph” ob ...
分类:其他好文   时间:2021-06-24 17:51:06    阅读次数:0
Ubuntu16.04 ROS Kinetic loam_livox
源码地址 https://github.com/hku-mars/loam_livox Ubuntu16.04安装ROS Kinetic详细过程 https://blog.csdn.net/weixin_43159148/article/details/83375218 sudo sh -c 'ec ...
分类:Web程序   时间:2021-06-24 17:41:41    阅读次数:0
解决error: src refspec main does not match any
出错的git命令: git push -u origin main解决方法:git show-ref8c4c7afc8d831dcba4f8989e39eb8286c1657439 refs/heads/master新命令:git push -u origin master成功解决参考:https: ...
分类:其他好文   时间:2021-06-24 17:31:05    阅读次数:0
39767条   上一页 1 ... 3 4 5 6 7 ... 3977 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!