/**
*Getthealiasforanabstractifavailable.
*
*@paramstring$abstract
*@returnstring
*/
protectedfunctiongetAlias($abstract)
{//getAlias,ifhasaliasesreturnit,orreturnitself
returnisset($this->aliases[$abstract])?$this->aliases[$abstract]:$abstract;
}//Ge..
分类:
其他好文 时间:
2016-06-01 10:26:38
阅读次数:
213
一、- (BOOL)translatesAutoresizingMaskIntoConstraints NS_AVAILABLE_IOS(6_0); // Default YES 标示是否自动遵循视图布局约束二、- (void)setTranslatesAutoresizingMaskIntoCon ...
分类:
其他好文 时间:
2016-05-31 10:24:22
阅读次数:
133
一、@property(nonatomic,copy) NSArray *gestureRecognizers NS_AVAILABLE_IOS(3_2); 手势识别器UIKit 中UIGestureRecognizer类的子类系列如下:UITapGestureRecognizer – “轻击”手势 ...
分类:
其他好文 时间:
2016-05-31 10:14:59
阅读次数:
176
本文转自:http://www.cnblogs.com/zhwl/p/3726003.html 一个小小的问题,让我折腾了一个上午,下午三点彻底解决了,分享一个给大家解决方法,尽管在测试服务器上,但是经验是值得总结和分享的. ERROR: ORA-01034: ORACLE not availabl ...
分类:
数据库 时间:
2016-05-30 10:00:48
阅读次数:
294
Velocity allows you to use all Java methods available in your objects. So just write as if it was Java: $string1.indexOf($string2) Velocity allows you ...
分类:
其他好文 时间:
2016-05-29 15:03:25
阅读次数:
120
BMP Image Sequences for Elliptical Head Tracking The BMP image sequences used in the head tracking demos are available as a single file: headtracker_s ...
分类:
其他好文 时间:
2016-05-27 21:47:16
阅读次数:
193
1.安装包 2.启动mariadb 3.创建zabbix数据库 4.修改zabbix配置文件 5.关闭Selinux和火墙,当然你配通也可以 6.修改http配置文件 7.启动zabbix client 8.Zabbix frontend is available at http://zabbix- ...
分类:
其他好文 时间:
2016-05-27 20:12:31
阅读次数:
155
Caused by: org.jboss.util.NestedSQLException: No ManagedConnections available within configured blocking timeout ( 30000 [ms] ); - nested throwable: ( ...
分类:
其他好文 时间:
2016-05-25 18:10:24
阅读次数:
296
1)list-databases List available databases on a server sqoop list-databases --connect jdbc:db2://<server>:<port>/<database> --username username --passw ...
分类:
其他好文 时间:
2016-05-25 13:03:47
阅读次数:
347
一、故障描述 最近安装一台新电脑安装的系统版本是windows7_professional_with_sp1_x64,安装完成后想用Maxdos对系统进行备份。出现错误:Warning: the high memory area (HMA) is not available. Additional ...
分类:
其他好文 时间:
2016-05-25 11:04:49
阅读次数:
1707