1
Linux 討論版 / Re: 使用wireshark的問題
« 於: 2013-12-04 13:56 »
試試看在家目錄能不能找到 .wireshark 的資料夾或檔案
有的話刪掉
應該就能回到第一次啟動 wireshark 的狀態了
有的話刪掉
應該就能回到第一次啟動 wireshark 的狀態了
這裡允許您檢視這個會員的所有文章。請注意, 您只能看見您有權限閱讀的文章。
<style>
#div1 {
}
#div2 {
}
#aaa {
float: left;
width: 200px;
height: 200px;
background: red;
}
#bbb {
float: left;
width: 200px;
height: 200px;
background: yellow;
}
#ccc {
float: left;
width: 200px;
height: 200px;
background: green;
}
#ddd {
float: left;
width: 200px;
height: 200px;
background: blue;
}
#eee {
float: left;
width: 200px;
height: 200px;
background: purple;
}
#fff {
float: left;
width: 200px;
height: 200px;
background: cyan;
}
</style>
<div>
<div id="div1">
<div id="aaa"></div>
<div id="bbb"></div>
<div id="ccc"></div>
</div>
<div style="clear: both;"></div>
<div id="div2">
<div id="ddd"></div>
<div id="eee"></div>
<div id="fff"></div>
</div>
<div style="clear both;"></div>
</div>
</body>
[mysqld]
character-set-server=utf8
collation-server=utf8_general_ci
bindkey "\e[1~" beginning-of-line
bindkey "\e[7~" beginning-of-line
error_log = filename
其實一開始我寫的是
5,10,15,20,25,30,35,40,45,50,55 * * * * foo
0 * * * * foo
可是,這跟
0,5,10,15,20,25,30,35,40,45,50,55 == */5
不是一樣嗎?
至於 */5 這在 linux ok,有些UNIX不吃這套。
0,5,10,15,20,25,30,35,40,45,50,55 * * * * foo
0 * * * * foo
這樣如何?