redis.conf notify-keyspace-events Ex KeyExpiredListener.java public class KeyExpiredListener extends JedisPubSub { public KeyExpiredListener() { } @Ov ...
分类:
其他好文 时间:
2020-03-25 12:01:39
阅读次数:
87
django基于channels完成群聊功能 后端框架不一定默认支持websocket 三步走前期配置 需要掌握的方法 后端 前端 gojs插件 后续如果业务逻辑需要使用更多的图标,那么你可以参考官网 基本概念 TextBlock Shape Node Links gojs的使用规律,先在html页 ...
分类:
其他好文 时间:
2020-03-25 10:45:00
阅读次数:
63
a1.sources = s1a1.channels = c1a1.sinks = k1 a1.sources.s1.channels = c1a1.sources.s1.type = spooldira1.sources.s1.spoolDir = /home/abby/dataa1.source ...
分类:
Web程序 时间:
2020-03-20 09:16:44
阅读次数:
81
测试代码 package com.boot.demo.test.io; import java.io.*; import java.lang.reflect.Method; import java.nio.MappedByteBuffer; import java.nio.channels.File ...
分类:
编程语言 时间:
2020-03-19 17:47:38
阅读次数:
269
pip install opencv-python安装CV2 ImportError: No module named 'ConfigParser',在 Python 3.x 版本后,ConfigParser.py 已经更名为 configparser.py 所以出错! from keras.lay ...
分类:
其他好文 时间:
2020-03-15 19:18:24
阅读次数:
71
作者提出 ResNeXt 的主要原因在于:传统的要提高模型的准确率,都是加深或加宽网络,但是随着超参数数量的增加(比如channels数,filter size等等),网络设计的难度和计算开销也会增加。因此本文提出的 ResNeXt 结构可以在不增加参数复杂度的前提下提高准确率,同时还减少了超参数的 ...
分类:
Web程序 时间:
2020-03-13 01:25:26
阅读次数:
92
conda更换下载源 1.conda源更换为清华 conda config --add channels https://mirrors.tuna.tsinghua.edu.cn/anaconda/pkgs/free/ conda config --set show_channel_urls yes ...
分类:
其他好文 时间:
2020-03-11 15:26:39
阅读次数:
669
pytorch和torchvision下载失败,主要是anaconda延迟过高导致 增加国内镜像源来安装 conda config --add channels https://mirrors.tuna.tsinghua.edu.cn/anaconda/pkgs/free/ conda config ...
分类:
Web程序 时间:
2020-03-10 09:12:32
阅读次数:
77
conda install的情况下,可以在anaconda p'rompt中输入 conda config --add channels https://mirrors.tuna.tsinghua.edu.cn/anaconda/pkgs/free/ conda config --add chann ...
分类:
编程语言 时间:
2020-03-09 10:30:53
阅读次数:
162
conda config --remove-key channels重新回默认通道。 ...
分类:
其他好文 时间:
2020-03-05 22:25:11
阅读次数:
76