go mod 配置 beego 首先cmd bee new blog go mod init 然后复制到任意目录 bee run 就会报错, 要退出该目录,进入上级目录 bee run blog 才行 ...
分类:
移动开发 时间:
2020-06-15 10:16:56
阅读次数:
91
sudo yum -y install net-tools ...
分类:
其他好文 时间:
2020-06-14 21:00:47
阅读次数:
64
问题描述: 当使用pip安装Pillow python3包时提示the headers or library files could not be found for zlib,原因是环境变量设置里找不到zip headers library files相关文件,所以编译失败导致的。 解决方法: 将 ...
分类:
系统相关 时间:
2020-06-14 20:37:55
阅读次数:
183
今天用springboot写了个webservice的接口 启动项目后报错class not found EmbeddedServletContainerAutoConfiguration 然后看了下pom.xml文件中的依赖如下: <parent> <groupId>org.springframe ...
分类:
编程语言 时间:
2020-06-12 14:11:19
阅读次数:
252
1.现象:1.执行MySQL存储过程在测试环境只要0.1s左右,到了生产环境qu却要5s左右,偏差很大。 2.非常简单的存储过程函数,处理的数据只有8条。 3.把存储过程里的查询单独拿出来查询速度很快,但是放在存储过程函数中就很慢。 2.原因:数据库表中的字段是utf-8,而数据库字符集后来改成了u ...
分类:
数据库 时间:
2020-06-11 21:21:17
阅读次数:
113
首先友情提醒一下,搬题目的放漏了这题样例其实就是 input 2 1 2 3 4 5 6 4 3 2 1 6 5 output Twin snowflakes found. 这题我做的很窝火,终于AC了,写篇题解添加点成就感。。。 一开始我以为是简单题,打算先找到每朵雪花中最小的数,顺时针逆时针都算 ...
出现这种错误有好多种情况,常见的错误有以下这些: 1.检查xml文件所在package名称是否和Mapper interface所在的包名 <mapper namespace="com.energy.modules.pv.dao.UserDao"> mapper的namespace写的不对!!!注意 ...
分类:
其他好文 时间:
2020-06-11 16:51:25
阅读次数:
80
恢复内容开始 1.问题:“adb”不是内部或外部命令,也不是可运行的程序或批处理文件(Win)与adb: command not found(Mac)——解决方案 https://blog.csdn.net/y201314an/article/details/81022556 用的里面方法2 检查: ...
分类:
移动开发 时间:
2020-06-11 16:50:41
阅读次数:
71
jenkins build 报错: [hello-world-freestyle] $ /bin/sh -xe /root/softs/apache-tomcat-9.0.35/temp/jenkins5323864766359302328.sh + mvn clean package /root/ ...
分类:
其他好文 时间:
2020-06-11 16:21:50
阅读次数:
160
CentOS7安装mysql后无法启动服务,提示Unit not found 1、最近在centos7上面进行mysql安装完成后,无法启动,报如下错误: Failed to start mysql.server.service: Unit not found. 2、这个是知乎上面找到的无法启动的答 ...
分类:
数据库 时间:
2020-06-11 13:39:20
阅读次数:
94