摘要:
Appium Desktop is an open source app for Mac, Windows, and Linux which gives you the power of the Appium automation server in a beautiful and flexible 阅读全文
摘要:
''' #乘法口诀''' for i in range(1,10): for j in range(1,i+1): print("%d*%d=%2d" % (i,j,i*j),end=" ") print("") ''' 打印出所有的“水仙花数”,所谓“水仙花数”是指一个三位数,其各位数字立方和等于该数本身。例如:153是一个“水仙花数”,因为153=1的三次... 阅读全文
摘要:
很有幸得去美团网面试了一次,总结下大概的问题, 美团面试题总结1,sql语句查询 select * from 表 where name=‘a’ and id='me' 2,python 字符串拼接并且排序参考如下: word='''awfesdafhjkcasadckjsdackjsadvcnksa 阅读全文