. cascade方式在父表上update/delete记录时,同步update/delete掉子表的匹配记录 . set null方式在父表上update/delete记录时,将子表上匹配记录的列设为null要注意子表的外键列不能为not null . No action方式如果子表中有匹配的记录 ...
分类:
数据库 时间:
2017-05-03 17:26:02
阅读次数:
319
Subject: Interactive Model Analysis Target: Verify the performance of a model Existing methods: statistical methods, in an aggregated fashion (e.g. ac ...
分类:
其他好文 时间:
2017-05-03 11:39:17
阅读次数:
264
Linux errno,number of last error. ...
分类:
系统相关 时间:
2017-05-02 23:48:05
阅读次数:
270
定义:可以被next()函数调用并不断返回下一个值的对象称为迭代器:Iterator。 我们已经知道,可以直接作用于for循环的数据类型有以下几种: 一类是集合数据类型,如list、tuple、dict、set、str等; 一类是generator,包括生成器和带yield的generator fu ...
分类:
其他好文 时间:
2017-05-02 19:43:07
阅读次数:
174
构建dubbo项目的时候会遇到: Multiple annotations found at this line: - cvc-complex-type.2.4.c: The matching wildcard is strict, but no declaration can be found f ...
分类:
其他好文 时间:
2017-05-02 11:55:51
阅读次数:
356
字典一种key - value 的数据类型,使用就像我们上学用的字典,通过笔划、字母来查对应页的详细内容。 ...
分类:
其他好文 时间:
2017-05-02 11:51:25
阅读次数:
170
?? /*Common Subsequence A subsequence of a given sequence is the given sequence with some elements (possible none) left out. Given a sequence X = < x1 ...
分类:
其他好文 时间:
2017-05-02 09:51:48
阅读次数:
191
记住不就把鼠标停一会,都有中文提示。 1.LinkLabel在窗体上显示的内容,点击实现超链接(可以是文字,可以是图片) 2.ListBox多项选择中选一个 通过属性中的SelectionMode来实现多选 通过count来确定已经选择的个数 3.MaskedTextBox 有各种输入限制样式的文本 ...
分类:
其他好文 时间:
2017-05-01 22:23:50
阅读次数:
247
题目描述 Some of Farmer John's N cows (1 ≤ N ≤ 80,000) are having a bad hair day! Since each cow is self-conscious about her messy hairstyle, FJ wants to ...
分类:
其他好文 时间:
2017-05-01 19:00:31
阅读次数:
252
一、类图 二、代码 Date类: 图形类: 三、结果 ...
分类:
其他好文 时间:
2017-05-01 15:06:00
阅读次数:
294