查看 mysql 提供的存储引擎 mysql > show engines; 看你的mysql当前默认的存储引擎: mysql> show variables like '%storage_engine%'; 你要看某个表用了什么引擎(在显示结果里参数engine后面的就表示该表当前用的存储引擎): ...
分类:
数据库 时间:
2021-04-13 12:12:00
阅读次数:
0
最近迁移项目到UnityXR框架,发现UnityXR框架使用了新的输入系统(InputSystem)然后就学习了一下。 using System.Collections; using System.Collections.Generic; using UnityEngine; using Unity ...
分类:
编程语言 时间:
2021-04-10 13:33:21
阅读次数:
0
from sqlalchemy import create_engine, MetaData from sqlalchemy.ext.declarative import declarative_base from sqlalchemy.orm import sessionmaker, scoped ...
分类:
数据库 时间:
2021-04-10 13:00:24
阅读次数:
0
官方文档: https://docs.docker.com/engine/install/centos/ 1、先卸载旧版本 sudo yum remove docker \ docker-client \ docker-client-latest \ docker-common \ docker-l ...
分类:
其他好文 时间:
2021-04-08 13:41:47
阅读次数:
0
目标 最近在学unity中跟画面相关的功能。在看完B站上某URP教学视频后,希望能用代码控制post-processing中的相关参数。 前言 unity中,我们可以通过设置2dlight和post-processing来调整、渲染游戏画面。在unity更新至某版本后,unity官方用URP(Uni ...
分类:
编程语言 时间:
2021-04-06 14:53:04
阅读次数:
0
1.swagger注解和功能介绍(API接口) @Api: 类,标识这个类是swagger的资源 @ApiModel: 类,描述一个Model的信息 (一般用在请求参数无法使用@ApiImplicitParam注解进行描述的时候) @ApiOperation: 方法,一个http请求的操作 @Api ...
分类:
其他好文 时间:
2021-04-05 11:44:59
阅读次数:
0
安装docker centos 7 上官网https://docs.docker.com/engine/install/ 进入对应的服务器平台查看相应的方法,这里以centos7 为例:https://docs.docker.com/engine/install/centos/ 第一步: 卸载已安装 ...
分类:
其他好文 时间:
2021-03-17 15:08:56
阅读次数:
0
阿里云实时计算负责人 - 王峰(莫问)/ FFA_2020-Flink as a Unified Engine - Now and Next-V4 2020年Flink 基于Flink 的流批一体数仓 基于Flink流批一体数据湖架构 PyFlink Flink Native on K8S 双链路数 ...
分类:
其他好文 时间:
2021-03-16 11:59:14
阅读次数:
0
python\小脚本\selenium_base_file.py # -*- coding: utf-8 -*- """ Created on Wed Feb 28 19:40:07 2018 @author: zhoujunqing """ # -*- coding: utf-8 -*- """ ...
分类:
其他好文 时间:
2021-03-15 11:02:11
阅读次数:
0
[20:30:30 root@CentOS8 ~]#ls anaconda-ks.cfg [20:30:31 root@CentOS8 ~]#echo {1..10} > a.txt [20:30:41 root@CentOS8 ~]#cat a.txt 1 2 3 4 5 6 7 8 9 10 [ ...
分类:
其他好文 时间:
2021-03-11 16:31:52
阅读次数:
0