Linux显示版本信息并退出
youhaidong@youhaidong-ThinkPad-Edge-E545:~$ cat --version
cat (GNU coreutils) 8.21
Copyright (C) 2013 Free Software Foundation, Inc.
许可证:GPLv3+:GNU 通用公共许可证第3 版或更新版本。
本软件是自由软件:您可以自由...
分类:
系统相关 时间:
2015-02-03 21:25:05
阅读次数:
205
这几天在玩 HTML5 ★ Boilerplate,注意到meta信息中有这么一句:复制代码代码如下:http-equiv="X-UA-Compatible"这个是IE8的专用标记,是用来指定Internet Explorer 8 浏览器模拟某个特定版本IE浏览器的渲染方式,以此来解决IE浏览器的兼...
分类:
Web程序 时间:
2015-02-03 17:00:43
阅读次数:
226
效果图: <html>
<head>
<meta?charset="utf-8">
<meta?http-equiv="X-UA-Compatible"?content="IE=edge">
</head>
<body>
<div?id="main"?style="100%;?height:?100%;"></div>
</body>
<script?src="ec...
分类:
其他好文 时间:
2015-02-03 11:23:18
阅读次数:
297
<!DOCTYPE?html>
<html>
<head>
<meta?charst="utf-8">
<meta?http-equiv="X-UA-Compatible"?content="IE=edge">
<!--?user-scalable=no?在移动设备浏览器上,禁止用户缩放(zooming)?-->
<meta?name="v...
分类:
其他好文 时间:
2015-02-02 16:16:03
阅读次数:
155
#include
#include
#include
using namespace std;
const int maxn = 10010;
struct edge
{
int v, next;
}e[maxn*2];
int first[maxn], cnt;
int top[maxn], dep[maxn], sz[maxn], f[maxn], son[maxn], rank[m...
分类:
其他好文 时间:
2015-02-02 14:10:08
阅读次数:
107
文章摘要:本文介绍了PowerEdge R720服务器的内存功能。内容包括支持的内存类型、安装规则和一般故障诊断。
问题1:R720系统内存指南
Power Edge R720支持DDR3无缓冲ECC DIMM (ECC UDIMM)、已注册的DIMM (RDIMM)和减少负载的DIMM (LRDIMM)。
Power Edge R720支持DDR3无缓冲ECC...
分类:
其他好文 时间:
2015-02-02 10:53:44
阅读次数:
922
firefox广告拦截插件:Adblock Plus Adblock Edge Adblock Plus Pop-up Addon如果不能更新,则需要修改HOST:117.18.232.191 addons.cdn.mozilla.net117.18.232.191 mozorg.cdn.mozil...
分类:
其他好文 时间:
2015-02-01 09:34:30
阅读次数:
245
Linux显示使用者将不能利用交谈式指令来对行程
youhaidong@youhaidong-ThinkPad-Edge-E545:~$ top -s
top - 19:23:34 up 52 min, 2 users, load average: 0.11, 0.20, 0.34
Tasks: 196 total, 1 running, 195 sleeping, 0 s...
分类:
系统相关 时间:
2015-01-31 20:42:19
阅读次数:
317
Linux显示检查设置文件中的语法是否正确
youhaidong@youhaidong-ThinkPad-Edge-E545:~$ apachectl [conflgtest]
程序“apachectl”尚未安装。 您可以使用以下命令安装:
sudo apt-get install apache2
youhaidong@youhaidong-ThinkPad-Edge-E545:~$ s...
分类:
系统相关 时间:
2015-01-31 19:25:57
阅读次数:
343
Linux显示服务器完整的状态信息
youhaidong@youhaidong-ThinkPad-Edge-E545:~$ apachectl [fullstatus]
Usage: /usr/sbin/apache2 [-D name] [-d directory] [-f file]
[-C "directive"] [-c "dir...
分类:
系统相关 时间:
2015-01-31 19:23:46
阅读次数:
213