错误: provider: ssl provider, error: 0 the remote host has been forced to shut down an existing online 解决: 一般是由.net版本不对引起的,升级.net framework版本可以解决,亲测. 如: ...
分类:
其他好文 时间:
2019-08-27 10:23:55
阅读次数:
90
Exception has been thrown by the aspect of an invocation. > An exception has been raised that is likely due to a transient failure. Consider enabling ...
分类:
其他好文 时间:
2019-08-25 13:43:43
阅读次数:
437
报错信息: Message: Forbidden!Configured service account doesn't have access. Service account may have been revoked. User "system:serviceaccount:mycomp-ser ...
分类:
其他好文 时间:
2019-08-22 00:41:58
阅读次数:
554
环境说明 Linux版本:CentOS Linux release 7.6.1810 (Core) PostgreSQL版本:PostgreSQL-10.1 PostgreSQL下载网址:https://www.postgresql.org/ftp/source/v10.1/ 下载符合自己操作系统的 ...
分类:
数据库 时间:
2019-08-21 00:07:52
阅读次数:
176
websocket-sharp.clone, Version=1.0.2.39869 WebSocket由方法调用事件改为实例化委托调用,两种构造 1.构造函数 第一种 1 // 2 // 摘要: 3 // Initializes a new instance of the WebSocketSha ...
分类:
Web程序 时间:
2019-08-19 11:28:25
阅读次数:
187
N-COUNT 瘟疫;疫病A plague is a very infectious disease that spreads quickly and kills large numbers of people. A cholera plague had been killing many pris ...
分类:
其他好文 时间:
2019-08-18 14:00:34
阅读次数:
82
VERB 怨恨;憎恶;愤恨If you resent someone or something, you feel bitter and angry about them. She resents her mother for being so tough on her... 她怨恨母亲对她太严厉。 ...
分类:
Web程序 时间:
2019-08-18 13:26:12
阅读次数:
105
the fact of something continuing for a long period of timewithout being changed or stopped 连续性,持续性,连贯性 There has been no continuity in that class - th ...
分类:
其他好文 时间:
2019-08-18 11:26:01
阅读次数:
77
一、 客户端 >>> 服务器 HOST1配置: root下编辑/etc/ssh/sshd_config RSAAuthentication yes //启用RSA算法 PubkeyAuthentication yes //启用秘钥对验证 [root@host1 ~]# useradd hadoop ...
分类:
其他好文 时间:
2019-08-16 22:43:25
阅读次数:
143
vue中各个组件之间传值 1.父子组件 父组件-->子组件,通过子组件的自定义属性:props 子组件-->父组件,通过自定义事件:this.$emit('事件名',参数1,参数2,...); 2.非父子组件或父子组件 通过数据总数Bus,this.$root.$emit('事件名',参数1,参数2 ...
分类:
其他好文 时间:
2019-08-16 20:21:17
阅读次数:
87