码迷,mamicode.com
首页 >  
搜索关键字:structure    ( 2775个结果
MYSQL学习记录
1.数据库的概念 DB:datebase,存储一系列有组织的数据 DBMS:database management system 数据库是通过DBMS创建和操作的容器 (常见的数据库管理系统:Mysql、Oracle、DB2、SqlServer) SQL:Structure Query Langua ...
分类:数据库   时间:2020-05-17 00:44:25    阅读次数:94
211. Add and Search Word - Data structure design
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
在idea中为项目添加web目录
新建的maven工程中没有webapp目录 1.选择project Structure 2.在项目中 ADD -->web 3.这样就添加完成拉 这样就OK拉 ...
分类:Web程序   时间:2020-05-16 10:39:21    阅读次数:67
Structure of a C program: Pre-processor directives (#include <stdlib.h>, #define)
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
用Pygal画一个英雄能力的图
效果图: 这是在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
Mysql 常用语句实战(2)
前置 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
An abstract
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
python字典套字典
定义字典 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
【音视频连载-011】第二季 FFmpeg 一层一层获取文件信息
本篇文章主要是讲解如何通过 FFmpeg 代码来获取文件信息。 首先准备一个文件,用命令行来查看它的基本信息。 文件地址如下: https://github.com/glumes/av beginner/blob/master/resource/video/video avi 320x320.avi ...
分类:其他好文   时间:2020-05-10 23:21:24    阅读次数:82
Binary tree
"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
2775条   上一页 1 ... 13 14 15 16 17 ... 278 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!