报错: 把脚本拖到游戏对象,显示如下 原因: 你可能修改了脚本名称,但此时Unity没有找到那个对应脚本名称的类 ...
分类:
编程语言 时间:
2021-06-24 18:18:30
阅读次数:
0
笔者遇到的项目在Windows下能正常连接Mysql8,但是项目打包部署到Linux环境后,连接数据库报错 解决方法是在连接字符串中添加allowPublicKeyRetrieval=true 原因如下(参考官网给出的连接选项): 如果用户使用了 sha256_password 认证,密码在传输过程 ...
分类:
数据库 时间:
2021-06-24 18:14:37
阅读次数:
0
[nginx@p0-hfssp-healthos-web02 sbin]$ sudo ./nginx -s reloadnginx: [error] invalid PID number "" in "/home/nginx/openresty/nginx/logs/nginx.pid" 发生这个错 ...
分类:
其他好文 时间:
2021-06-24 18:14:17
阅读次数:
0
报错如下: Cannot set LC_ALL to locale en_US.UTF-8: No such file or directory 解决方式: apt-get install -y locales locale-gen en_US.UTF-8 ...
分类:
其他好文 时间:
2021-06-24 18:14:03
阅读次数:
0
https://blog.csdn.net/Nire_Yeyu/article/details/104683888/ 安装:pip install pyinstaller 安装时报错,原因是环境变量需要在多配一个路径 打包为exe,版本尽量选择python3.6+32位版本,因为win64位系统向下 ...
分类:
其他好文 时间:
2021-06-24 18:10:33
阅读次数:
0
Problem: Importing an Oracle 11g R2 Data Pump file containing an ArcSDE 10.x geodatabase encounters Oracle errors ORA-31693, ORA-02354, ORA-00600 Desc ...
分类:
其他好文 时间:
2021-06-24 18:01:26
阅读次数:
0
Web服务器 1、技术讲解 ASP: 微软:国内最早流行的就是ASP; 在HTML中嵌入了VB的脚本,ASP + COM; 维护成本高 C# PHP: PHP开发速度很快,功能强大,跨平台,代码简单 无法承载大访问量的情况(局限性) JSP/Servlet: B/S:浏览和服务器 C/S:客户端和服 ...
分类:
Web程序 时间:
2021-06-24 17:55:39
阅读次数:
0
Tomcat 1、 安装tomcat tomcat官网:http://tomcat.apache.org/ 2、Tomcat启动和配置 文件夹作用: 启动,关闭tomcat 3、配置 可以配置主机的端口号 tomcat的默认端口号:8080 mysql:3306 http:80 https:443 ...
分类:
其他好文 时间:
2021-06-24 17:54:46
阅读次数:
0
Ubuntu 18.04安装Tensorflow2.1.0 本文结构: 1 配置Anaconda ? 2 安装Tensorflow-gpu 3 安装Keras 4 遇到的问题及解决办法 配置Anaconda 一 、下载Anaconda 下载地址: 1 https://repo.anaconda.co ...
分类:
系统相关 时间:
2021-06-24 17:46:46
阅读次数:
0
因为用户名带有中文,在indetity Server4中报错。 解决办法: public IAbpSession AbpSession { get; set; } private readonly TenantManager _tenantManager; private readonly User ...
分类:
其他好文 时间:
2021-06-23 17:14:31
阅读次数:
0