码迷,mamicode.com
首页 >  
搜索关键字:head tail ‘tail -f’ ‘tail -f’    ( 36072个结果
[leetcode]Remove Nth Node From End of List
Remove Nth Node From End of ListGiven a linked list, remove thenthnode from the end of list and return its head.For example, Given linked list: 1->2.....
分类:其他好文   时间:2014-07-22 22:53:35    阅读次数:220
Hello world!
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en"> <head> ? ? <met...
分类:其他好文   时间:2014-07-21 10:30:36    阅读次数:221
富文本编辑器焦点
<!DOCTYPE?html?PUBLIC?"-//W3C//DTD?XHTML?1.0?Strict//EN"?"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> <html?xmlns="http://www.w3.org/1999/xhtml"?xml:lang="en"> <head> <style?type=...
分类:其他好文   时间:2014-07-21 10:28:33    阅读次数:569
子窗口调用父页面js实例
父页面代码: <%@?page?contentType="text/html;?charset=GBK"%> <html> <head> <meta?http-equiv="Content-Type"?content="text/html;?charset=GBK"?/> <title>new_page_title</title> <script?type="t...
分类:Web程序   时间:2014-07-21 10:09:02    阅读次数:282
html中div
<!DOCTYPEhtmlPUBLIC"-//W3C//DTDHTML4.01Transitional//EN""http://www.w3.org/TR/html4/loose.dtd"><html><head><metahttp-equiv="Content-Type"content="text/html;charset=UTF-8"><title>你爸爸</title><!--CSS样式--><style..
分类:Web程序   时间:2014-07-20 03:24:36    阅读次数:251
[leetcode]Swap Nodes in Pairs
Swap Nodes in PairsGiven a linked list, swap every two adjacent nodes and return its head.For example,Given1->2->3->4, you should return the list as2-...
分类:其他好文   时间:2014-07-19 22:25:10    阅读次数:210
AIX 内存使用情况
cat > WHAT_EVER_YOU_WANT.sh#!/usr/bin/ksh#memory calculatorum=`svmon -G | head -2|tail -1| awk {'print $3'}`um=`expr $um / 256`tm=`lsattr -El sys0 -a ...
分类:其他好文   时间:2014-07-19 18:14:29    阅读次数:294
广义表
结点类型定义: 1 /* 2 * 结点类型 3 */ 4 enum NodeType { head, atom, sublist }; 5 6 /* 7 * 定义广义表的结点结构(注意union的使用) 8 */ 9 struct Node10 {11 Boolean flag;...
分类:其他好文   时间:2014-07-19 09:16:35    阅读次数:257
侦听服务端口
myport(){foridolsof-i:$i|tail-n+2|tr-s‘‘|cut-d‘‘-f1,8|sort|uniq>portif[[-sport]]thenwhilereadserprodoecho$serislistening:$pro$iportdone<portelseecho$iportisnotlisteningfidone}myport$@效果:分析:tail的使用-n+2是从第2行开始显示tr(translate缩写)主要用..
分类:其他好文   时间:2014-07-19 02:17:55    阅读次数:234
如何给网站页面添加图标?
问题:如何给网站页面添加图标?解决办法:只要在head内添加这一句即可。
分类:Web程序   时间:2014-07-19 00:23:52    阅读次数:201
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!