码迷,mamicode.com
首页 >  
搜索关键字:disk    ( 2742个结果
Saving Files
Android uses a file system that's similar to disk-based file systems on other platforms. This lesson describes how to work with the Android file system to read and write files with the FileAPIs....
分类:其他好文   时间:2014-10-01 02:01:01    阅读次数:339
SQL语句,基础篇
一、基础1、创建数据库CREATEDATABASEdatabase-name2、删除数据库dropdatabasedbname3、备份sqlserver---创建备份数据的deviceUSEmasterEXECsp_addumpdevice‘disk‘,‘testBack‘,‘c:\mssql7backup\MyNwind_1.dat‘---开始备份BACKUPDATABASEpubsTOtestBack4、创建新表createtablet..
分类:数据库   时间:2014-09-30 04:57:04    阅读次数:308
CentOS项目实例之四--Apache配置
1.ZZSRV1上的WWW配置1.1.磁盘配置1.1.1.添加磁盘添加80GB的磁盘。#fdisk-l Disk/dev/sda:21.5GB,21474836480bytes,41943040sectors Units=sectorsof1*512=512bytes Sectorsize(logical/physical):512bytes/512bytes I/Osize(minimum/optimal):512bytes/512bytes Disklabeltype:..
分类:其他好文   时间:2014-09-28 19:10:36    阅读次数:332
CentOS项目实例之五--LVM配置
1.ZZSRV2上的LVM配置1.1.磁盘配置#fdisk-l Disk/dev/sda:21.5GB,21474836480bytes,41943040sectors Units=sectorsof1*512=512bytes Sectorsize(logical/physical):512bytes/512bytes I/Osize(minimum/optimal):512bytes/512bytes Disklabeltype:dos Diskidentifier:0x00012974 ..
分类:其他好文   时间:2014-09-28 18:20:06    阅读次数:290
ORA-27090 故障一例
最近的alert日志中碰到了ORA-27090的错误信息,其错误提示为Unable to reserve kernel resources for asynchronous disk I/O。根据这个提示来看是跟异步I/O相关的内核参数问题。下面是这个问题的描述与解决。1、故障错误信息Wed Sep 10 09:58:17 CST 2014Errors in file /u01/app/oracl...
分类:其他好文   时间:2014-09-28 16:41:34    阅读次数:178
Nagios利用NSClient++监控Windows主机
一、简介NSClient++官网:http://www.nsclient.org/1、利用NSClient++监控的资源CPU负载内存占有率Disk利用率服务状态运行的进程等2、NSClient++监控的工作原理只需要在被监控机上安装NSClient++,则不需要安装更多额外的插件。当监控主机将监控请求发给NSClient++后,NSClient..
分类:移动开发   时间:2014-09-28 11:11:52    阅读次数:474
嵌入式linux下自动定时检测硬盘空间并删除旧文件脚本
[plain] view plaincopyprint? #! /bin/sh  while true; do  i=`df -h | egrep '/mnt/yourpath'| awk '{print $5}' | cut -d "%" -f1 -`  if [ "$i" -ge 90 ]  then  echo "disk nearly full"  cd /mnt/your...
分类:系统相关   时间:2014-09-27 09:35:19    阅读次数:240
Win32DiskManager创建Linux启动盘U盘变小
今天使用Win32 Disk Manager创建Ubuntu server 12.04启动盘,写完后U盘变为2.1MB。解决:打开运行-〉diskpart,进入后输入list disk,列出磁盘列表图中我的U盘已还原至1997MB,原本是2.1MB,输入 select disk 盘号,也就是 sel...
分类:Windows程序   时间:2014-09-26 18:56:58    阅读次数:2307
安装msdn
1、解压vs2010的ISO文件,里面会有个ProductDocumentation文件夹,其实这个就是安装MSDN的文件夹了。 2、先安装vs2010,运行vs2010,点击help,打开manage help settings,选择install content from disk,路径选择您刚...
分类:其他好文   时间:2014-09-26 18:29:18    阅读次数:132
磁盘读取数据时间
disk-accessing
分类:其他好文   时间:2014-09-25 12:09:48    阅读次数:187
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!