码迷,mamicode.com
首页 >  
搜索关键字:create delete alter indexes table    ( 70346个结果
MySQL insert插入
以下为向MySQL数据表插入数据通用的 INSERT INTO SQL语法: INSERT INTO table_name ( field1, field2,...fieldN ) VALUES ( value1, value2,...valueN ); 如果数据是字符型,必须使用单引号或者双引号, ...
分类:数据库   时间:2021-06-02 17:53:43    阅读次数:0
SATA与PCI-E速度对比
SATA SATA接口已经发展到了第三代,理论上的最大速度达到600MB/s。平时大家见到的SATA SSD使用的都是SATA三代,实际测试速度在550MB/s左右,这比普通的机械硬盘的速度100MB/s左右快了数倍。 Generation Speed Special Features SATA 1 ...
分类:其他好文   时间:2021-06-02 17:40:40    阅读次数:0
aliyun - create vpc and vswitch
...
分类:其他好文   时间:2021-06-02 15:52:52    阅读次数:0
aws - Default VPC and default subnets
Default VPC components When we create a default VPC, we do the following to set it up for you: Create a VPC with a size /16 IPv4 CIDR block (172.31.0. ...
分类:Web程序   时间:2021-06-02 15:47:16    阅读次数:0
ShardingSphere你还不会吗?(第一篇)
ShardingSphere你还不会吗?(第一篇) 作者:星晴(当地小有名气,小到只有自己知道的杰伦粉) 一.需求 我们做项目的时候,数据量比较大,单表千万级别的,需要分库分表,于是在网上搜索这方面的开源框架,最常见的就是mycat,sharding-sphere,最终我选择后者,用它来做分库分表比 ...
分类:其他好文   时间:2021-06-02 15:46:34    阅读次数:0
Docker Tutorial
Docker Tutorial Basic Docker Commands pull an image docker pull {image name}:{image version} list all docker images docker image ls -a create and run ...
分类:其他好文   时间:2021-06-02 15:27:12    阅读次数:0
触发器
触发器 触发器(trigger)是SQL server 提供给程序员和数据分析员来保证数据完整性的一种方法,它是与表事件相关的特殊的存储过程,它的执行不是由程序调用,也不是手工启动,而是由事件来触发,比如当对一个表进行操作( insert,delete, update)时就会激活它执行。触发器经常用 ...
分类:其他好文   时间:2021-06-02 15:23:01    阅读次数:0
快捷键
Ctrl+c 复制 Ctrl+v 粘贴 Ctrl+z 撤销 Ctrl+a 全选 Ctrl+x 剪切 删除文件 shift+delete Ctrl+s 保存 Windows+r dos命令窗口 Windows+e 此电脑 Windows+w 可以 截图 Windows+I 设置 任务管理器 shift ...
分类:其他好文   时间:2021-06-02 15:04:54    阅读次数:0
new/malloc的区别
相同点 😃 new/delete 和 malloc/free 都可以动态分配内存和释放内存 delete 和 free 都不能重复释放内存 delete 和 free 都可以释放空指针 不同点 1、new/delete 是C++的运算符,编译时需要加参数,malloc/free 是C语言中的函数, ...
分类:其他好文   时间:2021-06-02 15:04:08    阅读次数:0
How Long Does It Take
How Long Does It Take Given the relations of all the activities of a project, you are supposed to find the earliest completion time of the project. In ...
分类:其他好文   时间:2021-06-02 14:53:07    阅读次数:0
70346条   上一页 1 ... 27 28 29 30 31 ... 7035 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!