public class SemaphoreTest { private static final int MAX_AVAILABLE=100; private final Semaphore available=new Semaphore(MAX_AVAILABLE,true); ...
分类:
编程语言 时间:
2015-03-18 22:58:09
阅读次数:
205
service nagios restart
Running configuration check...done.
Stopping nagios: .done.
Starting nagios:This account is currently not available.
done.
解决方法
vi /etc/passwd
将:nagios:x:505:505::/home/nagi...
分类:
移动开发 时间:
2015-03-18 18:05:12
阅读次数:
253
搭好Android开发环境之后,用模拟器运行Android程序没有问题,但是将手机用USB连接电脑后,电脑不识别,eclipse也不识别。原因有以下:
1.手机未开启USB调试功能,解决方案:
设置-应用程序-开发-钩选“USB调试”
2.电脑上没有安装该手机的驱动,解决方案:
启动Android SDK and AVD Manager,点击左边的Available Pac...
分类:
移动开发 时间:
2015-03-18 12:30:51
阅读次数:
154
微软近期Open的职位:Job Title: Senior Software EngineerLocation: Shanghai, ChinaHave you ever imagined the world with infinite amount of storage available and...
分类:
其他好文 时间:
2015-03-17 23:35:21
阅读次数:
157
UILayoutSupport1 @property(nonatomic,readonly,retain) id topLayoutGuide NS_AVAILABLE_IOS(7_0); 2 @property(nonatomic,readonly,retain) id bottomLayout....
UIAlertController是苹果在iOS8里新推出的一个玩意。它把之前我们用来现实提示框的UIAlertView和UIAlertAction集成在一起了,而且不论在iPhone还是iPad上都能统一使用啦。从UIAlertController的定义可以发现NS_CLASS_AVAILABLE...
分类:
其他好文 时间:
2015-03-16 19:05:50
阅读次数:
496
本文主要介绍Sublime Text如何开启debug模式,以及分析一些使用过程中常见错误的解决方法。情形一Package Control:There are no packages available for installation。情形二:Package Control:Unableto download Emmet.Please view the console for more details. Error while loading PyV8 binary:exit code 3 …情形三:无法...
分类:
其他好文 时间:
2015-03-14 18:34:13
阅读次数:
2177
win7系统,在python中调用ChromeDriver 一直报错“selenium.common.exceptions.WebDriverException: Message: 'ChromeDriver executable needs to be available in the path....
分类:
编程语言 时间:
2015-03-13 16:16:51
阅读次数:
138
Java Code Convention Rules Rules available in this category: Avoid_assignment_in_if Always_declare_a_class_having_only_private_constructors_as_final Replace_enumeration_with_iterator Combine_if_sta...
分类:
编程语言 时间:
2015-03-13 09:27:34
阅读次数:
247
在测试中需要在两台虚拟机之间传递文件,首先想到的是scp命令,结果提示:-bash: scp: command not found想当然用yum install scp命令安装,结果提示:No package scp available.后来发现scp这东西应该属于openssh-clients这个...
分类:
其他好文 时间:
2015-03-12 16:40:35
阅读次数:
133