1. 邮箱服务器: qq邮箱使用 smtp.qq.com 163邮箱使用 smtp.163.com 2. 运行时报错:smtplib.SMTPAuthenticationError: (535, b'Login Fail. Please enter your authorization code t ...
分类:
其他好文 时间:
2020-03-31 19:15:29
阅读次数:
351
我的电脑上之前运行 Android Studio 很正常,今天突然无法启动 Android 模拟器。 报错信息为: Emulator: Process finished with exit code 1 Emulator: PANIC: Cannot find AVD system path. Pl ...
分类:
移动开发 时间:
2020-03-30 13:21:49
阅读次数:
251
大家可能会问:一上来就讲Wordcloud,会很难学习的! 不用怕,我们就通过这个案例来告诉大家Python的知识,准备好了吗?开车喽! 先贴代码: import wordcloud,jieba with open('datas/1.txt') as rt:#,encoding='utf-8' co ...
分类:
编程语言 时间:
2020-03-30 12:40:17
阅读次数:
96
Python之垃圾回收机制与用户交互 垃圾回收机制 垃圾回收机制(简称GC)是Python解释器自带一种机制,专门用来回收不可用的变量值所占用的内存空间 为什么要用垃圾回收机制? 程序运行过程中会申请大量的内存空间,而对于一些无用的内存空间如果不及时清理的话会导致内存使用殆尽(内存溢出),导致程序崩 ...
分类:
编程语言 时间:
2020-03-29 01:33:34
阅读次数:
82
javascript实现blob加密视频源地址的方法 一、HTML代码: <video id="my-video" class="video-js" playsinline controls preload="auto" controlslist="nodownload" controlslist= ...
分类:
编程语言 时间:
2020-03-28 16:24:34
阅读次数:
481
k3s弄好之后,发现使用client-go时,不是很方便,老是提示证书验证书127.0.0.1才可以,其它的IP都有问题。 我是要在k8s上跑二次开发的,就不再细细研究,然后,再考察kind方案吧。 这个kind只依赖于一个docker镜像,感觉还可以接受,关键是,我的websocket可以在这上面 ...
分类:
其他好文 时间:
2020-03-28 13:49:04
阅读次数:
107
1.选择语句 形如:if() else if() else 其中else if和else的个数可以为0个 #include <iostream> using namespace std; void main(){ int a; cout << "Please input a number!" << ...
分类:
编程语言 时间:
2020-03-25 16:12:03
阅读次数:
69
今天安装Tortoise SVN的时候报错please install the universal crt first.You can .. windows-update(Kb2999226) 截图如下: ? 下载地址:https://www.microsoft.com/zh-cn/download ...
在执行git pull origin master时出现: fatal: 'origin' does not appear to be a git repository fatal: Could not read from remote repository. Please make sure yo ...
分类:
移动开发 时间:
2020-03-23 17:19:27
阅读次数:
107
[TOC] 一、常用资源类型 二、资源配置清单 三、查看node标签 四、pod容器打标签 五、实战操作步骤: 运行一个demo小服务 ...
分类:
其他好文 时间:
2020-03-21 23:17:43
阅读次数:
104