can anybody help me to interpret this ipx sap a filter command: Access-list 1011 permit -1 4 TIA! :D
I heard that Solaris support log filesystem, which like ext3 in some way. so, howto :?: thanks
Can somebody tell me how to clean up the log file,got any shell or c programs?Thx in advance, I am a newbie
Hi guies: I wan to log some trafic through the cisco device. Such as some ICMP package. how to turen on the log to get these message. Thanks
Don't use System.out.println! We should use log4j or other logger. this is my simple guide to use log4j in project. import org.apache.log4j.Category; import org.apache.log4j.PropertyConfigurator; import org.apache.log4j.Priority; import java.io.Serializable; import java.io.FileInputStream; import java.util.Properties; import java.util.Enumeration; import java.util.Hashtable; /** * A wrapper tool...
大家好: 我想不用浏览器,直接通过程序发送http请求来完成登陆动作,但是我用sniffer抓包后发现,提交的登陆表单里,密码都被加了密,也就是说,http请求里不可以直接发送密码,可是该怎么登陆呢?? 1 billion thanks small_snap
大家好: 我想不用浏览器,直接通过程序发送http请求来完成登陆动作,但是我用sniffer抓包后发现,提交的登陆表单里,密码都被加了密,也就是说,http请求里不可以直接发送密码,可是该怎么登陆呢?? 1 billion thanks small_snap
I append two group behind old three groups. alter system switch logfile; alter system switch logfile; ///hangs......... ^C select * from v$log; group 1,2,3 is in INACTIVE, group 4 is ACTIVE, group5 is CURRENT... alter database drop logfile group 1; Error is: ORA-16038: log 1 seqence# 4 cannot be archived ORA-00312: ORA-00312: Thanks in advance!