错误日志为: validateRenderPassDescriptor:757: failed assertion `Texture at colorAttachment[0] has usage (0x01) which doesn't specify MTLTextureUsageRenderT ...
分类:
编程语言 时间:
2020-06-17 23:26:14
阅读次数:
107
1. Tomcat简介 1.1 Tomcat的核心组件 catalina:servlet container(servlet的容器) Coyote:http connection(http连接器) Jasper:JSP Engine(jsp引擎,jsp翻译器) 注意: Tomcat的开发语言:JAV ...
分类:
其他好文 时间:
2020-06-17 23:23:32
阅读次数:
65
1072 Gas Station (30分) A gas station has to be built at such a location that the minimum distance between the station and any of the residential housi ...
分类:
其他好文 时间:
2020-06-17 18:32:50
阅读次数:
58
在安装mysql时,出现“The security settings could not be applied to the database because the connection has failed with the following error. Error Nr. 1045 Acc ...
分类:
移动开发 时间:
2020-06-17 15:33:57
阅读次数:
100
elasticsearch集群其中源es使用虚拟机CentOS搭建,新的node使用k8s搭建,同步速度慢 elsasticsearch同步慢,出现以下提示的解决版本 [ERROR][o.e.x.m.c.n.NodeStatsCollector] [9OfhjwS] collector [node_ ...
分类:
其他好文 时间:
2020-06-17 13:06:38
阅读次数:
310
1、问题描述: 用 git 提交代码至Github,结果报错,报错: OpenSSL SSL_connect: SSL_ERROR_SYSCALL in connection to github.com:443 解决方法: 打开 Git Bash ,进入到项目的根目录下,输入命令行: git con ...
分类:
其他好文 时间:
2020-06-17 12:37:13
阅读次数:
105
一.线程状态流转图 Java的线程可以有多种状态,在Thread.State类中定义了6个常量来表示线程的状态,分别是NEW、RUNNABLE、BLOCKED、WAITING、TIMED_WAITING、TERMINATED,下面是比较详细的一幅状态流转图: 二.示例代码 2.1 sleep 先看下 ...
分类:
编程语言 时间:
2020-06-17 01:31:09
阅读次数:
69
使用anaconda安装tensorflow (windows10环境)🔗 遇到的问题:CondaHTTPError: HTTP 000 CONNECTION FAILED for url <https://mirrors.tuna.tsinghua.edu.cn/anaconda/ 解决方案:在 ...
分类:
Web程序 时间:
2020-06-16 23:11:53
阅读次数:
495
在渲染进程(UI界面)中使用shell模块 //在文件管理器中打开 const { ..., shell } = require('electron'); const showFile = () => { if (!filePath) { return alert('This file has no ...
分类:
系统相关 时间:
2020-06-16 18:13:06
阅读次数:
67
收到客户的一份报告,说远程处理数据库事务时出现"卡"的现象,也就是运行比较缓慢。在相应时段做了一个AWR报告,报告中显示了这样一些等待: 1 Top 5 Timed Events Avg %Total 2 ~~~~~~~~~~~~~~~~~~ wait Call 3 Event Waits Time ...
分类:
数据库 时间:
2020-06-15 18:13:25
阅读次数:
62