码迷,mamicode.com
首页 >  
搜索关键字:head tail ‘tail -f’ ‘tail -f’    ( 36072个结果
HTML 头部标签
常用的 HTML 头部标签https://github.com/yisibl/blog/issues/1HTML head 头标签http://blog.jobbole.com/78592/模式?标准 (浏览器渲染模式)http://padding.me/blog/2014/07/04/mode-o...
分类:Web程序   时间:2014-10-24 10:53:24    阅读次数:302
highCharts图标-线性图标实例
<!doctype html> <html lang="en"> ?? ?<head> ?? ??? ?<script type="text/javascript" src="./jquery-1.11.1.min.js"></script> ?? ??? ?<script type="text/javascript" src="./highcharts.js...
分类:其他好文   时间:2014-10-23 21:11:40    阅读次数:205
bootstrap 第二天
1.导航元素,导航栏模拟淘宝网的导航<!DOCTYPEhtml><html><head><title>Bootstrap实例-嵌套列</title><linkhref="./bootstrap/css/bootstrap.min.css"rel="stylesheet"><scriptsrc="./scripts/jquery.min.js"></script><sc..
分类:其他好文   时间:2014-10-23 20:57:15    阅读次数:284
ACM学习历程——HDU4472 Count(数学递推) (12年成都区域赛)
DescriptionProf. Tigris is the head of an archaeological team who is currently in charge of an excavation in a site of ancient relics. This site conta...
分类:其他好文   时间:2014-10-23 18:58:54    阅读次数:185
jquery highcharts组件实例
<html> ??? <head> ??????? <title>highcharts报表示例</title> ??????? <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/> ??????? <script type="text/javascr...
分类:Web程序   时间:2014-10-23 17:53:49    阅读次数:324
java程序中json取值问题
public?static?void?main(String[]?args)?{ ????????String?jsonStr?=?"{‘head‘:{‘version‘:‘1‘},‘dataList‘:{‘resCode‘:‘ss‘,‘list‘:[{‘name‘:‘file1‘,‘type‘:‘0‘},{‘name‘:‘file2‘,‘type‘:‘1‘}...
分类:编程语言   时间:2014-10-23 16:34:40    阅读次数:305
u盘在linux系统下文件只读方式的解决方案
我用的时ubuntu系统,经常使用u盘来传送文件,最近不知道为什么,u盘在window可以正常使用,但是到linux下文件就变成了只读方面了,没法进行复制,粘贴了.上网查找,发现方法比较简单,经过改变,变得更加实用的.所以记录下来.以供大家分享. 最好在root用户下执行如下命令: (1) 先执行此命令   tail -f /var/log/syslog (2) ...
分类:系统相关   时间:2014-10-23 14:35:24    阅读次数:215
codeforces 468B 2-sat
今天明白了2-SAT; 表示对一对整数之间的关系是否存在 #include #include #include #include #include using namespace std; const int Maxn = 1e5+10; int mark[Maxn << 1]; int s[Maxn * 2],top,tp; int head[Maxn*2]; map mp; int x...
分类:其他好文   时间:2014-10-23 12:26:34    阅读次数:281
玩转 Shell 之:Shell 命令 Buffer 知多少?
1、问题: 下午有同学问了这么一个问题: tail -n +$(tail -n1 /root/tmp/n) -F /root/tmp/ip.txt 2>&1| awk ‘ARGIND==1{i=$0;next}{i++;if($0~/文件已截断/){i=0};print $1"---"i;print i >> "/root/tmp/n"}‘ /...
分类:系统相关   时间:2014-10-23 07:04:31    阅读次数:386
bootstrap datetimepicker 时间控件的使用
<!DOCTYPEhtmlPUBLIC"-//W3C//DTDHTML4.01Transitional//EN""http://www.w3.org/TR/html4/loose.dtd"><html><head><linkhref="static/bootstrap-datetimepicker-master/sample-in-bootstrap-v2/bootstrap/css/bootstrap.min.css"rel="stylesheet"media="s..
分类:其他好文   时间:2014-10-23 06:56:04    阅读次数:753
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!