官方地址:https://wiki.connect.qq.com/qq%E7%99%BB%E5%BD%95 添加 open_sdk_xxxx_lite.jar 必要权限 <uses-permission android:name="android.permission.INTERNET" /> <u ...
分类:
移动开发 时间:
2020-07-10 11:28:57
阅读次数:
155
1第三方平台接入(玩一下可以,更多不行) blinker 限制一个用户5个设备超了10元加一个 https://diandeng.tech/doc/service 你自己搞1-2个玩玩还可以,对接了很对智能音箱。 当然领个好处,毕竟有一个免费的云,自己不用租服务器那一套部署。 2 自己制作一个语音识 ...
分类:
其他好文 时间:
2020-07-10 10:04:22
阅读次数:
186
Android设备抓包 · 以三星手机为例 打开设置 -- WiFi --连接上的wlan设置 -- 点击代理 -- 手动,设置主机名为Fiddler所在主机的IP,端口为Fiddler监听端口 主机Fiddler Tools > Options > Connections 勾选远程连接 设置完成后 ...
分类:
移动开发 时间:
2020-07-10 09:44:07
阅读次数:
240
微信小程序发布有一段时间了,但目前小程序的兼容性问题,特别是 Android 平台兼容性问题,特别严重。据我观察,好多小程序都曾踩过兼容性的坑。 掉坑里不要紧,更让人捉急的是,微信审核人员打回了紧急修复兼容性的版本。这就好比从坑里爬上来的时候,手刚抓到坑沿,又被微信官方踩到,再次跌落坑底。 这下,就 ...
分类:
微信 时间:
2020-07-09 23:55:59
阅读次数:
220
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
本文主要介绍 Unity 导出 Android 工程,在 Android Studio 中作为库继续开发的开发模式 ...
分类:
移动开发 时间:
2020-07-09 15:31:04
阅读次数:
104
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