注:本文转载于互联网.介绍:这是个是IE8的专用标记,用来指定IE8浏览器去模拟某个特定版本的IE浏览器的渲染方式(比如人见人烦的IE6),以此来解决部分兼容问题,例如模拟IE7的具体方式如下:但令我好奇的是,此处这个标记后面竟然出现了chrome这样的值,难道IE也可以模拟chrome了?迅速搜索...
分类:
Web程序 时间:
2015-03-15 16:28:47
阅读次数:
146
题目链接求让城市1到其他城市在保证最短路的情况下求最小花费,最短路水题。#include #include #include #include using namespace std;const int INF=1e9;struct edge{ int u,v; int len,cost...
分类:
其他好文 时间:
2015-03-15 02:02:37
阅读次数:
152
Problem Description
Cowl is good at solving math problems. One day a friend asked him such a question: You are given a cube whose edge length is N, it is cut by the planes that was paralleled to its ...
分类:
其他好文 时间:
2015-03-14 11:02:15
阅读次数:
171
Linux查看非root运行的进程
youhaidong@youhaidong-ThinkPad-Edge-E545:~$ ps -U root -u root -N
PID TTY TIME CMD
663 ? 00:00:00 dbus-daemon
713 ? 00:00:00 rsyslogd
730 ? ...
分类:
系统相关 时间:
2015-03-13 23:49:27
阅读次数:
450
Linux显示所有运行中的进程
youhaidong@youhaidong-ThinkPad-Edge-E545:~$ ps aux | less
USER PID %CPU %MEM VSZ RSS TTY STAT START TIME COMMAND
root 1 0.0 0.1 33788 3172 ? Ss ...
分类:
系统相关 时间:
2015-03-13 23:48:59
阅读次数:
1104
Linux查看当前正在运行的进程
youhaidong@youhaidong-ThinkPad-Edge-E545:~$ ps
PID TTY TIME CMD
2576 pts/0 00:00:00 bash
2695 pts/0 00:00:00 ps...
分类:
系统相关 时间:
2015-03-13 23:48:52
阅读次数:
804
Linux查看用于终止进程命令
youhaidong@youhaidong-ThinkPad-Edge-E545:~$ ps
PID TTY TIME CMD
2576 pts/0 00:00:00 bash
2742 pts/0 00:00:00 ps
youhaidong@youhaidong-ThinkPad-Edge-E545:~$ kill...
分类:
系统相关 时间:
2015-03-13 23:48:03
阅读次数:
380
Linux查看系统中的每个进程
youhaidong@youhaidong-ThinkPad-Edge-E545:~$ ps -A
PID TTY TIME CMD
1 ? 00:00:01 init
2 ? 00:00:00 kthreadd
3 ? 00:00:00 ksoftirqd/0
...
分类:
系统相关 时间:
2015-03-13 23:47:02
阅读次数:
3403
http://zmywly8866.github.io/2014/12/16/android-remove-scroll-edge-halo.html 当我们使用SrollView、GrdiView、ListView、ViewPager带有滑动功能的组件时,滑动到边缘时总会出现类似于下图的光晕效果。 这是用...
分类:
移动开发 时间:
2015-03-13 20:55:07
阅读次数:
142
Problem Description
Cowl is good at solving math problems. One day a friend asked him such a question: You are given a cube whose edge length is N, it is cut by the planes that was paralleled to its side planes into N * N * N unit cubes. Two unit cubes may...
分类:
其他好文 时间:
2015-03-12 15:08:38
阅读次数:
216