码迷,mamicode.com
首页 >  
搜索关键字:sam    ( 4212个结果
mysql之存储引擎
存储引擎又称表类型,是指mysql为各种场景运用不同的技术设置的功能各异的表存储方式。 常见的有:MYISAM,InnoDB,BDB,Memery,Merge,Archive,Federated,Cluster/NDB,CSV,BlackHole。 场景简介: MYISAM:拥有较高的插入和查询速度 ...
分类:数据库   时间:2017-02-06 12:40:06    阅读次数:264
Ignatius and the Princess I
Ignatius and the Princess I Problem Description The Princess has been abducted by the BEelzebub feng5166, our hero Ignatius has to rescue our pretty P ...
分类:其他好文   时间:2017-02-05 21:29:42    阅读次数:251
MySQL语句应该注意的问题
刚刚开始写mysql语句 比较繁琐,乱哄哄的,总结了几点应该注意的事项: 1 注意标点符号,在创建表格 create table的时候 括号里面包含的内容用“,”号分割开,最后一条语句不要加标点符号; 2 在设置主键 primary key时, 里面的内容用``引起来; 3 设置外键时,要注意mys ...
分类:数据库   时间:2017-02-05 17:46:35    阅读次数:197
mysql语句应该注意的问题
刚刚开始写mysql语句 比较繁琐,乱哄哄的,总结了几点应该注意的事项: 1 注意标点符号,在创建表格 create table的时候 括号里面包含的内容用“,”号分割开,最后一条语句不要加标点符号; 2 在设置主键 primary key时, 里面的内容用``引起来; 3 设置外键时,要注意mys ...
分类:数据库   时间:2017-02-05 12:59:05    阅读次数:190
HDU-4283 You Are the One (区间DP)
Problem Description The TV shows such as You Are the One has been very popular. In order to meet the need of boys who are still single, TJUT hold the ...
分类:其他好文   时间:2017-02-04 22:15:31    阅读次数:211
HDU 3782 xxx定律
xxx定律 Time Limit: 2000/1000 MS (Java/Others) Memory Limit: 32768/32768 K (Java/Others)Total Submission(s): 4606 Accepted Submission(s): 3333 Problem D ...
分类:其他好文   时间:2017-02-04 20:04:47    阅读次数:198
搭建Git服务器
Linxu服务器,且默认拥有sudo权限 安装git: $ sudo apt-get install git 创建一个git用户: $ sudo adduser git 创建证书登录:收集所有需要登录的用户的公钥,就是他们自己的id_rsa.pub文件,把所有公钥导入到/home/git/.ssh/ ...
分类:其他好文   时间:2017-02-04 18:55:10    阅读次数:175
Windows Message Queue
Windows Message Queue Problem Description Message queue is the basic fundamental of windows system. For each process, the system maintains a message q ...
分类:Windows程序   时间:2017-02-04 17:57:13    阅读次数:224
HDU 2147--HDU 2147(博弈)--我可能做了假题。。。
kiki's game Time Limit: 5000/1000 MS (Java/Others) Memory Limit: 40000/1000 K (Java/Others) Total Submission(s): 238 Accepted Submission(s): 41 Proble... ...
分类:其他好文   时间:2017-02-01 10:36:21    阅读次数:174
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!