问题描述后台server服务响应时间正常,但是请求没有打到服务器,在nginx很慢才看到error日志,如下: 2018/07/26 10:17:42 [error] 45762#0: *7489 upstream timed out (110: Connection timed out) whil ...
分类:
其他好文 时间:
2021-04-15 12:25:45
阅读次数:
0
实现Gitlab事件自动触发Jenkins构建及钉钉消息推送 实践环境 GitLab Community Edition 12.6.4 Jenkins 2.284 Post build task 1.9(Jenkins插件) Generic Webhook Trigger Plugin 1.72(J ...
分类:
其他好文 时间:
2021-04-14 12:21:46
阅读次数:
0
最近迁移项目到UnityXR框架,发现UnityXR框架使用了新的输入系统(InputSystem)然后就学习了一下。 using System.Collections; using System.Collections.Generic; using UnityEngine; using Unity ...
分类:
编程语言 时间:
2021-04-10 13:33:21
阅读次数:
0
在告警日志里出现了大量ORA-3136的报错,于是mos上查看: 从MOS的465043.1:Troubleshooting ORA-3136: WARNING Inbound Connection Timed Out,这篇文章找到一些端倪: 这个报错指出客户端连接没有在规定的时间内通过认证,这个时 ...
分类:
其他好文 时间:
2021-04-09 13:04:02
阅读次数:
0
在Unity中,如果想要使用多光源,比如2个平行光,或者1个平行光+1个点光源,需要在额外的shader pass中进行处理: Pass { Tags { "LightMode" = "ForwardAdd" } Blend One One ZWrite Off CGPROGRAM ... ENDC ...
分类:
编程语言 时间:
2021-04-07 11:03:27
阅读次数:
0
MySQLdb._exceptions.OperationalError: (2026, 'SSL connection error: unknown error number') 问题发生在我远程连接数据库的时候,我使用的是MySQLdb 但是一直报错 连接我自己的数据库是没有问题的 *原因是 p ...
分类:
数据库 时间:
2021-04-06 14:59:26
阅读次数:
0
目标 最近在学unity中跟画面相关的功能。在看完B站上某URP教学视频后,希望能用代码控制post-processing中的相关参数。 前言 unity中,我们可以通过设置2dlight和post-processing来调整、渲染游戏画面。在unity更新至某版本后,unity官方用URP(Uni ...
分类:
编程语言 时间:
2021-04-06 14:53:04
阅读次数:
0
win10 openpose vs2015 cmake build Selecting Windows SDK version 10.0.14393.0 to target Windows 10.0.19042. CMAKE_VERSION = 3.20.0 Building with CUDA. ...
realsense cmake Selecting Windows SDK version to target Windows 10.0.19042. Checking internet connection... Internet connection identified Info: REALS ...
分类:
其他好文 时间:
2021-04-06 14:23:36
阅读次数:
0
JDBC 原生JDBC package com.jdbc.test; import com.jdbc.model.Person; import java.sql.Connection; import java.sql.DriverManager; import java.sql.PreparedSt ...
分类:
数据库 时间:
2021-04-05 12:11:30
阅读次数:
0