看B站视频学习flask-SQLalchemy时,报错RuntimeError: No application found. Either work inside a view function or push an application context. See http://flask-sql ...
分类:
移动开发 时间:
2019-10-31 18:10:44
阅读次数:
490
FFmpeg编译下载代码:git clone https://git.ffmpeg.org/ffmpeg.git然后输入命令进行编译:找到下载的目录下,然后用命令进入这个文件夹下cd ffmpeg,然后输入./configure。竟然没有编译过出现错误是nasm/yasm not found or ...
分类:
系统相关 时间:
2019-10-31 13:18:38
阅读次数:
353
场景 Ubuntu Server 16.04 LTS上怎样安装下载安装Nginx并启动: https://blog.csdn.net/BADAO_LIUMANG_QIZHI/article/details/102828075 在上面进行安装Nginx前配置检查时提示: checking for C ...
分类:
系统相关 时间:
2019-10-30 22:22:23
阅读次数:
653
1、 原因:Dao.xml 没有被绑定 绑定方式:在mybatis配置文件中进行注册 2、 【Mybatis】Parameter 'XXX' not found. Available parameters are [1, 0, param1, param2] sql执行传入多个参数,不能找到对应的参 ...
分类:
其他好文 时间:
2019-10-29 11:45:33
阅读次数:
73
今天在做ssm项目的时候出现了: 先是出现 了错误: 这是因为Dao.xml中的select标签中必须指定要返回的值的类型(注意:是返回值的单个类型,即如果你是返回一个List<User>的话,需要指定的是User) 具体的这种错误的解决办法见:https://www.cnblogs.com/ism ...
分类:
移动开发 时间:
2019-10-29 11:39:51
阅读次数:
172
对于linux运维工作者而言,使用ssh远程远程服务器是再熟悉不过的了!对于ssh的一些严格设置也关系到服务器的安全维护,今天在此,就本人工作中使用ssh的经验而言,做一些总结记录来下。 -bash: ssh: command not found解决办法;yum install -y openssh ...
分类:
其他好文 时间:
2019-10-29 00:05:42
阅读次数:
106
ref: https://stackoverflow.com/questions/29987716/cannot use gsl library on macos ld symbols not found for architecture x86 6 Indeed, as @trojanfoe an ...
分类:
系统相关 时间:
2019-10-28 19:11:42
阅读次数:
98
1、报错信息如图: plugin org.springframework.boot:spring-boot-maven-plugin not found 2、解决方案: maven的配置文件【settings.xml】增加阿里云的镜像 ...
分类:
其他好文 时间:
2019-10-28 17:35:41
阅读次数:
79
1. Create and run a Pod We can run to see what has been created: 2. Delete a Pod: Then run: I found a new pod get created. 3. This is because the 'dep ...
分类:
Web程序 时间:
2019-10-27 22:21:43
阅读次数:
129
在Tensorflow下使用SSD模型训练自己的数据集时,经过查找很多博客资料,已经成功训练出来了自己的模型,但就是在测试自己模型效果的时候,出现了如下错误。 在查找资料的过程中,出现了很多波折,百度上基本没有同样的错误, 最开始使用的代码是: 尝试过很多种方法,比如下面这种方法,改了后还是报同样的 ...
分类:
其他好文 时间:
2019-10-27 19:01:51
阅读次数:
171