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
一、基础1、创建数据库CREATEDATABASEdatabase-name2、删除数据库dropdatabasedbname3、备份sqlserver---创建备份数据的deviceUSEmasterEXECsp_addumpdevice‘disk‘,‘testBack‘,‘c:\mssql7backup\MyNwind_1.dat‘---开始备份BACKUPDATABASEpubsTOtestBack4、创建新表createtablet..
分类:
数据库 时间:
2014-09-30 04:57:04
阅读次数:
308
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
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
最近的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
一、简介NSClient++官网:http://www.nsclient.org/1、利用NSClient++监控的资源CPU负载内存占有率Disk利用率服务状态运行的进程等2、NSClient++监控的工作原理只需要在被监控机上安装NSClient++,则不需要安装更多额外的插件。当监控主机将监控请求发给NSClient++后,NSClient..
分类:
移动开发 时间:
2014-09-28 11:11:52
阅读次数:
474
[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
今天使用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
1、解压vs2010的ISO文件,里面会有个ProductDocumentation文件夹,其实这个就是安装MSDN的文件夹了。 2、先安装vs2010,运行vs2010,点击help,打开manage help settings,选择install content from disk,路径选择您刚...
分类:
其他好文 时间:
2014-09-26 18:29:18
阅读次数:
132