环境:Mac + Rider + ET6.0 一:运行Demo 1:下载ET6.0,get:https://github.com/egametang/ET 2:下载.net core 5.0。ET6.0需要 .net5.0的 3:Unity打开前端:Unity版本为 2020.3.1 4:Rider ...
分类:
其他好文 时间:
2021-03-31 12:34:47
阅读次数:
0
Django项目中,在pycharm使用python console进行操作时导包报错如下: django.core.exceptions.ImproperlyConfigured: Requested setting INSTALLED_APPS, but settings are not con ...
分类:
编程语言 时间:
2021-03-31 12:24:16
阅读次数:
0
1.缓存工具 from django.core.cache import cache 存储缓存数据:cache.set('key', 内容, 有效期) 读取缓存数据:cache.get('key') 删除缓存数据:cache.delete('key') 注意:存储进去和读取出来的数据类型相同,所以读 ...
分类:
其他好文 时间:
2021-03-31 11:41:12
阅读次数:
0
1、概述 1.1 介绍 在分布式架构、微服务以及k8s生态相关技术环境下,对应用的请求链路进行追踪(也叫做APM,Application Performance Management)是非常有必要的,链路追踪简单来说就是将应用从流量到达前端开始,一直到最后端的数据库核心,中间经过的每一层请求链路的完 ...
分类:
其他好文 时间:
2021-03-29 12:27:43
阅读次数:
0
我们之前研究过Code First的一个小小的案例,但是只是用了单数据库。 今天还是来做一个mysql sqlserver同时能使用的一个案例 需要工具 1.VS2019 core3.1 2.脑子一个 3.虚拟机windows server,Centos7 引入EF Code 新建一个用户实体类(我 ...
分类:
数据库 时间:
2021-03-29 12:11:53
阅读次数:
0
1.创建 CREATE TABLE `qrtz_calendars` ( `SCHED_NAME` varchar(120) NOT NULL, `CALENDAR_NAME` varchar(120) NOT NULL, `CALENDAR` blob NOT NULL, PRIMARY KEY ...
分类:
其他好文 时间:
2021-03-29 11:45:30
阅读次数:
0
https://blog.csdn.net/SpuerCheng/article/details/80398766 ...
分类:
数据库 时间:
2021-03-26 15:34:15
阅读次数:
0
https://blog.csdn.net/weixin_43817709/article/details/90236511 ...
分类:
数据库 时间:
2021-03-26 15:33:39
阅读次数:
0
https://www.jianshu.com/p/f9a6cde6c6d8 ...
分类:
其他好文 时间:
2021-03-26 15:32:34
阅读次数:
0
直接上代码: 需要引用using Microsoft.Extensions.Configuration; public class AppSettings { /// <summary> /// 配置文件的根节点 /// </summary> private static readonly ICon ...
分类:
移动开发 时间:
2021-03-26 15:23:11
阅读次数:
0