private static final String JQUERY_ACTIVE_CONNECTIONS_QUERY = "return $.active == 0;";private static ExpectedCondition noActiveConnections = new Expe....
分类:
Web程序 时间:
2015-06-04 11:17:57
阅读次数:
110
1、mac Myeclipse 10 +破解文件的下载地址:http://pan.baidu.com/s/1bndevQB2、安装myeclipse10的dmg文件,一路安装下去,安装后先不着急打开。3、打开终端,cd 到myeclilpse的破解文件下(该文件夹下面有me_active.jar),...
分类:
系统相关 时间:
2015-06-03 19:34:58
阅读次数:
155
xcrun: error: active developer path ("/Applications/Xcode 2.app/Contents/Developer") does not exist, use `xcode-select --switch path/to/Xcode.app` to ...
分类:
其他好文 时间:
2015-06-03 13:17:17
阅读次数:
112
------------实践-----------------1iptables-L-vshows(notethecountsforINPUTandOUTPUT2iptables-save>/root/my.active.firewall.rulesiptables-restore</root/my.active.firewall.rules3删除一个-L显示当前的行号-D删除具体行数iptabels-DINPUT-s192.168.1.1/24-jDROP4..
分类:
其他好文 时间:
2015-06-01 14:53:22
阅读次数:
203
近期,需要给客户进行一次ExchangeServer的运维普及培训,在前期博文的基础上,准备再梳理一下运维管理的思路,发几篇和运维管理相关的博文。本文,就介绍一下ExchangeServer2010中的ActiveDirectory有什么用?很多朋友都知道,安装Exchange肯定需要在域环境里,活动目录很重要..
分类:
其他好文 时间:
2015-06-01 01:00:27
阅读次数:
407
xcrun: error: active developer path ("/Applications/Xcode.app/Contents/Developer") does not exist, use xcode-select to change执行 sudo xcode-select -swi...
分类:
其他好文 时间:
2015-05-31 20:04:28
阅读次数:
120
1>.Operational Amplifiers:different from the resistor,the inductor and the capacitor,it's a multi-terminal element,also an active and intergrated devi...
分类:
其他好文 时间:
2015-05-31 16:45:04
阅读次数:
147
今天给大家带来的是CA服务器,全称是证书颁发机构,那么,哪里需要用到AC服务器呢?这里就要说一下https了,https(全称:HyperTextTransferProtocoloverSecureSocketLayer)简单讲是HTTP的安全版。今天的示例有两个:示例一:部署企业内部CA服务器示例二:实现安全的WEB站点先..
分类:
其他好文 时间:
2015-05-31 01:34:35
阅读次数:
153
在一次开发项目中,我用a链接来做效果,测试的时候发现,a:hover被点击后的效果就不再了!我百度才知道,原来在css写a链接也是有顺序之分的。顺序应该是:a:link a标签还未被访问的状态;a:visited a标签已被访问过的状态;a:hover 鼠标悬停在a标签上的状态;a:active a...
分类:
其他好文 时间:
2015-05-30 12:03:25
阅读次数:
97
Android-进程生命周期
一 进程等级
按照优先级排列如下:
1 活动进程:Active Process
存在时期
正处于Activity Resume()[Activity重启]状态
正处于与bound服务交互的状态
正处于服务在前台运行的状态(setForeground()被调用, 该函数将创建指定窗口的线程设置到前台,并且激活该窗口)
Service生命周期函数正在被执行...
分类:
移动开发 时间:
2015-05-30 09:27:26
阅读次数:
148