最近,配置项目,使用SpringBoot2.2.1,配置mybatis访问db,配好后,使用自定义的数据源。启动发生: 虽然,我知道,是因为我没有在application.yml文件中配置:spring.datasource。但是因为我是自定义的数据源,配置项不在spring.datasource, ...
分类:
编程语言 时间:
2019-11-30 22:48:06
阅读次数:
260
一、正文 问: RT,最近有看到UWA_GOT工具新增了iOS版本的支持,于是下载了最新的工具包进行了接入测试。是按照文档直接将UWA_GOTv2.0.1_iOS.unitypackage导入进了Unity项目内,并且做了配置。但是发现添加了UWA_GOT插件以后iOS上不能正常出包,总是卡在xco ...
分类:
移动开发 时间:
2019-11-30 21:03:19
阅读次数:
193
1. who 查看当前登录用户2. last查看历史登录用户3. history 查看历史执行命令4. cat /var/log/secure | grep -i "accepted password" 查看成功登录记录信息5. cat /var/log/secure | grep -i "fail ...
分类:
其他好文 时间:
2019-11-30 15:16:31
阅读次数:
88
挂起(Pending):Pod 已被 Kubernetes 系统接受,但有一个或者多个容器镜像尚未创建。等待时间包括调度 Pod 的时间和通过网络下载镜像的时间,这可能需要花点时间 运行中(Running):该 Pod 已经绑定到了一个节点上,Pod 中所有的容器都已被创建。至少有一个容器正在运行, ...
分类:
其他好文 时间:
2019-11-29 15:53:06
阅读次数:
68
问题的详细描述: Attaching an entity of type 'xxxxx' failed because another entity of the same type already has the same primary key value. This can happen wh ...
分类:
其他好文 时间:
2019-11-29 12:34:21
阅读次数:
94
[转] https://www.mobibrw.com/2016/3949 adb install 一个apk错误: INSTALL_FAILED_ALREADY_EXISTS 应用已存在,使用 adb install -r xx.apk 即重新安装 INSTALL_PARSE_FAILED_INC ...
分类:
其他好文 时间:
2019-11-29 11:15:55
阅读次数:
63
mysql驱动使用 初始化 一次查多行 type User struct { Id int64 Name sql.NullString Age int } rows, err := DB.Query("select id, name, age from user where id ?", 0) // ...
分类:
数据库 时间:
2019-11-29 00:50:40
阅读次数:
157
报错内容: elasticsearch.exceptions.ConnectionError: ConnectionError(<urllib3.connection.HTTPConnection object at 0x111dcb4e0>: Failed to establish a new c ...
分类:
数据库 时间:
2019-11-28 21:12:47
阅读次数:
110
这几天科-学上网工具不好使,下面这两个zircon都下不下来 在fuchsia中文社区里面下了源码,按照大部分的中文博客写的用make来build,但是不行。继续查了一些官方手册和比较新的博客说用gn build项目,我寻思从妹见过这玩意儿啊,估计是过去项目用的make,现在改了。 gn是gener ...
分类:
其他好文 时间:
2019-11-28 21:12:02
阅读次数:
220
socket服务端开发之测试使用threading和gevent框架 话题是测试下多线程和gevent在socket服务端的小包表现能力,测试的方法不太严谨,也没有用event loop + pool池的概念。不管是gevent和threading有pool的情况下,确实很省资源,但是固定的pool ...
分类:
其他好文 时间:
2019-11-27 23:23:41
阅读次数:
93