ChinaUnix.net
相关文章推荐:

how to load nib from bundle

i'll install other OS to my PowerBook G3 Laptops. but i can't boot form cdrom. thks

by lnetlnet - Mac OS X - 2003-12-16 08:35:58 阅读(2159) 回复(1)

相关讨论

I can easily input a string to a variable from keyboad using $v=, but how can I input an array or list to an @v? I use dos command and perl Express 2.5. Do I need to use some specific symbols to seperate strings when trying to input from keyboard? Here is the code: #!/usr/bin/perl #Question: how to input array under DOS or in Perl Express for window? @userinput1= ('name','6'); print @use...

by moreyale - Perl - 2009-02-06 07:55:09 阅读(2004) 回复(7)

For example , char str[50] ="I like XH,but she doesn't like me"; char del = 'e'; After executing the code, the result str should not contain character 'e', that is to say, str should be modifyed to"I lik XH,but sh dosn't lik m" I write a solution,but it requires temporary memory. Any suggestion to improve it? Thx

by wilbur8415 - C/C++ - 2008-04-12 18:34:51 阅读(10205) 回复(35)

how to load modules needed by iptables? While setup iptables firewall,I met a strange question. I learned the following scripts frome the famous Iptables tutorail wirtten by Oscar Andreasson. If I input the following scripts ,and run it in a bash file. **************************** /sbin/modprobe ip_tables /sbin/modprobe ip_conntrack /sbin/modprobe iptable_filter /sbin/modprobe iptable...

by startopenbsd - 服务器架设 - 2006-03-07 10:41:03 阅读(1029) 回复(2)

Hi, all, As i changed the rules in ipf, i try to use ipf -D and ipf -E to restart the ipf But i found in man ipf said these two command to load the ipf rules in kernel version is not work...as i am using kernel version in my FreeBSD box... I don't want to reboot my FreeBSD box, how to do with it?? =============================================== -D Disable the filter (if enabled). ...

by kinux - BSD - 2003-03-10 06:05:42 阅读(1362) 回复(4)

没有什么技术含量。T_T 真简单 from parser import * class Memoryloader: def __init__(self): self.allFuncs = {} def loadfromStream(self, inStream, fileName = ""): ast = suite(inStream) ldist = {} eval(ast.compile(fileName), ldist) if not ldist.has_key('__exports__'): raise "'%s' must has __exports__ value"%fileName for f in ldis...

by jinti - Python文档中心 - 2008-06-24 00:54:42 阅读(1737) 回复(0)

本来用dbaccess做,但因为我要先删数据再load,万一某步出错无法全部回滚;后来在.ec中写,可esql又说不认load from 这样的语句。该怎么办???

by jchc - Informix - 2004-05-15 11:41:21 阅读(2149) 回复(12)

foxhis 1000.00MB foxlog 200.00MB foxdump.dat 131,508kb 1>; load database foxhis from foxdump 2>; go Backup Server session id is: 10. Use this value when executing the 'sp_volchanged' system stored procedure after fulfilling any volume change request from the Backup Server. Backup Server: 6.28.1.1: Dumpfile name 'foxhis50228809110 ' section number 0001 mounted on disk file '/backup/dump/fox...

by slj9999 - Sybase - 2003-06-18 19:38:22 阅读(1507) 回复(1)

在进行类似交叉编译之类的工作时,经常会遇到开发路径和目标工作路径不同的情况 环境变量 DESTDIR可以完美的解决这个问题 但是手册中该部分内容经常被忽略,特此列出,保留,备查 以下内容摘自make的手册中 [code] Every Makefile should define the variable `INSTALL', which is the basic command for installing a file into the system. Every Makefile should also define the variables `INSTALL_PROGRAM' and...

by net_robber - C/C++ - 2009-02-04 17:20:07 阅读(1188) 回复(0)

Hi, With command scadm, we can manage sc contents from solaris environment. The reason I like scadm command is that sometimes we got the server access, but don't know the password of sc, then we can reset the password of sc from within solaris. For M series server, with dscp service running, we can ssh the ip of "prtdscp -s" to access XSCF. Doesn't anyone know how to access SC/LOM from withi...

by shyjack - Solaris - 2009-01-03 06:59:57 阅读(1883) 回复(2)