码迷,mamicode.com
首页 >  
搜索关键字:head tail ‘tail -f’ ‘tail -f’    ( 36072个结果
Linux tail与Tomcat一同使用的注意点
昨天,所有系统瞬间挂掉,通过查看日志,发现catalina.out在关闭的时候不一样的地方:org.apache.coyote.AbstractProtocol pausePausing ProtocolHandlerorg.apache.catalina.core.StandardService ...
分类:系统相关   时间:2014-10-31 11:45:22    阅读次数:438
可以执行系统命令的ASP原码放送
注意的是,程序运行必须有FileSystemObject支持。以下是远程执行命令的原代码。 copy下来另存为execute.asp. <html> <head> <meta http-equiv="Content-Language" content="zh-cn"> <meta http...
分类:Web程序   时间:2014-10-31 09:56:39    阅读次数:342
HTML、XHTML、css速记
一、HTML以下内容记录常用的html元素,可另存为html文件以查看效果:<!doctypehtml><htmllang="zh-cn"><head><!--meta属性提供页面元信息,不显示--><metacharset="UTF-8"><metaname="Generator"content="EditPlus"/><metaname="Author..
分类:Web程序   时间:2014-10-31 06:31:55    阅读次数:308
jQuery插入,复制、替换和删除节点
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd"> <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8"> <title>jQuery插入,...
分类:Web程序   时间:2014-10-31 00:00:49    阅读次数:231
UVA11090 Going in Cycle!! 【SPFA】
题意:求一个无向图的边权平均值最小的环思路:假设环中Σwi/t#include #include#include #include #define maxn 90000#define esp 0.00000001using namespace std;int head[maxn],point[max...
分类:其他好文   时间:2014-10-30 19:07:36    阅读次数:225
(Factory method)工厂方法设计模式
适用场景:代码中经常会出现:根据条件创建实现了同一个接口的不用类实例,而这些判定条件可能随时变动,导致我们这个不得不去改动很多代码。备注:工厂方法在Head First中,被认为不是设计模式的一种,但人们经常使用,大家习惯性的叫,久了也就言传为“工厂方法模式”。解决了什么问题例如:string db...
分类:其他好文   时间:2014-10-30 13:10:26    阅读次数:161
html5关于定位功能的实现
<!DOCTYPE html> <html> <head> ? ? <meta http-equiv="Content-Type" content="text/html; charset=utf-8"/> ? ? <!--meta name="format-detection" content="telephone=no"/> ? ? <meta name="viewport" ...
分类:Web程序   时间:2014-10-30 12:00:47    阅读次数:176
nand flash相关
关于nandflash的说明,请参考其他。现在先贴出来韦东山先生的代码,作我学习之用。@******************************************************************************@ File:head.s@ 功能:设置SDRAM,将程...
分类:其他好文   时间:2014-10-29 21:26:01    阅读次数:178
cut
zzx@sdcm152:~$ cat /etc/passwd |cut -f1 -d:|head -3 #或者 cut -f1 -d : 或者 cut -f1 -d ':'rootdaemonbinzzx@sdcm152:~$ cat /etc/passwd |cut -f1,3 -d:|h...
分类:其他好文   时间:2014-10-29 21:22:35    阅读次数:113
git 命令行
1. ? git init 2 . ?git add file? ? ? ? git commit -m "message" 3. ? git log ? ? ? ?git log --graph --pretty=oneline --abbrev-commit 4. ? git reflog 5. ? git reset --hard HEAD^ ? ? ?...
分类:其他好文   时间:2014-10-29 19:53:42    阅读次数:241
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!