What important thing did King Alfred learn when he penetrated the Danish camp of Guthrum? Alfred the Great acted as his own spy, visiting Danish camps ...
分类:
其他好文 时间:
2020-02-12 14:40:12
阅读次数:
75
This time let us consider the situation in the movie "Live and Let Die" in which James Bond, the world's most famous spy, was captured by a group of d ...
分类:
其他好文 时间:
2020-02-05 16:17:41
阅读次数:
58
代码: import cv2 import numpy as np from matplotlib import pyplot as plt import win32gui, win32ui, win32con from ctypes import windll from PIL import Im ...
分类:
编程语言 时间:
2020-01-17 19:26:39
阅读次数:
83
题目大意: a[i]表示对手的每个队伍战斗力 p[i]表示打败对手后获得的分数 b[i]表示我方第一种人的战斗力 c[i]表示我方第二种人的战斗力 定义我方一组选手的战斗力为b[i]+c[j],第一种选手与第二种选手某种顺序两两组队后,与对方进行pk,共有$n!$种pk顺序,求最大期望×n 题解: ...
分类:
其他好文 时间:
2020-01-11 16:57:40
阅读次数:
170
如下图: 这个出现了好久了,每次神一样闪烁,左键或右键一点立即弹出游戏网页,然后这个图标就神秘消失了,搞不清是哪个程序弄的,也就无从查杀。 可能弹出的页面如下: 解决方法如下,先下载个图标管理程序, 找到此图标的窗口句柄0x001F0782, 然后打开spy软件, 任务管理器中找出和快压有关: 然后... ...
分类:
Web程序 时间:
2019-12-22 22:51:36
阅读次数:
7244
前言 回顾下之前学过的内容,会发现一点,如果在mock后不写when和thenReturn去指定,即便是mock调用任何方法,什么也不会做,也看不到什么效果。 划重点的时候来了,本身mock出来的对象是假的,再调用它的方法,一直都在“造假”。总结来说,就是一切都是假的,应了光良老师的那首歌,“童话里 ...
分类:
其他好文 时间:
2019-12-05 01:25:47
阅读次数:
369
课上内容(Lesson) 1. We played "Who is spy" together 2. Which county do you like it, let us make a choice. 3. We made use of picturea for a story , about a ...
分类:
其他好文 时间:
2019-11-03 18:35:30
阅读次数:
140
This time let us consider the situation in the movie "Live and Let Die" in which James Bond, the world's most famous spy, was captured by a group of d ...
分类:
其他好文 时间:
2019-11-03 13:08:51
阅读次数:
84
fake:替代real环境,有简化的逻辑 stub:纯预定数据,不能动态变更 mock:可自定义返回 proxy:挡板,可在原结果上进行修改 spy:监听特定方法的调用 Charles map remote:切换线上环境、备份环境或者内部的测试环境 Fake 不同请求-->不同结果 map loca ...
分类:
其他好文 时间:
2019-09-13 21:59:00
阅读次数:
151
现在很多软件都会“赠送”弹窗广告,如上图(不想给某东做广告),最可恨的是装的软件多了后不知道是哪个程序调用的。在网络上搜索了一下,发现最近经常使用的Visual Studio就有查找相关进程的工具,最后果然找到目标进程,记录一下。 我用的是VS 2017,在软件菜单栏找到“工具”--Spy++启动该 ...
分类:
系统相关 时间:
2019-08-17 21:49:39
阅读次数:
143