码迷,mamicode.com
首页 >  
搜索关键字:cannot watch    ( 7459个结果
logging的使用
A simple examplethe default log of level is WARNING123import logginglogging.warning('Watch out!') logging.info('I told you so') # will not print anyth... ...
分类:其他好文   时间:2020-02-28 12:01:44    阅读次数:100
基于视频的动作捕捉
https://www.youtube.com/watch?v=fwc9vTCLYCc https://www.yangangwang.com/#publication https://www.youtube.com/watch?v=nQZpyJjaLAI https://www.youtube.c ...
分类:其他好文   时间:2020-02-28 11:41:19    阅读次数:240
docker安装出现"Cannot connect to the Docker daemon at unix:///var/run/docker.sock. Is the docker daemon running?"
System has not been booted with systemd as init system (PID 1). Can't operate Cannot connect to the Docker daemon at unix:///var/run/docker.sock. Is t... ...
分类:其他好文   时间:2020-02-28 01:30:10    阅读次数:69
mitmproxy--Cannot establish TLS with client (sni: e.crashlytics.com): TlsException("(-1, 'Unexpected EOF')",) 解决办法
按崔哥(https://cuiqingcai.com/5391.html)的安装步骤一步步下来,会报这个错误: Cannot establish TLS with client (sni: e.crashlytics.com): TlsException("(-1, 'Unexpected EOF' ...
分类:其他好文   时间:2020-02-27 23:36:36    阅读次数:510
vue 3.0 项目搭建移动端 (三) computed 和 methods 和 watch
var vm = new Vue({ el: '#example', data: { message: 'Hello' }, computed: { // 计算属性的 getter reversedMessage: function () { // `this` 指向 vm 实例 return th ...
分类:移动开发   时间:2020-02-27 11:39:54    阅读次数:140
ubuntu中supervisor的报错child process was not spawned
一、问题描述 ubuntu18.04安装supervisor。按照步骤装完,能看的到管理网页。但是一直启动不起来。 查看日志显示: supervisor: couldn't chdir to /.../: ENOENT supervisor:child process was not spawned ...
分类:系统相关   时间:2020-02-26 23:15:41    阅读次数:315
Xcode查看iOS崩溃与崩溃日志分析
一、造成崩溃的原因 1、代码中存在bug 2、Watchdog 超时机制 3、用户强制退出 4、低内存终止 5、其他违法系统规则的操作,大部分是内存问题 二、崩溃的类型 1、EXC_BAD_ACCESS 2、SIGSEVG ...
分类:移动开发   时间:2020-02-26 21:16:18    阅读次数:322
Python 文件操作
文件移动 import os # from main import run #import shutil path_to_watch = r'C:\Users\Administrator\Desktop\test\path_to_watch' # file_path = r"C:\Users\Adm ...
分类:编程语言   时间:2020-02-26 19:18:14    阅读次数:83
glibc升级GLIBC_2.14,一定不要mv libc.so.6 libc.so.6_bak……
背景:首先说一下背景,源于年前的一次libc的升级。再迁移打包机环境时遇到了报错/lib64/libc.so.6: version `GLIBC_2.14' not found 报错很明显,直接安装了对应的版本libc-2.14.so。然后按照网上的操作进入/lib64/,想着将当前的版本覆盖到旧版 ...
分类:其他好文   时间:2020-02-26 18:51:51    阅读次数:61
PAT 1014 Waiting in Line (模拟)
Suppose a bank has N windows open for service. There is a yellow line in front of the windows which devides the waiting area into two parts. The rules ...
分类:其他好文   时间:2020-02-26 18:40:18    阅读次数:62
7459条   上一页 1 ... 66 67 68 69 70 ... 746 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!