企业软件包管理过程中,源中一个服务的安装包有很多版本,导致打包创建索引时非常非常慢,这个shell脚本就是用来解决这个问题。(企业实习时写的第一个脚本)#!/bin/bash
rm-fr~/update2>/dev/null
mkdir~/update
read-p"PleaseinputyourabsolutePATH:(yourpathshouldendwit..
分类:
其他好文 时间:
2014-07-29 15:56:09
阅读次数:
210
Problem Description
In Diagon Alley ,there is only one Wand-seller,peeling gold letters over the door read Ollivanders: Makers of Fine Wands since 382 BC.A single wand lay on a faded purple cushion i...
分类:
其他好文 时间:
2014-07-29 14:59:59
阅读次数:
242
??1.函数介绍 close(关闭文件) 相关函数 open,fcntl,shutdown,unlink,fclose 表头文件 #include 定义函数 int close(int fd); 函数说明 当使用完文件后若已不再需...
分类:
系统相关 时间:
2014-07-29 14:17:39
阅读次数:
391
??
Description
Keeping track of all the cows can be a tricky task so Farmer John has installed a system to automate it. He has installed on each cow an electronic ID tag that the system will read ...
分类:
其他好文 时间:
2014-07-29 13:22:46
阅读次数:
212
len = cyg_io_read(ser_handle1, ucMasterRTURcvBuftmp, &len);//len等于0,cyg_io_read读到的字节数在参数中的红色的len,而不是前面的lencyg_io_read函数的说明中有:Syntax:Cyg_ErrNocyg_io_re...
分类:
其他好文 时间:
2014-07-29 12:19:16
阅读次数:
152
关掉虚拟机。 VM->Settings,选中Hard Disk,在右边出现了Utilities的一个下拉栏,OK,点击它选择Map,这时弹出一个“Map Virtual Disk”窗口,选择系统分区,将“Open file in read-only mode”的默认选择去掉,这时会有个警告的提示框。...
分类:
其他好文 时间:
2014-07-29 11:38:06
阅读次数:
222
#coding:utf-8importConfigParserclassConf():def__init__(self,name):self.name=nameself.cp=ConfigParser.ConfigParser()self.cp.read(name)defgetSections(se...
分类:
编程语言 时间:
2014-07-29 11:25:16
阅读次数:
290
Time Limit: 1000MSMemory Limit: 65536KTotal Submissions: 3394Accepted: 2172DescriptionYour task is to read a picture of a chessboard position and prin...
分类:
其他好文 时间:
2014-07-29 11:07:46
阅读次数:
355
block变量上一篇 讲的是block静态变量的特性,这里我们来看一下_block变量。引用官方:You can specify that an imported variable be mutable—that is, read-write— by applying the__blockstora...
分类:
其他好文 时间:
2014-07-29 10:30:16
阅读次数:
287
#include ssize_t read(int fd, void *buf, size_t count);DESCRIPTION read() attempts to read up to count bytes from file descriptor fd into the buffer.....
分类:
其他好文 时间:
2014-07-28 23:56:34
阅读次数:
548