iosconfig.diff_text Return the diff, as text, between the candidate and the running config. candidate_config The candidate configuration sent as text. ...
分类:
移动开发 时间:
2020-03-28 21:51:24
阅读次数:
82
运行项目时,在登录页面输入账号密码后,控制台报数据库错误,排查了好久发现数据库的账号密码写错了,改正后就可以了。 之后又报数据库初始化错误: 1 init datasource error 2 The last packet sent successfully to the server was 0 ...
分类:
数据库 时间:
2020-03-21 14:49:27
阅读次数:
144
常用的服务端推送技术,包括轮询、长轮询、websocket、server sent event(SSE) 传统的HTTP请求是由客户端发送一个request,服务端返回对应response,所以当服务端想主动给客户端发送消息时就遇到了问题。常见的业务场景如新消息提醒。 1、轮询(Polling) 最 ...
分类:
Web程序 时间:
2020-03-20 10:55:32
阅读次数:
74
现象: 程序会不定时的出现连接错误,问题bug的异常信息如下: The last packet successfully received from the server was 116 milliseconds ago. The last packet sent successfully to t ...
分类:
编程语言 时间:
2020-03-17 21:17:43
阅读次数:
82
运行PHP项目时,一直弹出这个提示 Deprecated: Automatically populating $HTTP_RAW_POST_DATA is deprecated and will be removed in a future version. To avoid this warnin ...
分类:
其他好文 时间:
2020-03-15 09:15:00
阅读次数:
60
Abstract 所创建的 cookie 的 secure 标记没有设置为 true。 Explanation 现今的 Web 浏览器支持每个 cookie 的 secure 标记。 如果设置了该标记,那么浏览器只会通过 HTTPS 发送 cookie。 通过未加密的通道发送 cookie 将使其受 ...
分类:
其他好文 时间:
2020-03-14 18:20:14
阅读次数:
98
1.collocations模块 用于计算一组单词中,没window_size个单词中n个词同时出现的次数 from nltk.collocations import * sent = 'this this is is a a test test'.split() b = BigramColloca ...
分类:
其他好文 时间:
2020-03-12 09:28:25
阅读次数:
55
Problem Description You, the leader of Starship Troopers, are sent to destroy a base of the bugs. The base is built underground. It is actually a huge ...
分类:
其他好文 时间:
2020-03-10 21:42:04
阅读次数:
72
有时候我们把Yii2 版本进行升级之后 会报一些莫名其妙的错误,这次就遇到如下错误信息an Error occurred while handling another error:exception 'yii\web\HeadersAlreadySentException' with message... ...
分类:
其他好文 时间:
2020-03-09 09:15:44
阅读次数:
75
(1) sent one mail to IC inbox via outlook: (2) go to SWEL to check if there is one entry for the mail you just sent (3) go to tcode SWI1, you will fin ...
分类:
其他好文 时间:
2020-03-03 10:47:28
阅读次数:
64