码迷,mamicode.com
首页 >  
搜索关键字:including    ( 680个结果
oracle数据库用户删除和表空间
以system用户登录,查找需要删除的用户: --查找用户 select * from dba_users; --查找工作空间的路径select * from dba_data_files; --删除用户drop user 用户名称 cascade;--删除表空间drop tablespace 表空 ...
分类:数据库   时间:2018-02-05 15:10:47    阅读次数:253
Good elements
描述 Given a sequence including N integers, we define the ith element "good" if it equals the sum of three elements strictly before the position i (an e ...
分类:其他好文   时间:2018-02-03 23:09:13    阅读次数:240
Leetcode 44: Wildcard Matching
Implement wildcard pattern matching with support for '?' and '*'. '?' Matches any single character. '*' Matches any sequence of characters (including ...
分类:其他好文   时间:2018-01-31 14:48:50    阅读次数:200
Poj-3286- How many 0's? - 【基础数位DP】
How many 0's? Description A Benedict monk No.16 writes down the decimal representations of all natural numbers between and including m and n, m ≤ n. H ...
分类:其他好文   时间:2018-01-29 19:16:00    阅读次数:177
[LeetCode] Combination Sum II
Given a collection of candidate numbers (C) and a target number (T), find all unique combinations in C where the candidate numbers sums to T. Each num ...
分类:其他好文   时间:2018-01-25 23:09:56    阅读次数:175
PAT 1048. Find Coins
Eva loves to collect coins from all over the universe, including some other planets like Mars. One day she visited a universal shopping mall which cou ...
分类:其他好文   时间:2018-01-22 13:10:00    阅读次数:153
Leetcode 609: Find Duplicate File in System
Given a list of directory info including directory path, and all the files with contents in this directory, you need to find out all the groups of dup ...
分类:其他好文   时间:2018-01-17 13:40:45    阅读次数:210
【MySQL】【高可用】从masterha_master_switch工具简单分析MHA的切换逻辑
通过抓包masterha_master_switch工具的执行流程分析MHA的逻辑
分类:数据库   时间:2018-01-15 01:06:36    阅读次数:310
python中的none
None是一个对象,其类型为NoneType,其bool值为false,好比0是一个对象,其类型为int,其bool值为false,而在Python中bool值为false的有以下几种: 作者:灵剑 链接:https://www.zhihu.com/question/48707732/answer/ ...
分类:编程语言   时间:2018-01-12 21:17:04    阅读次数:230
Functional programming-函数式编程
A number of concepts and paradigms are specific to functional programming, and generally foreign to imperative programming (including object-oriented ...
分类:其他好文   时间:2018-01-12 21:15:28    阅读次数:191
680条   上一页 1 ... 18 19 20 21 22 ... 68 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!