码迷,mamicode.com
首页 >  
搜索关键字:fatal error cannot r    ( 34996个结果
00011 - layui 表格table列固定宽,且超出屏幕时横向滚动
vartableIns=table.render({elem:‘#taskOptLogListTable‘,url:ctx+‘/task/taskOptLog/query‘,error:admin.error,cellMinWidth:80,toolbar:‘#taskOptLogListTable-toolbar‘,defaultToolbar:[{title:‘条件过滤‘//标题,layEve
分类:其他好文   时间:2020-05-26 10:34:11    阅读次数:228
python smtplib发送邮件
python 发送邮件 smtplib模块负责发送邮件:是一个发送邮件的动作,连接邮箱服务器,登录邮箱,发送邮件(有发件人,收信人,邮件内容)。 email模块负责构造邮件:指的是邮箱页面显示的一些构造,如发件人,收件人,主题,正文,附件等。 email模块下有mime包,mime英文全称为“Mul ...
分类:编程语言   时间:2020-05-26 01:25:43    阅读次数:95
字符串初始化时的注意点
1. 如果不是以'\0'结尾的char数组,去初始化string时一定要带上长度;而以'\0'结尾的char数组,则不需要. char no_null[] = {'H', 'i'}; string str(no_null); //runtime error:not null-terminated. ...
分类:其他好文   时间:2020-05-26 01:24:22    阅读次数:61
go web的基本原理
go web的基本原理 摘抄自参考书《goweb编程》 golang的一个很大的应用就是服务端的开发,根据net/http库可以快速的搭建一个web服务器。 ##goweb的简单实现 代码: package main import ( "fmt" "log" "net/http" "strings" ...
分类:Web程序   时间:2020-05-26 01:09:49    阅读次数:73
error: (-215:Assertion failed) (depth == CV_8U || depth == CV_32F) && _img.dims() <= 2 in function 'cv::matchTemplate'等opencv踩过的坑
第一种报错:error: (-215:Assertion failed) (depth == CV_8U || depth == CV_32F) && type == _templ.type() && _img.dims() <= 2 in function 'cv::matchTemplate' ...
分类:其他好文   时间:2020-05-25 22:27:31    阅读次数:456
issue:Linux /opt/python36/bin/pip3.6 install mysqlclient报错:ERROR: Command errored out with exit
Centos 中安装 mysqlclient 原因: mysqlclient 依赖于 mysql devel 和 python devel 检查系统中是否已经安装mariadb相关包,先卸载 再重新安装mysql devel,python devel ...
分类:数据库   时间:2020-05-25 19:53:45    阅读次数:91
vue 图片404问题
img标签,当src的url404时 1、使用默认图片代替 <img style="margin-left: 40px;width: 130px;height: 130px;" :src="url" @error="nofindImg()"/> nofindImg(){ let img = even ...
分类:其他好文   时间:2020-05-25 19:43:28    阅读次数:199
安卓和Unity线程共享context
本项目的目的是实现以下的流程:Android和iOS原生代码里面操作摄像头->获取视频流数据->人脸检测或美颜->传输给Unity ...
分类:移动开发   时间:2020-05-25 19:30:32    阅读次数:70
开发版本不兼容问题
在使用Clion openGl的途中,发现有兼容性问题。 CreateProcess error=216, 该版本的 %1 与你运行的 Windows 版本不兼容。请查看计算机的系统信息,然后联系软件发布者。 这个问题很明显是64位系统使用了32位系统的文件,所以才会出现这样的问题, 我们只需要强行 ...
分类:其他好文   时间:2020-05-25 19:11:07    阅读次数:161
robotframework处理时而出现时而不出现的弹框
UI自动化测试登录界面遇到一个alert弹框,但是无法定位,而且有时候会出现,有时候不出现。 解决方案: 1,把Confirm Action封装成一个关键字(可不做) 2,然后利用另外一个关键字Run Keyword And Ignore Error,这样就可以执行Confirm Action,j即 ...
分类:其他好文   时间:2020-05-25 17:39:27    阅读次数:76
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!