ChinaUnix.net
相关文章推荐:

PLS00905 object

rsh 到某台机器 提示:rlogind: open /dev/ptmx: No such device. rlogin: connection closed. ------- 登不上去,求高手帮助

by kofwinner - Solaris - 2005-11-03 11:14:14 阅读(718) 回复(1)

相关讨论

我从没学过SHELL,最近看了一些例子,写了一个SHELL,但有错误,请高手指点 #!/bin/sh path0=$0 path1=` echo $path0 | awk '{temp=substr($0,1,index($0,"monitor.sh")-1);printf temp}'` echo "start path is" $path1 pid=` ps -ef|grep mcmagent |grep -v grep | awk '{print $2}'` if ( test X"$pid" = "X" ) then echo mamagent is not running... else echo mamagent is running .... fi cd $path1 ********** 执行不成...

by jack4pop - Shell - 2003-09-05 10:38:39 阅读(763) 回复(2)

class FirstClass: pass class SecondClass: pass class ThirdClass: pass Instances = [] for ClassType in [FirstClass, SecondClass, ThirdClass]: Instances.append(ClassType()) print Instances 本文来自ChinaUnix博客,如果查看原文请点:http://blog.chinaunix.net/u1/35936/showart_346641.html

by wxPhoenix - Python文档中心 - 2007-07-25 17:35:48 阅读(1186) 回复(0)

本文转自: http://www.alvestrand.no/objectid/ What is an object identifier?object identifiers are, basically, strings of numbers. They are allocated in a hierarchical manner, so that, for instance, the authority for "1.2.3" is the only one that can say what "1.2.3.4" means. They are used in a variety of protocols. The formal definition of OIDs comes from ITU-T recommendation X.208 (ASN.1), wh...

by linxh - 网络技术文档中心 - 2007-07-01 00:18:37 阅读(524) 回复(0)

array convert to list: import java.util.Arrays; String[] classCheckbox = questionActionForm.getClassCheckbox(); List classIds = new ArrayList(); classIds = Arrays.asList(classCheckbox); set convert to list: Set classifications = question.getClassifications(); List classificationsList = new ArrayList(); classificationsList.addAll(classifications); 本文来自ChinaUnix博客,如果查看原文请点:...

by liangbao586 - Java文档中心 - 2007-06-28 19:01:13 阅读(672) 回复(0)

objects are key to understanding object-oriented technology. Look around right now and you'll find many examples of real-world objects: your dog, your desk, your television set, your bicycle. Real-world objects share two characteristics: They all have state and behavior. Dogs have state (name, color, breed, hungry) and behavior (barking, fetching, wagging tail). Bicycles also have state ...

by jim153 - Java文档中心 - 2007-06-18 16:11:49 阅读(563) 回复(0)

新年到了,祝大家新年快乐! 这几天看了下pil,然后也google下,写了个玩的,里面watermark那个函数根据 网上发的zope里那个改的,其他的自己写的,做成exe的时候老出错,后来我把 pil库换成1.1.6就没问题了。 [code] #-*- coding:GBK -*- #========================== #The work with a picture! #The MIT License #Emal:ghostwwl@gmail.com # edit by Ghostwwl #========================== import Image import ImageDraw im...

by ghostwwl - Python - 2007-01-02 00:20:33 阅读(2214) 回复(1)

# errpt -aj FE9E9357 -s 0427120006 --------------------------------------------------------------------------- LABEL: SSA_DEVICE_ERROR IDENTIFIER: FE9E9357 Date/Time: Thu Apr 27 12:00:00 Sequence Number: 3639 Machine Id: 0008FC8F4C00 Node Id: SAPDATA Class: H Type: PERM Resource Name: ssa0 Resource Class: adapter Resource Type: ssa160 Loca...

by rinehart - AIX - 2006-04-27 17:46:32 阅读(1659) 回复(9)

pls help me how to input the chinese

by ldsding - Linux论坛 - 2005-09-17 17:50:59 阅读(692) 回复(2)