上一页 1 2 3 4 5 6 7 8 9 ··· 13 下一页
该文被密码保护。 阅读全文
posted @ 2018-03-26 09:45 botoo 阅读(2) 评论(0) 推荐(0) 编辑
摘要: 但凡一件事,稍微有些重复。我就考虑怎么样用程序来实现它。 这里给各位程序员朋友分享如何每天给朋友定时微信发送”晚安“,故事,新闻,等等··· ···最好运行在服务器上,这样后台挂起来更方便。 准备: 微信号 pip install wxpy pip install requests 代码如下: # 阅读全文
posted @ 2018-03-22 11:11 botoo 阅读(16918) 评论(22) 推荐(5) 编辑
摘要: 网址: https://www.gitbook.com/book/t0data/burpsuite/details 引子 刚接触web安全的时候,非常想找到一款集成型的渗透测试工具,找来找去,最终选择了Burp Suite,除了它功能强大之外,还有就是好用,易于上手。于是就从网上下载了一个破解版的来 阅读全文
posted @ 2018-03-21 16:15 botoo 阅读(1103) 评论(0) 推荐(0) 编辑
摘要: https://www.ichunqiu.com/course/59045 http://www.freebuf.com/articles/web/164510.html http://www.freebuf.com/articles/web/160883.html http://www.freeb 阅读全文
posted @ 2018-03-20 16:33 botoo 阅读(213) 评论(0) 推荐(0) 编辑
摘要: conemu设置 Win+Alt+P进入设置界面,字体设置: 隐藏右上角菜单和窗口标题. (Ctrl + ~ 隐藏/显示terminal) 设置背景图片 避免误操作,关闭/新建确认 设置win+w默认新建项.因为git仓库在特定目录,每次使用要么先打开git仓库文件夹然后在当前目录打开git bas 阅读全文
posted @ 2018-03-19 09:51 botoo 阅读(1085) 评论(0) 推荐(0) 编辑
摘要: https://segmentfault.com/a/1190000009781688 一个微信模块 http://wechat-sender.readthedocs.io/zh_CN/latest/index.html 阅读全文
posted @ 2018-03-15 15:44 botoo 阅读(145) 评论(0) 推荐(0) 编辑
摘要: isinstance(object, classinfo) object -- 实例对象。 classinfo -- 可以是直接或间接类名、基本类型或者有它们组成的元组。 >>>a = 2 >>> isinstance (a,int) True >>> isinstance (a,str) Fals 阅读全文
posted @ 2018-03-15 11:32 botoo 阅读(6740) 评论(0) 推荐(0) 编辑
摘要: 项目地址: GitHub:https://github.com/ZYunH/zmail 介绍: https://mp.weixin.qq.com/s?__biz=MzAxMjUyNDQ5OA==&mid=2653555999&idx=1&sn=12cf3439e90f887e753905f06c2f 阅读全文
posted @ 2018-03-15 10:38 botoo 阅读(1888) 评论(0) 推荐(0) 编辑
摘要: weditor 一个元素定位工具,并可实现通过wifi连接移动端进行定位。 https://github.com/openatx/uiautomator2 python安装方式:pip install --pre weditor 然后执行:python -m uiautomator2 init安装完 阅读全文
posted @ 2018-03-15 09:04 botoo 阅读(2501) 评论(0) 推荐(1) 编辑
摘要: 本文转自微信公众号: 2018-03-12 leoxin 菜鸟学Python 原文地址:http://mp.weixin.qq.com/s/JJSDv5YJOZ9e3hn28zWIsQ NO.1 Python这么好 说说它的特性吧 关键特性 Python是一种解释型语言,这意味着,与C,C++不同, 阅读全文
posted @ 2018-03-13 09:29 botoo 阅读(457) 评论(0) 推荐(0) 编辑
摘要: 项目地址:https://github.com/openatx/uiautomator2 http://mp.weixin.qq.com/s/YKxwW-pL603Fll3QIWapVw https://testerhome.com/topics/10881 https://testerhome.c 阅读全文
posted @ 2018-03-12 16:31 botoo 阅读(395) 评论(0) 推荐(0) 编辑
摘要: 方法一: 方法二: 推荐 enumerate函数的功能简单解释,例如: 输出结果: 在这里 i 迭代的是list_的索引值,j 迭代的是元素值! 再次更新: 文件存储,我们先定义一个1.jpg的文件。以wb的格式打开,然后写入r.content.这是以二进制的形式返回的内容。Requests 会自动 阅读全文
posted @ 2018-03-12 15:30 botoo 阅读(736) 评论(0) 推荐(0) 编辑
该文被密码保护。 阅读全文
posted @ 2018-03-12 10:56 botoo 阅读(5) 评论(0) 推荐(0) 编辑
摘要: 已经上传至: https://download.csdn.net/download/bo_mask/10276952 阅读全文
posted @ 2018-03-09 09:56 botoo 阅读(225) 评论(0) 推荐(0) 编辑
摘要: 然后执行如下命令: 多版本创建env的方式: 执行完毕后前面多了一个(blog_env)就OK了! 阅读全文
posted @ 2018-03-08 20:37 botoo 阅读(717) 评论(0) 推荐(0) 编辑
摘要: 比较好用的抓包工具,charles 已经上传到了csdn http://download.csdn.net/download/bo_mask/10273110 阅读全文
posted @ 2018-03-07 11:12 botoo 阅读(401) 评论(0) 推荐(0) 编辑
摘要: 项目地址: https://github.com/HttpRunner/HttpRunner 中文手册: http://cn.httprunner.org/ 首先是环境搭建: pip install httprunner 或者 pip3 install httprunner 安装完成后cmd执行以下 阅读全文
posted @ 2018-03-06 11:29 botoo 阅读(30848) 评论(0) 推荐(1) 编辑
摘要: 注意点: for循环的用法和python截然不同,注意格式 switch~,switch对应的case每当执行完毕都要break,由于基本不怎么用switch,所以作为了解。 中断流程控制语句,请考虑多重循环的场景,最好用标签做区别。 continue条件满足,则程序到最内部循环的首部! 阅读全文
posted @ 2018-02-28 16:40 botoo 阅读(260) 评论(0) 推荐(0) 编辑
摘要: 文件的写入读取有很多方法,今天学到的是Scanner和PrintWriter 文件读取 Scanner in = new Scanner(Paths.get("file.txt")) 文件写入 PrintWriter out = new PrintWriter("file.txt") 文件读取的我目 阅读全文
posted @ 2018-02-28 11:01 botoo 阅读(767) 评论(0) 推荐(0) 编辑
摘要: 在线电子书转换器 http://cn.epubee.com/ csdn(下载栏) http://download.csdn.net/ 百度云盘搜索 http://www.pansoso.com/ 阅读全文
posted @ 2018-02-28 09:25 botoo 阅读(462) 评论(0) 推荐(0) 编辑
摘要: java中的字符串操作和python中的大致相同,需要熟悉的就是具体操作形式。 关于具体api的使用,详见:java 字符串常用API介绍(转) 检查字符串是否相等 表达式:s.equals(t) 如果相等,返回True.如果不想等,返回False **尤其注意的是,不能使用==运算符检测两个字符串 阅读全文
posted @ 2018-02-27 15:11 botoo 阅读(217) 评论(0) 推荐(0) 编辑
摘要: 本文转自:http://blog.csdn.net/crazy_kid_hnf/article/details/55102861 字符串基本操作 1.substring(from,end)(含头不含尾) 截取一串字符串的一串子字符串,从from位置的字母(包括from)到end(不包括end位置)的 阅读全文
posted @ 2018-02-27 14:56 botoo 阅读(258) 评论(0) 推荐(0) 编辑
摘要: 数据类型转换: 有的时候,程序需要将数据类型,比如 int + float ,结果是float, 这里的int就被转换为float类型,属于合法转换。 Java中的合法转换如下图: 红色表示无信息丢失的转换,橙色表示可能有进度损失的转换。 转换规则: *如果两个操作数中有一个是double类型,另一 阅读全文
posted @ 2018-02-27 14:07 botoo 阅读(380) 评论(0) 推荐(0) 编辑
摘要: 主要介绍运算符,和数学函数以及三元运算符: 运算符,基本和python的类似,只是这里用的是 && 表示 and,用 || 表示 or : 三元操作符: 常用数学函数: 就相当于内置函数,已经实现的一些方法,属于Math类。 Math.sin Math.cos Math.exp Math.log M 阅读全文
posted @ 2018-02-27 13:24 botoo 阅读(226) 评论(0) 推荐(0) 编辑
摘要: 今天起开始了java的学习之路,主要学习了数据类型和运算,变量,常量。基本和python有很多相通的地方,所以看起来很容易上手。下面是学习笔记! 尤其是常量这个概念,以及,将常量设置为常量类。 阅读全文
posted @ 2018-02-27 10:50 botoo 阅读(205) 评论(0) 推荐(0) 编辑
摘要: 本文主要介绍csdn的登陆,可应用在爬虫上~ 阅读全文
posted @ 2018-02-26 15:55 botoo 阅读(662) 评论(0) 推荐(0) 编辑
摘要: 本文转自:https://www.cnblogs.com/ruo-li-suo-yi/p/7425307.html @ 箬笠蓑衣 Grid(网格)布局管理器会将控件放置到一个二维的表格里。主控件被分割成一系列的行和列,表格中的每个单元(cell)都可以放置一个控件。 注意:不要试图在一个主窗口中混合 阅读全文
posted @ 2018-02-24 11:26 botoo 阅读(1914) 评论(0) 推荐(0) 编辑
摘要: http://effbot.org/tkinterbook/tkinter-classes.htm 阅读全文
posted @ 2018-02-24 09:49 botoo 阅读(312) 评论(0) 推荐(0) 编辑
摘要: import tkinter import requests import json from tkinter import * class FindLocation(object): def __init__(self): # 创建主窗口,用于容纳其它组件 self.root = tkinter.Tk() # 给主窗口... 阅读全文
posted @ 2018-02-23 23:17 botoo 阅读(1067) 评论(0) 推荐(0) 编辑
摘要: 顺便提一下 如果有任何问题,你可以在这里找到我 ,软件测试交流qq群,209092584 属性(Options) background(bg) borderwidth(bd) cursor exportselection font foreground(fg) highlightbackground 阅读全文
posted @ 2018-02-23 22:30 botoo 阅读(19185) 评论(0) 推荐(1) 编辑
上一页 1 2 3 4 5 6 7 8 9 ··· 13 下一页