码迷,mamicode.com
首页 >  
搜索关键字:refresh    ( 1347个结果
Nightmare基于phantomjs的自动化测试套件
今天将介绍一款自动化测试套件名叫nightmare,他是一个基于phantomjs的测试框架,一个基于phantomjs之上为测试应用封装的一套high level API。其API以goto, refresh, click, type…等简单的常用e2e测试动作封装,使得其语义清晰,简洁。其官方在...
分类:Web程序   时间:2014-11-20 20:19:16    阅读次数:210
[翻译] CBStoreHouseRefreshControl
CBStoreHouseRefreshControlWhat is it?Afully customizablepull-to-refresh control for iOS inspired byStorehouseiOS app这是一个完全可定制的下拉刷新控件,灵感来自于应用Storehouse...
分类:其他好文   时间:2014-11-19 22:01:09    阅读次数:357
mgo 如何实现读写分离
参照mgo的session.SetMode函数的说明: func (*Session) SetMode func?(s?*Session)?SetMode(consistency?mode,?refresh?bool) SetMode changes the consistency mode for the session. SetMode函数用来变换...
分类:其他好文   时间:2014-11-19 11:35:45    阅读次数:435
Refresh recovery area usage data after manually deleting files under recovery area
Original source:http://www.dba-oracle.com/t_v$_flash_recovery_area.htmIf you manually delete files under recovery area after you get anORA-19815 in yo...
分类:其他好文   时间:2014-11-19 07:29:19    阅读次数:200
刷新本界面
1 history.go(0) 2 location.reload() 3 location=location 4 location.assign(location) 5 document.execCommand('Refresh') 6 window.navigate(location) 7 lo...
分类:其他好文   时间:2014-11-17 17:27:54    阅读次数:170
[Selenium]刷新页面 Refresh page
5 different ways to refresh a webpage using Selenium Webdriver Here are the 5 different ways, using which we can refresh a webpage.There might be even...
分类:其他好文   时间:2014-11-14 17:19:31    阅读次数:108
SDUT -refresh的停车场(栈和队列)
题目描述  refresh最近发了一笔横财,开了一家停车场。由于土地有限,停车场内停车数量有限,但是要求进停车场的车辆过多。当停车场满时,要进入的车辆会进入便道等待,最先进入便道的车辆会优先 进入停车场,而且停车场的结构要求只出去的车辆必须是停车场中最后进去的车辆。现告诉你停车场容量N以及命令数M,以及一些命令(Add num 表示车牌号为num的车辆要进入停车场或便道, Del 表示停...
分类:其他好文   时间:2014-11-13 16:40:24    阅读次数:136
Learning Puppet — Resource Ordering
Learning Puppet — Resource OrderingLearn about dependencies and refresh events, manage the relationships between resources, and discover the fundament...
分类:其他好文   时间:2014-11-07 16:32:34    阅读次数:318
实现一个简单的事件订阅通知机制(Observer模式实现)
//Base_Event.h#pragma once#include enum Event_Type //事件类型{ NET_REFRESH, //网络环境改变事件 MSG_REFRESH, //消息改变事件 UI_REFRESH, //UI界面更新事件 MAX_EVENT...
分类:其他好文   时间:2014-11-02 13:49:08    阅读次数:268
mongodb study
#mongodb study - 读到101个记录不动了,卡住的语句好像是网络不通: > File "/Library/Python/2.7/site-packages/pymongo/cursor.py", line 1058, in next if len(self.__data) or self._refresh(): File "/Libr...
分类:数据库   时间:2014-10-31 22:21:27    阅读次数:331
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!