cat -n access.log -n打印行号 more access.log 空格-下一页、回车-下一行、F-下一屏,百分比的下一个、B-上一屏 less access.log /查找 tail -n2 access.log -n2显示最后2行 -f监控最后追加的内容 head -n2 acce... ...
分类:
其他好文 时间:
2017-11-15 22:04:44
阅读次数:
199
本案例使用js方式及jquery实现页面中的搜索框,按回车键与按按钮响应达到相同的效果。<body>
<inputid="sousuo"type="text"placeholder="搜你想要的">
<inputtype="button"id="sub"value="搜索">
<divid="ti"></div>
</body>
原生js实现:..
分类:
Web程序 时间:
2016-04-14 22:41:40
阅读次数:
285