1.数据库的概念 DB:datebase,存储一系列有组织的数据 DBMS:database management system 数据库是通过DBMS创建和操作的容器 (常见的数据库管理系统:Mysql、Oracle、DB2、SqlServer) SQL:Structure Query Langua ...
分类:
数据库 时间:
2020-05-17 00:44:25
阅读次数:
94
Design a data structure that supports the following two operations: void addWord(word) bool search(word) search(word) can search a literal word or a r ...
分类:
其他好文 时间:
2020-05-16 10:40:41
阅读次数:
67
新建的maven工程中没有webapp目录 1.选择project Structure 2.在项目中 ADD -->web 3.这样就添加完成拉 这样就OK拉 ...
分类:
Web程序 时间:
2020-05-16 10:39:21
阅读次数:
67
Preprocessor programs provide preprocessors directives which tell the compiler to preprocess the source code before compiling. Examples of some prepro ...
分类:
其他好文 时间:
2020-05-16 00:28:44
阅读次数:
64
效果图: 这是在google浏览器下打开的html。 play.py #!/usr/bin/env python # _*_ coding: UTF-8 _*_ """ @Project -> File : Operate_system_ModeView_structure -> play.py @ ...
分类:
其他好文 时间:
2020-05-15 17:50:26
阅读次数:
55
前置 sql 语句 用来创建表、插入数据 SET NAMES utf8mb4; SET FOREIGN_KEY_CHECKS = 0; -- -- Table structure for course -- DROP TABLE IF EXISTS `course`; CREATE TABLE `c ...
分类:
数据库 时间:
2020-05-14 17:43:27
阅读次数:
79
The abstract provides a summary of the thesis and often contains the following moves in this order: 1. background to the thesis 2. purpose of the thes ...
分类:
其他好文 时间:
2020-05-14 12:46:10
阅读次数:
74
定义字典 familyinfo = { "family name":"Python", "family structure":[ {"name":"Taro", "age":32, "sex":"male"}, {"name":"Hanako", "age":31, "sex":"female"}, ...
分类:
编程语言 时间:
2020-05-13 12:05:46
阅读次数:
100
本篇文章主要是讲解如何通过 FFmpeg 代码来获取文件信息。 首先准备一个文件,用命令行来查看它的基本信息。 文件地址如下: https://github.com/glumes/av beginner/blob/master/resource/video/video avi 320x320.avi ...
分类:
其他好文 时间:
2020-05-10 23:21:24
阅读次数:
82
"Abstract:" In computer science, a binary tree is a tree data structure in which each node has at most two children, which are referred to as the left ...
分类:
其他好文 时间:
2020-05-08 18:11:11
阅读次数:
61