1、引用pom文件 <dependency> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-starter-jdbc</artifactId> </dependency> <dependency> <group ...
分类:
编程语言 时间:
2021-03-06 14:34:47
阅读次数:
0
一,安装PyQt5和PyQt5-tools 打开Windows命令提示符 安装PyQt5,输入:pip install PyQt5 或 pip install PyQt5 -i https://pypi.douban.com/simple 安装PyQt5-tools,输入:pip install P ...
分类:
其他好文 时间:
2021-03-05 13:24:40
阅读次数:
0
本文关键字:debootstrap从jessie升级到buster,将git当成debian源 在本系列《7》中,我们尝试在dibuilder.sh中整合了linuxlivekit的实践代码,本文对《7》作补充,整优,继续处理dibuilder.sh debootstrap从jessie升级到bus ...
分类:
其他好文 时间:
2021-03-05 13:02:10
阅读次数:
0
增加新的序列 #!/usr/bin/env python# -*- coding:utf-8 -*-# <editable>def execute(): # <editable> inputs = {"table": 'test', } params = { "left_columns": "id, ...
分类:
编程语言 时间:
2021-03-04 13:13:21
阅读次数:
0
IDEA生成Javadoc文档 在选项面板选择Tool-> Generate JavaDoc... Locale: zh_CN Other command line arhuments: -encoding UTF-8 -charset UTF-8 -windowtitle "test" -enco ...
分类:
编程语言 时间:
2021-03-04 12:57:20
阅读次数:
0
1,将id列放在第一列 alter table cqc_xa.cqc_xa_diff_case modify id int unsigned auto_increment first; 2,增加自增id alter table test.student add column indexxx int( ...
分类:
数据库 时间:
2021-03-03 12:17:55
阅读次数:
0
1、这个包下面有哪些东西? 2、为什么说 pytest是一个包? 这个文件夹下有一个文件,叫__init__.py,这是一个包标识文件。即有这个文件的文件夹,python中不叫文件夹,叫包或者模块。 这个模块__init__.py的作用(简单说一下结论) (1)做包标识工具。防止不同包中存在相同的. ...
分类:
其他好文 时间:
2021-03-03 12:13:48
阅读次数:
0
1. MySQL下载 官网下载地址: https://downloads.mysql.com/archives/community/ 2. 将下载的软件上传至服务器,进行解压及安装前的环境部署 [root@templates ~]# cd /server/tools/ #< 软件包上传至/serve ...
分类:
数据库 时间:
2021-03-03 12:08:01
阅读次数:
0
1、编写两个类 在exer目录下编写两个文件 ①Person.java package test;import com.subclass.*; public class Person{ } ②Student.java package com.subclass; public class Studen ...
分类:
编程语言 时间:
2021-03-03 11:51:30
阅读次数:
0
环境准备 jdk weblogic 达梦数据库 版本 jdk1.8.0_181 weblogic12.1.3.0.0 DM7 安装包 jdk1.8.0_212 fmw_12.1.3.0.0_wls.jar dm7_setup_rh7_64_ent_8.1.1.88_20200629.iso 安装路径 ...
分类:
Web程序 时间:
2021-03-02 12:42:09
阅读次数:
0