程序那一行:你一般找 就能找到 工作目录 然后把 UIC 也加上 程序路径也在刚才那个下面,只不过 在 bin 目录下得上面, 在下 ...
分类:
其他好文 时间:
2021-06-13 09:52:20
阅读次数:
0
阿里云centos7.4安装nexus 威先生2018关注 2019.03.23 19:41:43字数 390阅读 473 准备材料 系统:centos7.4、nexus-2.11.2-03、jdk1.8(跳过讲解安装) nexus-2.11.2-03下载地址方式: 方式一:https://sona ...
分类:
其他好文 时间:
2021-06-13 09:47:46
阅读次数:
0
最近在做软件杯的项目,想做一个人脸识别、对比的登录,当相似度超过某个数值时通过登录验证。 json数据: {'error_code': 0, 'error_msg': 'SUCCESS', 'log_id': 9975359915559, 'timestamp': 1623377294, 'cach ...
分类:
编程语言 时间:
2021-06-11 18:36:07
阅读次数:
0
ke01开启: nc -lk 8888 Map package com.text.transformation import org.apache.flink.streaming.api.scala.StreamExecutionEnvironment import org.apache.flink ...
分类:
其他好文 时间:
2021-06-11 18:25:57
阅读次数:
0
拼命报错,折腾了一天 ValueError: Tensor Tensor("conv1d_20/BiasAdd:0", shape=(?, 27, 512), dtype=float32) is not an element of this graph. keras修改backend的方法 http ...
分类:
其他好文 时间:
2021-06-11 18:23:34
阅读次数:
0
报错 Starting MySQL... ERROR! The server quit without updating PID file (/usr/local/mysql/$hostname.pid). 应该我在/etc/my.conf配置默认字符集的问题 https://blog.csdn.n ...
分类:
数据库 时间:
2021-06-11 18:02:40
阅读次数:
0
执行这行代码会报错,NameError: name 'false' is not defined response_content = {"result":false,"returnCode":"500","message":"失败"} 你可以使用下面这两行代码来解决: false = False ...
分类:
编程语言 时间:
2021-06-10 18:53:40
阅读次数:
0
生产者: package com.gavin.mq.direct; import com.gavin.utils.RabbitMQUtils; import com.rabbitmq.client.Channel; import com.rabbitmq.client.Connection; imp ...
分类:
其他好文 时间:
2021-06-10 18:34:25
阅读次数:
0
nginx中文文档:http://www.nginx.cn/doc/index.html 1.到官网下载nginx的压缩包: https://nginx.org/ 2.解压到相应的目录,比如我是e盘 然后修改目录名字为nginx,进入nginx目录 双击nginx.exe 来启动nginx 注意:启 ...
分类:
其他好文 时间:
2021-06-10 18:14:55
阅读次数:
0
/** * 跨域支持 * * @param registry 跨域配置实体 */ @Override public void addCorsMappings(CorsRegistry registry) { registry.addMapping("/**") .allowCredentials(t ...
分类:
其他好文 时间:
2021-06-09 15:29:21
阅读次数:
0