A self-dividing number is a number that is divisible by every digit it contains. For example, 128 is a self-dividing number because 128 % 1 == 0, 128 ...
分类:
其他好文 时间:
2017-11-20 13:14:35
阅读次数:
144
删除表空间,文件还在! 删除文件,用户还在! 都删除必须使用下面的! drop tablespace 空间名 including contents and datafiles cascade constraint drop user 用户名 cascade ...
分类:
数据库 时间:
2017-11-14 22:27:34
阅读次数:
317
公司使用spring cloud,所以稍微了解一下 看了一下spring官网对 spring boot 以及 spring cloud 的解释 Spring Boot Spring Boot makes it easy to create stand-alone, production-grade ...
分类:
编程语言 时间:
2017-11-14 19:31:31
阅读次数:
256
1. Build a logistic regression model, structured as a shallow neural network2. Implement the main steps of an ML algorithm, including making predictio ...
分类:
其他好文 时间:
2017-11-09 19:47:59
阅读次数:
174
Implement wildcard pattern matching with support for '?' and '*'. '?' Matches any single character. '*' Matches any sequence of characters (including ...
分类:
其他好文 时间:
2017-11-08 14:57:38
阅读次数:
124
As we mentioned last week, the Chinese government requires all company and individuals to buy social insurance, including foreigners. Why are foreigne ...
分类:
其他好文 时间:
2017-11-06 16:48:50
阅读次数:
320
在eclipse上打包,报错: [INFO] Including org.codehaus.groovy:groovy-all:jar:2.4.3 in the shaded jar. [INFO] [INFO] BUILD FAILURE [INFO] [INFO] Total time: 8.2 ...
分类:
系统相关 时间:
2017-11-06 15:04:25
阅读次数:
298
(说明:本博客中的题目、题目详细说明及参考代码均摘自 “何海涛《剑指Offer:名企面试官精讲典型编程题》2012年”) 题目 把一个数组最开始的若干个元素搬到数组的末尾,我们称之为数组的旋转。输入一个递增排序的数组的一个旋转,输出旋转数组的最小元素。例如数组 {3, 4, 5, 1, 2} 为 { ...
分类:
编程语言 时间:
2017-11-05 19:19:08
阅读次数:
238
NOT NULL Integrity Constraints You can only add a column with a NOT NULL constraint if the table does not contain any rows or if you specify a default ...
分类:
其他好文 时间:
2017-11-04 13:13:34
阅读次数:
132
https://ocw.mit.edu/courses/electrical-engineering-and-computer-science/6-046j-introduction-to-algorithms-sma-5503-fall-2005/video-lectures/lecture-10 ...
分类:
其他好文 时间:
2017-11-03 21:50:52
阅读次数:
490