码迷,mamicode.com
首页 >  
搜索关键字:ict    ( 3171个结果
MySQL外键设置中的的 Cascade、NO ACTION、Restrict、SET NULL
. cascade方式在父表上update/delete记录时,同步update/delete掉子表的匹配记录 . set null方式在父表上update/delete记录时,将子表上匹配记录的列设为null要注意子表的外键列不能为not null . No action方式如果子表中有匹配的记录 ...
分类:数据库   时间:2017-05-03 17:26:02    阅读次数:319
论文笔记 Interpreting Black-Box Classifiers Using Instance-Level Visual Explanations
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
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找不到dubbo.xsd报错
构建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
hdoj 1159最长公共子序列
?? /*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
洛谷 P2866 [USACO06NOV]糟糕的一天Bad Hair Day
题目描述 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
第4次作业类测试代码+105032014065+方绎杰
一、类图 二、代码 Date类: 图形类: 三、结果 ...
分类:其他好文   时间:2017-05-01 15:06:00    阅读次数:294
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!