这里以ethernet0/3为HA接口CLI命令行配置SSG-550M-1(M)setnsrpclusterid1setnsrprto-mirrorsyncsetnsrprto-mirrorroutesetnsrpvsd-groupid0priority50(配置vsd-groupid0优先级)setnsrpvsd-groupmaster-always-exist(配置总是有一台设备为MASTER)setnsrpmonitorinterfaceether..
分类:
其他好文 时间:
2015-09-10 17:46:40
阅读次数:
236
以Good和GoodStatus为例:一、注解仅添加在一方:@Entity@Table(name = "GOOD")@Where(clause="enabled=1") //Used for logical delete, disabled objects are always hiddenpubl...
分类:
Web程序 时间:
2015-09-10 10:45:02
阅读次数:
180
Once upon a time, in the Kingdom of Loowater, a minor nuisance turned into a major problem.The shores of Rellau Creek in central Loowater had always b...
分类:
其他好文 时间:
2015-09-09 22:47:37
阅读次数:
302
1.虚拟化环境配置(1)查看是否支持虚拟机说明1:半虚拟化是不能运行与安装KVM虚拟机的。[root@MySQL ~]# egrep '(vmx|svm)' --color=always /proc/cpuinfo(2)安装kvm软件包[root@MySQL ~]# yum -y install k...
分类:
其他好文 时间:
2015-09-09 14:46:54
阅读次数:
172
1.虚拟机设置->Options->Shared Folders,勾选Always enabled,Add主机的一个文件夹作为共享文件夹:2.虚拟机的/mnt/hgfs/中可以看到共享的文件夹及其文件:
分类:
其他好文 时间:
2015-09-09 11:05:59
阅读次数:
136
?The User Acceptance ProblemNorman CarnovalepEoplE AREn’T AlWAyS HAppy about new systems or major upgrades. This can pose a threat to the successful completion of a project.
It’s not uncommon for peop...
分类:
其他好文 时间:
2015-09-08 09:41:31
阅读次数:
125
Problem Description:Now I think you have got an AC in Ignatius.L's "Max Sum" problem. To be a brave ACMer, we always challenge ourselves to more diffi...
分类:
编程语言 时间:
2015-09-06 01:06:30
阅读次数:
294
Haybale GuessingTime Limit:1000MSMemory Limit:65536KTotal Submissions:2093Accepted:567DescriptionThe cows, who always have an inferiority complex abou...
分类:
其他好文 时间:
2015-09-04 14:08:41
阅读次数:
264
以前我曾一度傻乎乎的使用always @ (posedge signal)这样的代码去检测signal的上升沿,闹出了很多问题。当受实验室的一同学指教后,再也不会傻乎乎的这样干了。当然,你看完下文也不会这样干了。检测上升沿的原理:使用高频的时钟对信号进行采样,因此要实现上升沿检测,时钟频率至少要在信...
分类:
其他好文 时间:
2015-09-01 12:31:24
阅读次数:
222
题目传送门题意:题意难懂,就是一个小偷在m天内从城市1飞到城市n最小花费,输入的是每个城市飞到其他城市的航班。分析:dp[i][j] 表示小偷第i天在城市j的最小花费。状态转移方程:dp[i][j] = min (dp[i-1][k] + cost[k][j][t%day]) t表示在t天时k飞往j...
分类:
其他好文 时间:
2015-08-31 21:09:59
阅读次数:
160