脚本信息: 错误: test.sh: line 7: warning: here-document at line 3 delimited by end-of-file (wanted `YJT')test.sh: line 8: syntax error: unexpected end of fi ...
分类:
系统相关 时间:
2018-12-24 11:13:30
阅读次数:
141
1.配了一个证书,发现报错: kubectl logs ingress-nginx-controller-96fnv -n ingress-nginx unexpected error validating SSL certificate gscommon/https-secret for host ...
分类:
Web程序 时间:
2018-12-23 00:54:24
阅读次数:
1099
Spring Security’s Java Configuration does not expose every property of every object that it configures. This simplifies the configuration for a majori ...
分类:
编程语言 时间:
2018-12-17 23:59:34
阅读次数:
386
1,新建文件夹,在文件下下鼠标右键git bush >git init,初始化仓库; 2,设置gitthub仓库地址:git remote add origin https://github.com/z*****g/lm.git 3,git pull origin master 4,git push ...
分类:
其他好文 时间:
2018-12-16 14:33:58
阅读次数:
788
windows上运行celery4.x就会出现问题: ValueError: not enough values to unpack (expected 3, got 0) 解决办法: pip install eventlet 启动worker的时候加一个参数,如下: celery -A <mymo ...
from selenium import webdriver from selenium.webdriver.support import expected_conditions as EC from selenium.webdriver.common.by import By from selen... ...
分类:
其他好文 时间:
2018-12-13 19:20:22
阅读次数:
247
项目是Vue的,基于elementUI的后台管理系统。 Invalid prop: type check failed for prop "total". Expected String, got Object. 昨天遇到了这么个错误,找了半天,网上也找了很久的资料,有很多跟我遇到的问题类似的有很多 ...
分类:
其他好文 时间:
2018-12-13 16:20:50
阅读次数:
992
早上来到公司,线上的项目报错: 赶紧连接服务器看下问题,玛德,服务器都连不上,第一反应,服务器挂了,缓存挂了,解决方法:找运维重启服务器,重启缓存,ok,搞定。 ...
分类:
数据库 时间:
2018-12-12 11:17:58
阅读次数:
378
1.字符串转列表 split() str1 = "hi hello world"print(str1.split(" "))输出:['hi', 'hello', 'world'] 2.列表转字符串 “ ”.join() l = ["hi","hello","world"]print(" ".join ...
分类:
其他好文 时间:
2018-12-11 16:05:17
阅读次数:
1146
System.InvalidOperationException:“An exception occurred while reading a database value for property 'Banner.CreateUser'. The expected type was 'System... ...
分类:
其他好文 时间:
2018-12-09 10:37:55
阅读次数:
493