顯示具有 RIDE 標籤的文章。 顯示所有文章
顯示具有 RIDE 標籤的文章。 顯示所有文章

2017年11月15日 星期三

RIDE Extract Keyword


RIDE核心部分:
Select steps -> Right click -> Extract Keyword



Create User Keyword



Keyword Arguments


Return variable...


Keyword Tags and  自建的Keyword 深監色








2017年11月13日 星期一

RIDE 自定變數

幾個增加變數的方式

Right Click -> Extract Variable


Right Click -> New Scalar
New Scalar button




Import var_RF_Training.py as Variable 將變數寫在一個變數檔 .py
#--RF Training--
query1 = "Hello Variable"
msg_room1 = "C801" 

Docker Command

#1 pull images $docker pull chusiang/takaojs1607 #2 list images $docker images #3.1 run docker $docker run -it ### bash #3.2 run do...