原文译自:http://www.mssqltips.com/sqlservertip/2766/sql-server-auto-update-and-auto-create-statistics-options/?utm_source=dailynewsletter&utm_medium=email...
分类:
数据库 时间:
2014-06-29 15:31:26
阅读次数:
330
#include #include using namespace std;int
main(){ int pid = GetCurrentProcessId(); auto path =
Plug::GetCurrentPath();//返回std::wstring path +...
分类:
其他好文 时间:
2014-06-07 03:08:40
阅读次数:
288
1 innodb 自增列出现重复值的问题 先从问题入手,重现下这个buguse test;drop
table t1;create table t1(id int auto_increment, a int, primary key (id))
engine=innodb;insert into t...
分类:
数据库 时间:
2014-06-03 13:24:55
阅读次数:
503
1.RuntimeExceptionpublic class RuntimeException
{ public static void main(String[] args) { // TODO Auto-generated method stub
String ...
分类:
编程语言 时间:
2014-06-03 04:47:09
阅读次数:
352
1.html 部分 2.css 部分.spinner { margin: 100px auto;
width: 50px; height: 60px; text-align: center; font-size: 10px;} .spinner >
div { back...
分类:
Web程序 时间:
2014-05-31 11:52:06
阅读次数:
555
docker基础教程Docker使用基本教程Docker中文文档1.启动docker--有两种方式如果你是二进制安装的,你可以使用sudo
/docker -d &来启动如果你是apt-get安装的你可以用service docker start开启2.搜索安装镜像官方安装方式docker
pull...
分类:
其他好文 时间:
2014-05-29 18:57:30
阅读次数:
788
Mysql中自增字段(AUTO_INCREMENT)的一些常识在系统开发过程中,我们经常要用到唯一编号。使用过mysql的人都应该知道,mysql有一个定义列为自增的属性:AUTO_INCREMENT。指定了AUTO_INCREMENT的列必须要建索引,不然会报错,索引可以为主键索引,当然也可以为非...
分类:
数据库 时间:
2014-05-29 12:59:30
阅读次数:
573
http://docs.docker.io/installation/ubuntulinux/#docker-and-local-dns-server-warnings按照这个改一下默认的DNScontainer
和 笔记本要公用一个DNS服务器貌似.
分类:
其他好文 时间:
2014-05-29 12:02:33
阅读次数:
317
一直,我是认为定一个width,然后写一句margin:0
auto,就可以,但是有时也会不管用。 例如当我要定一个宽度为700的div,用相对定位定在中间。任你怎么拉伸都是居中。 看实例子 无标题文档 R6
BRANCH...
分类:
Web程序 时间:
2014-05-29 11:37:58
阅读次数:
226
public void doSave(IProgressMonitor monitor) {
// TODO Auto-generated method stub performSave(monitor, getEditorInput());
自定义的一个save函数,作...
分类:
其他好文 时间:
2014-05-29 07:56:21
阅读次数:
240