输入 passenger-install-nginx-module后,提示Unable to autodetect the currently active RVM gem set name. This could happen if you ran this program using 'sudo' instead of 'rvmsudo'. When using RVM, you're alw...
分类:
系统相关 时间:
2015-05-17 20:18:24
阅读次数:
254
Failover概述Failover与我们前面学习的HSRP很像,都可以说是提供故障恢复的功能。1.Active与Standby设备的健康状况是通过LAN-FO接口来监控的(类似于心跳线,也是通过一条线来连接两个PIX,实现状态监控、复制配置、状态转移);两个设备一个被配置为Primary设备,另一个作为Se..
分类:
其他好文 时间:
2015-05-17 02:12:22
阅读次数:
280
netstat命令用于显示各种网络相关信息,如网络连接,路由表,接口状态 (Interface Statistics),masquerade 连接,多播成员 (Multicast Memberships) 等等。 输出可分为两部分,一部分为n Active Internet connections ...
分类:
Web程序 时间:
2015-05-16 16:19:55
阅读次数:
113
css 之 ime-mode语法:ime-mode : auto | active | inactive | disabled取值:auto : 默认值。不影响ime的状态。与不指定 ime-mode 属性时相同active : 指定所有使用ime输入的字符。即激活本地语言输入法。用户仍可以撤销激活...
分类:
Web程序 时间:
2015-05-15 17:25:27
阅读次数:
234
org.apache.openjpa.persistence.InvalidStateException: Can only perform operation while a transaction is active.
在使用 openjpa的时候,抛出了如上的错误信息,后来检查之后,原因如下:
针对同一个事务管理器,在开启事务之后又再开启一次,即如下代码,在上一个方法调用:markMs...
分类:
其他好文 时间:
2015-05-15 10:40:29
阅读次数:
245
a:link {/* 未访问的链接 */ color:red; }a:visited {/* 已访问的链接 */ color:red; }a:hover {/* 鼠标移动到链接上 */ color:red; }a:active {/* 选定的链接 */ color:red; }在 ...
分类:
其他好文 时间:
2015-05-14 20:05:08
阅读次数:
118
UILabel *left = [[UILabel alloc] init]; left.text = @" Sent when the application is about to move from active to inactive state."; left....
分类:
其他好文 时间:
2015-05-14 00:40:25
阅读次数:
135
UILabel *label = [[UILabel alloc] init]; //根据内容动态计算label的高度 label.text = @"Sent when the application is about to move from active to ina...
分类:
其他好文 时间:
2015-05-12 01:20:31
阅读次数:
113
要求DHCP的PowerShell为4.02012R2系统这个脚本可以方便SCO以及编程中调用,可以做成审批流,方便用户提交绑定IP的申请。Get-DhcpServerv4Lease-ComputerNamedc.contoso.com-IPAddress192.168.136.25|selectIPAddress,hostname,addressstate,leaseexpirytime
#以上语句获取192.1..
分类:
系统相关 时间:
2015-05-11 18:14:33
阅读次数:
198
1, 首先判断网站是正常运行还是处于维护模式 $page_callback_result = _menu_site_is_offline() ? MENU_SITE_OFFLINE : MENU_SITE_ONLINE;2, 获得$_GET['q']的值,并给其他模块改变站点状态留一个接口 $r.....
分类:
其他好文 时间:
2015-05-11 10:43:39
阅读次数:
157