:D 很有趣的debug程序,大家自己看看吧! e100 33 f6 bf 0 20 b5 10 f3 a5 8c c8 5 0 2 50 68 13 1 cb e 1f be a1 1 bf 0 1 e11b 6 57 b8 11 1 bb 21 13 89 7 4b 4b 48 79 f9 ad 86 e0 8b c8 bd ff ff e8 20 e134 0 3d 0 1 74 1a 7f 3 aa eb f3 2d ff 0 50 e8 f 0 5a f7 d8 8b d8 26 8a 1 aa e14f 4a 75 f9 eb de cb 57 bb 21 13 8b c1 40 f7 27 f7 f5 8b fb ba 11 1 4f 4f 4a e168 39 5 7f f9 52 8b c5 f7 25 f7 37 2...
by 轩辕砍刀 - 软件配置管理 - 2003-06-23 02:12:49 阅读(2624) 回复(7)
run 文件: #!/bin/csh foreach comp (`awk '{print $4}' list`) awk '{if ($2==comp) print $2,$3}' all >> match endif end list file 如下: aaa bbb ccc ddd all file: DDD aaa path1/aaa DDD XXX ABC DDD bbb path2/bbb DDD ABC AA DDD ccc path3/ccc DDD AA HG DDD ddd path4/ddd 希望结果是: aaa path1/aaa bbb path2/bbb ccc path3/ccc ddd path4/ddd 但是郁闷的是结果不对,
:? hao, i'm new to linux. and i just installed netscape here goes the error: Gtk-WARNING **: invalid cast from `GtkSuperWin' to `GtkWidget' Gtk-WARNING **: invalid cast from `GtkSuperWin' to `GtkWidget' Gtk-WARNING **: invalid cast from `GtkSuperWin' to `GtkWidget' Gtk-WARNING **: invalid cast from `GtkSuperWin' to `GtkWidget' Gtk-WARNING **: invalid cast from `GtkSuperWin' to `GtkWidget...
--------------------Configuration: mydlltest - Win32 debug-------------------- Linking... mydlltestView.obj : error LNK2001: unresolved external symbol __imp__fun debug/mydlltest.exe : fatal error LNK1120: 1 unresolved externals Error executing link.exe. mydlltest.exe - 2 error(s), 0 warning(s)
各位大大,帮忙看下debug信息,是什么问题: [johnpa@FCA-EDI .ssh]$ ssh -l caedi 192.168.180.9 -p22 -v OpenSSH_4.3p2, OpenSSL 0.9.8e-fips-rhel5 01 Jul 2008 debug1: Reading configuration data /etc/ssh/ssh_config debug1: Applying options for * debug1: Connecting to 192.168.180.9 [192.168.180.9] port 22. debug1: Connection established. debug1: identity file /home/johnp/.ssh/identity type -1 debug1: ide...
按照《squid中文权威指南》的第16章-调试与故障处理中的调试方法 编辑squid.conf文件,设置debug_options行如下: debug_options ALL,1 33,2 然后,重配置squid: # squid -k reconfigure 书中说道现在会对每个客户端请求以及每个响应,squid都写一条消息到cache.log。该消息包含了请求方式,URI,是否请求/响应被允许或拒绝,以及与之匹配的最后ACL的名字。例如: 2003/09/29 20:22:05| The request GET is ALLOWED, ...
请教一下各位高手 我的squid配置好了以后我在本地通过固定hosts把一个URL的域名指向squid。然后再用wget去抓这个URL。结果没有反应~wget返回: HTTP request sent, awaiting response... Read error (Connection reset by peer) in headers. Giving up. Squid的access.log里面什么也没有 在squid上wget这个URL是没有什么问题的,squid.conf中指定了nameserver,wget能直接到源站上去抓数据。 请问我的debug_options应该怎么设置...