OBDSTAR Odomaster is a new odometer correction tool. With the latest cluster calibration technology from OBDSTAR, it’s very easy to use, and supports ...
分类:
其他好文 时间:
2020-07-10 13:40:25
阅读次数:
104
1.今天做了什么:. 今天学习了java第五章类的继承和多态;其中类的继承没有多大问题.明白了"Expection in the thread main java.long.ClassCastException:com.wuzy.service.Father acnnot be cast to co ...
分类:
编程语言 时间:
2020-07-10 13:37:15
阅读次数:
73
1第三方平台接入(玩一下可以,更多不行) blinker 限制一个用户5个设备超了10元加一个 https://diandeng.tech/doc/service 你自己搞1-2个玩玩还可以,对接了很对智能音箱。 当然领个好处,毕竟有一个免费的云,自己不用租服务器那一套部署。 2 自己制作一个语音识 ...
分类:
其他好文 时间:
2020-07-10 10:04:22
阅读次数:
186
Like this: package com.seliote.smsbomber.service.impl; import com.seliote.smsbomber.pojo.soo.captcha.CaptchaSoo; import com.seliote.smsbomber.service. ...
分类:
其他好文 时间:
2020-07-09 22:40:12
阅读次数:
76
CentOS7 安装Kafka 关闭防火墙 systemctl stop firewalld.service systemctl disable firewalld.service 安装JDK yum install -y http://172.16.20.10/Oracle/JAVA/8/8u20 ...
分类:
其他好文 时间:
2020-07-09 15:30:49
阅读次数:
140
错误1: Error from server (InternalError): error when creating "service.yaml": Internal error occurred: failed calling webhook "webhook.serving.knative.d ...
分类:
移动开发 时间:
2020-07-09 15:17:10
阅读次数:
177
[首先需要在Spring配置文件中增加如下配置: 然后可以用@Component、@Controller、@Service、@Repository注解来标注需要由Spring IoC容器进行对象托管的类。这几个注解没有本质区别,只不过@Controller通常用于控制器,@Service通常用于业务... ...
分类:
编程语言 时间:
2020-07-09 12:29:58
阅读次数:
71
问题背景:python通过grpc调用tfserving报错, 提示:AttributeError: module 'tensorflow_serving.apis.prediction_service_pb2' has no attribute 'beta_create_PredictionSer ...
分类:
编程语言 时间:
2020-07-09 12:12:29
阅读次数:
130
一、编辑docker.service文件 vi /usr/lib/systemd/system/docker.service 找到 [Service] 节点,修改 ExecStart 属性,增加 -H tcp://0.0.0.0:2375 ExecStart=/usr/bin/dockerd -H ...
分类:
其他好文 时间:
2020-07-09 09:19:48
阅读次数:
85
SPI全称Service Provider Interface,面向接口编程,是Java提供的一套用来被第三方实现或者扩展的接口,它可以用来启用框架扩展和替换组件。关于spi思想的的介绍详情请百度。以下是利用spi思想的一个小例子。 步骤一:新建一个java项目,本项目是在新建了一个java web ...
分类:
编程语言 时间:
2020-07-09 01:15:35
阅读次数:
103