摘要: install: http://www.hcie.me/253 /etc/shadowsocks libev/config.json open port: https://www.cnblogs.com/bethal/p/5736857.html netstat atunlp | grep 22 c 阅读全文
posted @ 2019-10-25 20:47 qccz123456 阅读(7) 评论(0) 推荐(0) 编辑
摘要: WDL 学习教程 推荐系统+WDL 教学视频: https://www.bilibili.com/video/av29905315/ WDL 模型介绍: https://blog.csdn.net/google19890102/article/details/78171283 WDL 代码解释: h 阅读全文
posted @ 2019-10-24 15:50 qccz123456 阅读(627) 评论(0) 推荐(0) 编辑
摘要: Error response from daemon: i/o timeout 阅读全文
posted @ 2019-10-24 15:16 qccz123456 阅读(180) 评论(0) 推荐(0) 编辑
摘要: iptables & firewalld https://blog.csdn.net/u011846257/article/details/54707864 阅读全文
posted @ 2019-10-23 16:10 qccz123456 阅读(100) 评论(0) 推荐(0) 编辑
摘要: https://hub.docker.com/_/odoo/ #!/bin/bash sudo docker pull postgres:10sudo docker pull odoo:11.0 sudo docker run -d -e POSTGRES_USER=odoo -e POSTGRES 阅读全文
posted @ 2019-10-18 21:59 qccz123456 阅读(787) 评论(0) 推荐(0) 编辑
摘要: 1)编写要执行脚本的sh文件mysetup.sh 注释部分是必须内容,ubuntu 16.04中一定要加上该LSB信息,不然放入启动脚本的时候会报错无法开机启动。 任务脚本中,一般需要用到root权限,取得root权限和实际任务语句最好分开写,有些情况下写在一起不会成功。 2)将该sh文件移动到/e 阅读全文
posted @ 2019-10-16 22:27 qccz123456 阅读(1964) 评论(0) 推荐(0) 编辑
摘要: 主页: github: 安装: wiki: 使用: shell [root@localhost user] cat config_rdt.sh !/bin/bash HP_COS=4 LP_COS=5 HP_CORES="0 7" LP_CORES="8 17" LP_CAT_CONFIG=$1 L 阅读全文
posted @ 2019-10-15 10:32 qccz123456 阅读(848) 评论(0) 推荐(0) 编辑
摘要: ```shell [root@localhost custom-resnet-v2]# cat runme.sh #python demo_slim.py -h #python demo_slim.py --cpu_num 8 --inter_op_threads 1 --intra_op_threads 8 --dump_timeline True # export KMP_AFFINITY=... 阅读全文
posted @ 2019-10-15 10:22 qccz123456 阅读(958) 评论(0) 推荐(0) 编辑
摘要: 来自 知乎 陈湛翀 的回答:https://www.zhihu.com/question/19571087/answer/12313829 nginx 和 apache 比较 nginx 相对 apache 的优点:   (1)轻量级,同样起web 服务,比apache 占用更少 阅读全文
posted @ 2019-10-13 23:14 qccz123456 阅读(588) 评论(0) 推荐(0) 编辑
摘要: 命名实体识别 命名实体识别(Named Entity Recognition,简称NER),又称作“专名识别”,是指识别文本中具有特定意义的实体,主要包括人名、地名、机构名、专有名词等。 命名实体识别是信息提取、问答系统、句法分析、机器翻译、面向Semantic Web的元数据标注等应用领域的重要基 阅读全文
posted @ 2019-10-06 15:21 qccz123456 阅读(341) 评论(0) 推荐(0) 编辑