码迷,mamicode.com
首页 >  
搜索关键字:usage mount    ( 5909个结果
zTree实现地市县三级级联报错(三)
zTree实现地市县三级级联报错(三) 1、具体报错如下 usage: java org.apache.catalina.startup.Catalina [ -config {pathname} ] [ -nonaming ] { -help | start | stop } 2014-5-11 22:37:22 org.apache.catalina.core.AprLifecy...
分类:其他好文   时间:2014-05-13 08:20:27    阅读次数:661
Linux作业(三)-shell统计某文章中出现频率最高的N个单词并排序输出出现次数
#!/bin/bash if [ $# -ne 2 -a $# -ne 1 ] ;then echo "usage: `basename $0 ` [n] input file " echo exit fi if [ $# -eq 1 ];then I_TOP=10 I_FILE=$1 fi...
分类:系统相关   时间:2014-05-13 06:21:24    阅读次数:454
Python写的一个优美的定时器,定时精度可调
# -* coding: utf-8 -*- import sys import os import getopt import threading import time def Usage(): usage_str = '''说明: \t定时器 \timer.py -h 显示本帮助信息,也可以使用--help选项 \timer.py -d num 指定一个延时时间(以毫秒为单位)...
分类:编程语言   时间:2014-05-12 06:29:06    阅读次数:428
Android adb shell启动应用程序的方法
在Android中,除了从界面上启动程序之外,还可以从命令行启动程序,使用的是命令行工具am.usage: am [subcommand] [options] start an Activity: am start [-D] -D: enable debugging send a broadcast...
分类:移动开发   时间:2014-05-12 01:45:49    阅读次数:373
debian 挂载移动硬盘后部分分区无法识别。
有一块新买的1T的移动硬盘。买来格式化成ntfs后简单的分了几次区。 4G的硬盘PE,100G的快速交互,剩余800多G分成了两个对等的存储盘。 插到电脑USB接口后, 桌面自动弹出了4个盘符。 打开前2个都没有什么问题, 写读都正常。后面两个一双击就会报错: Error mounting: mount exited with exit code 1: helper failed wi...
分类:移动开发   时间:2014-05-11 20:51:27    阅读次数:664
安装orcle10g oel5.6
一、安装OEL 5.6 二、安装VMware Tools 1)  选择菜单里的VM选项,里面有一个子选项是installVMware Tools,选择它。 2)   回到操作系统,将光驱挂载到/mnt 下  [root@tyger~]# mount /dev/cdrom /mnt mount:block device /dev/cdrom is write-protected, mou...
分类:其他好文   时间:2014-05-11 07:15:48    阅读次数:431
boost日期用法
// boost2.cpp : 定义控制台应用程序的入口点。 //boost gregorian_date usage //made by davidsu33 2014-5-10 #include "stdafx.h" #include #include #include #include #include using namespace std...
分类:其他好文   时间:2014-05-11 03:46:57    阅读次数:814
mount 中文手册
MOUNT(8) System Administration MOUNT(8)名称 mount - 挂载文件系统语法 mount [-lh...
分类:其他好文   时间:2014-05-10 02:38:33    阅读次数:506
Windows 8 Disk Usage Keep up 100%
Recentlyifindthewindows8DiskUsagealwayskeepup100%,Itmustbehavesomeissue.Step1.GointoOpenTaskManagerStep2.GotoDetailstabStep3.Rightclickthecolumnsheadersandclick"SelectColumns"Step4.Fromthe"SelectColumns"window,check:I/OReads,I/OWrites,I/Oreadbytes,I/Owriteb..
分类:Windows程序   时间:2014-05-09 21:42:34    阅读次数:365
CA.sh分析
#viCA.sh看结构:定义两个函数(32-55,57-59*);第二个函数,比较使用啊,可以收藏。第二个函数usage(){echo"usage:$0-newcert|-newreq|-newreq-nodes|-newca|-sign|-verify">&2}最终的效果就是这样(实现见后边);init.d下的脚本常常有,用起来挺好。
分类:其他好文   时间:2014-05-08 17:04:29    阅读次数:253
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!