Use the function moduleRS_REFRESH_FROM_SELECTOPTIONSto capture the values entered by the user in the selection screen.This FM will return the input va...
分类:
其他好文 时间:
2015-04-17 17:29:47
阅读次数:
166
背景:公司的电脑是通过代理上网的,Vmware下一台Centos6.5_64的系统,网络模式为NAT。可以ping的通外网,但是yum安装东西总是报错,如下图[root@test~]#yumlist
Loadedplugins:fastestmirror,refresh-packagekit,securitySettingup
RemoveProcessNoMatchforargument:mysql-ser..
分类:
系统相关 时间:
2015-04-16 14:30:35
阅读次数:
286
通过@dynamic和objc_setAssociatedObject,实现给类别添加属性,前者是说明程序员自己实现setter和getter,后者是动态给对象添加属性。两个配合使用可以实现给对象添加属性。下面代码以scrollview为例:
头文件
@interface UIScrollView (Refresh)
@property (nonatomic) RefreshView * refreshView;
@end
源文件
#import
static cha...
分类:
其他好文 时间:
2015-04-16 10:23:03
阅读次数:
648
Amaze移动端开发框架:http://amazeui.org/Zepto.js:http://www.css88.com/doc/zeptojs_api/移动端下拉刷新插件:https://github.com/lightningtgc/material-refresh响应式Web设计代码实现:h...
分类:
移动开发 时间:
2015-04-12 19:21:40
阅读次数:
382
概念
VSYNC,vertical synchronization
Refresh Rate 屏幕一秒钟刷新的次数,由硬件决定,单位Hz,一般是60Hz
Frame Rate GPU在一秒内绘制的帧数,单位fps(Frames per second)
具体解释GPU获取图形数据进行绘制,硬件将绘制好的数据呈现在屏幕上,为了使画面在屏幕上流畅的显示,需要保持Frame Rate 在60以上,也就是一次...
分类:
移动开发 时间:
2015-04-11 20:55:37
阅读次数:
186
如果是经常使用Spring,特别有自己新建ApplicationContext对象的经历的人,肯定见过这么几条异常消息:
1.LifecycleProcessor not initialized - call 'refresh' before invoking lifecycle methods via the context: ......
2.BeanFactory not initial...
分类:
编程语言 时间:
2015-04-11 20:52:30
阅读次数:
241
维护端注解@ManyToMany (cascade = CascadeType.REFRESH)@JoinTable (//关联表name = "student_teacher" , //关联表名inverseJoinColumns = @JoinColumn (name = "teacher_id...
分类:
其他好文 时间:
2015-04-10 13:19:37
阅读次数:
241
今天在写Spring程序时遇到了一个很常见的错误,而我以前好像一直没碰到过,今天才见到这个错误,经过研究解决了这个错误,犯这个错误真是不应该啊。log4j:WARN No appenders could be found for logger (org.springframework.core.en...
分类:
数据库 时间:
2015-04-10 01:19:51
阅读次数:
264
页面定期刷新,如果加url的,则会重新定向到指定的网页,content后面跟的是时间(单位秒),把这句话加到指定网页的里 一般也用在实时性很强的应用中,需要定期刷新的 如新闻页面,论坛等,不过一般不会用这个,都用新的技术比如ajax等'经过一段时间转到另外某个页面 content="0;URL=",...
分类:
Web程序 时间:
2015-04-08 23:18:21
阅读次数:
718
html5+css3实现上拉和下拉刷新iScroll Pull down to refresh... Pretty row 1 Pretty row 2 P...
分类:
移动开发 时间:
2015-04-05 13:16:54
阅读次数:
411