03 2017 档案

摘要:目前可以实现简单的计算。计算前请重置,设计的时候默认数字是0,学了半天就做出来个这么个结果,bug不少。 python3.5 + PyQt5 +Eric6 在windows7 32位系统可以完美运行 计算器,简单学了半天就画个图实现的存在bug,部分按钮还未实现,后续优化。 代码结构如图: 效果图: 阅读全文
posted @ 2017-03-10 22:56 北漂的雷子 阅读(1551) 评论(0) 推荐(1) 编辑
摘要:代码如下: 结果图: 阅读全文
posted @ 2017-03-10 22:44 北漂的雷子 阅读(730) 评论(3) 推荐(0) 编辑
摘要: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 阅读全文
posted @ 2017-03-07 17:17 北漂的雷子 阅读(3903) 评论(1) 推荐(0) 编辑
摘要:''' #乘法口诀''' 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的三次... 阅读全文
posted @ 2017-03-02 12:16 北漂的雷子 阅读(803) 评论(2) 推荐(1) 编辑

点击右上角即可分享
微信分享提示