码迷,mamicode.com
首页 >  
搜索关键字:hard disk    ( 4451个结果
Java for LeetCode 115 Distinct Subsequences【HARD】
Given a string S and a string T, count the number of distinct subsequences of T in S.A subsequence of a string is a new string which is formed from th...
分类:编程语言   时间:2015-05-24 12:51:44    阅读次数:114
Objective-C之优雅的命名
There are only two hard things in Computer Science: cache invalidation and naming things.在计算机科学中只有两件难事:缓存失效和命名。— Phil Karlton计算机语言是人和计算机之间通讯的媒介。好的代码应该...
分类:其他好文   时间:2015-05-24 00:09:38    阅读次数:242
DOS详细讲解
dos(DOS命令讲解) 我们使用电脑接触最频繁的就是DOS。DOS是英文Disk Operating System的缩写,意思是“磁盘操作系统”,顾名思义,DOS主要是一种面向磁盘的系统软件,说得简单些,DOS就是人与机器的一座桥梁,是罩在机器硬件外面的一层“外壳”,有了DOS,我们就不必去深入了解机器的硬件结构,也不必与死记硬背那些枯燥的机器命令,只需通过一些接近于自然语言的DOS命令,我们...
分类:其他好文   时间:2015-05-23 11:34:59    阅读次数:203
经典实用SQL Server语句大全总结(一)
简要介绍基础语句:1、说明:创建数据库CREATE DATABASE database-name2、说明:删除数据库drop database dbname3、说明:备份sql server--- 创建 备份数据的 deviceUSE masterEXEC sp_addumpdevice 'disk...
分类:数据库   时间:2015-05-22 18:48:50    阅读次数:148
crontab不执行perl脚本分析
在新装的Linux服务器上部署了一个作业监控磁盘空间并提前告警,在shell脚本里面调用了一个perl脚本发送告警邮件。结果出现了一个很奇怪的现象:如果手工执行该脚本/home/oracle/scripts/disk_capatiy_alarm.sh能发出告警邮件,但是在crontab里面发现脚本没...
分类:其他好文   时间:2015-05-21 19:04:26    阅读次数:119
Linux添加新硬盘、分区、格式化、自动挂载
第一步:创建分区root#fdisk/dev/hadà进入到新添加的硬盘中The number of cylinders for this disk is set to 10402.There is nothing wrong with that, but this is larger than 1...
分类:系统相关   时间:2015-05-21 17:10:39    阅读次数:186
R - Milking Time POJ 3616 ( DP )
R - Milking Time Time Limit:1000MS Memory Limit:65536KB 64bit IO Format:%I64d & %I64u Submit Status Practice POJ 3616 Description Bessie is such a hard-working cow. In fact, she is so focused ...
分类:其他好文   时间:2015-05-21 12:47:44    阅读次数:101
HDP 2.2.4 Hue Oozie Editor生成workflow.xml的几点问题
如果你想让你手写的workflow.xml成功的倒入到Hue的Oozie Designer里,你需要注意如下几点: 关于chema的版本:oozie最高只能是0.4,hive-action最高只能是0.2, istcp-action最高只能是0.1!! 对于jobTracker和nameNode属性,hue的oozie designer生成的workflow.xml文件是hard code使用的!!...
分类:其他好文   时间:2015-05-21 10:51:17    阅读次数:152
git workflows
https://www.atlassian.com/git/tutorials/comparing-workflowsComparing WorkflowsThe array of possible workflows can make it hard to know where to begin ...
分类:其他好文   时间:2015-05-20 23:44:55    阅读次数:160
磁盘满导致mysql死锁
今天遇到一个问题,因为mysql所在机器的磁盘满了导致mysql死锁,连查询select都不行,要不是看mysql日志,还真找不到原因。         通过show processlist能看到第一条是个update语句,需要写入数据,因为磁盘满了,写入不了,导致mysql死锁。         查看mysql日志可以发现有告警日志:“[Warning] Disk is full writi...
分类:数据库   时间:2015-05-20 20:41:47    阅读次数:137
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!