上一页 1 ··· 20 21 22 23 24 25 26 27 28 ··· 35 下一页

2017年11月21日

摘要: package com.promote; public class ForDemo { public static void main(String[] args) { // 1到100相加求和 int sum=0; for (int i = 0; i <=100; i++) { sum+=i; } 阅读全文
posted @ 2017-11-21 13:40 sunny_2016 阅读(114) 评论(0) 推荐(0)

2017年11月20日

该文被密码保护。 阅读全文
posted @ 2017-11-20 13:07 sunny_2016 阅读(1) 评论(0) 推荐(0)

2017年11月7日

摘要: C:\Users\ceshi> netstat -aon|findstr "5037" TCP 127.0.0.1:5037 0.0.0.0:0 LISTENING 6600 TCP 127.0.0.1:5037 127.0.0.1:52542 ESTABLISHED 6600 TCP 127.0. 阅读全文
posted @ 2017-11-07 16:17 sunny_2016 阅读(218) 评论(0) 推荐(0)

2017年11月3日

摘要: appium --session-override 阅读全文
posted @ 2017-11-03 14:16 sunny_2016 阅读(508) 评论(0) 推荐(0)
摘要: #coding=utf-8#比较两个对象是否相等#python 2中使用cmp(),==,is#is 主要是判断 2 个变量是否引用的是同一个对象,如果是的话,则返回 true,否则返回 false。#== 用来判断两个对象的值是否相等(跟 Java 不同,Java 中 == 用来判断是否是同一个对 阅读全文
posted @ 2017-11-03 13:35 sunny_2016 阅读(16858) 评论(0) 推荐(0)
摘要: https://testerhome.com/topics/4651 阅读全文
posted @ 2017-11-03 13:12 sunny_2016 阅读(209) 评论(0) 推荐(0)

2017年11月2日

摘要: 安装环境需求: 自从昨天安装了mysql 5.7,发现了一个问题,mysql5.6起,已经不支持2003系统了,如果安装了无法开启服务而且会出现在 本地计算机 无法启动 MySQL57 服务。错误 193: 0xc1,那就是版本不兼容,提示mysqld.exe不是正确的32位程序。 昨天整理的一篇m 阅读全文
posted @ 2017-11-02 17:34 sunny_2016 阅读(829) 评论(0) 推荐(0)

2017年10月30日

摘要: http://blog.csdn.net/deepxl/article/details/18773395 阅读全文
posted @ 2017-10-30 16:55 sunny_2016 阅读(478) 评论(0) 推荐(0)

2017年10月27日

摘要: package ceshi.com.job; import java.util.ArrayList; import java.util.Arrays; import java.util.List; public class EqualTest { /** * @param args */ public static void main(String[] ... 阅读全文
posted @ 2017-10-27 13:02 sunny_2016 阅读(360) 评论(0) 推荐(0)

2017年10月25日

摘要: #coding:utf-8kw = input(u"请输入您要搜索的关键字:")#openAPP('‪C:\Users\ceshi\AppData\Local\Google\Chrome\Application\chrome.exe')doubleClick("asm.png")wait("fEDi 阅读全文
posted @ 2017-10-25 13:15 sunny_2016 阅读(132) 评论(0) 推荐(0)
上一页 1 ··· 20 21 22 23 24 25 26 27 28 ··· 35 下一页

导航