码迷,mamicode.com
首页 >  
搜索关键字:including    ( 680个结果
关于删除Oracle用户和表空间
SQL code--删除空的表空间,但是不包含物理文件drop tablespace tablespace_name;--删除非空表空间,但是不包含物理文件drop tablespace tablespace_name including contents;--删除空表空间,包含物理文件drop t ...
分类:数据库   时间:2017-09-27 15:24:43    阅读次数:222
ACM-ICPC国际大学生程序设计竞赛北京赛区(2017)网络赛
题目1 : Visiting Peking University 时间限制:1000ms 单点时限:1000ms 内存限制:256MB 描述 Ming is going to travel for n days and the date of these days can be represente ...
分类:其他好文   时间:2017-09-24 09:47:04    阅读次数:272
摇一摇事件
html5新增了一个devicemotion的事件,可以使用手机的重力感应。如下代码所示: window.ondevicemotion = function(event){ var gravity = event.accelerationIncludingGravity; console.log(g ...
分类:其他好文   时间:2017-09-21 13:17:31    阅读次数:224
Install Hyper-V on Windows 10
Enable Hyper-V to create virtual machines on Windows 10.Hyper-V can be enabled in many ways including using the Windows 10 control panel, PowerShell (... ...
分类:Windows程序   时间:2017-09-20 14:29:00    阅读次数:401
POJ3045 Cow Acrobats —— 思维证明
题目链接:http://poj.org/problem?id=3045 Cow Acrobats Time Limit: 1000MS Memory Limit: 65536K Total Submissions: 5713 Accepted: 2151 Description Farmer Joh ...
分类:其他好文   时间:2017-09-20 11:58:55    阅读次数:205
修改后的class.phpmailer.php
<?php/*~ class.phpmailer.php. .| Software: PHPMailer - PHP email class || Version: 5.1 || Contact: via sourceforge.net support pages (also www.worxwar ...
分类:Web程序   时间:2017-09-14 14:57:13    阅读次数:253
Go JS 1.7 去水印
在go.js官网下载了js文件,在使用的过程中发现免费版的js自带水印╮(╯▽╰)╭ 简直不能忍。 于是查看源js文件,直接将水印的代码删除,之后拿了几个官网的demo代码实验,没发现什么毛病。 版本 GoJS version 1.7 。新建一个go.js文件将下面js代码Copy即可使用。 ...
分类:Web程序   时间:2017-09-11 19:39:48    阅读次数:705
shared_ptr的线程安全性
一: All member functions (including copy constructor and copy assignment) can be called by multiple threads on different instances of shared_ptr withou ...
分类:编程语言   时间:2017-09-08 10:18:05    阅读次数:455
Building Vim from source(转)
Compiling Vim from source is actually not that difficult. Here's what you should do: First, install all the prerequisite libraries, including Git. For ...
分类:系统相关   时间:2017-08-31 16:08:26    阅读次数:261
一:HDFS 用户指导
1.hdfs的牛逼特性Hadoop, including HDFS, is well suited for distributed storage and distributed processing using commodity hardware. It is fault tolerant, s... ...
分类:其他好文   时间:2017-08-30 22:33:56    阅读次数:207
680条   上一页 1 ... 22 23 24 25 26 ... 68 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!