在使用PC时与PC交互的主要途径是看屏幕显示、听声音,点击鼠标和敲键盘等等。在自动化办公的趋势下,繁琐的工作可以让程序自动完成。比如自动化测试、自动下单交易等。很多软件除了可以GUI方式操作外还可以用CLI接口操作,不过当一些软件未提供CLI接口时,我们应该怎么办呢?我们还可以用程序控制桌面上的窗口 ...
分类:
编程语言 时间:
2019-07-10 16:47:01
阅读次数:
170
一 在线钢琴 一个在线钢琴的网站,提供多种谱子让你使用键盘弹奏,唯一需要注意的是停顿节奏。 地址:http://www.autopiano.cn/ 二 在线解压 一个摸鱼解压网站,会将你输入的字符从屏幕下方弹起,并伴有清脆的敲击声(支持手机) 地址 : http://magickeyboard.io ...
分类:
Web程序 时间:
2019-06-27 12:16:21
阅读次数:
141
flask view 1. flask view 1.1. @route 写个验证用户登录的装饰器:在调用函数前,先检查session里有没有用户 from functools import wraps from flask import session, abort def login_requi ...
分类:
其他好文 时间:
2019-06-26 20:44:25
阅读次数:
135
一、使用原因 由于odoo自带页面在项目开发过程中无法满足使用,需要使用到动作ir.actions.client进行自定义视图的开发,实现自定义的xml视图开发。 二、实现目标 三、开发过程 1、项目目录:这里主要运用到三个文件:web.js、web.xml、vehicle_police.xml、b ...
分类:
其他好文 时间:
2019-06-14 16:23:24
阅读次数:
124
LabelImg LabelImg is a graphical image annotation tool. It is written in Python and uses Qt for its graphical interface. Annotations are saved as XML ...
分类:
其他好文 时间:
2019-06-06 12:05:40
阅读次数:
255
第二天加班去了! 语法约定: 多行语句 Python语句中一般以新行作为为语句的结束符。 但是我们可以使用斜杠( \)将一行的语句分为多行显示,如下所示: total = item_one + \ item_two + \ item_three 语句中包含[], {} 或 () 括号就不需要使用多行 ...
分类:
编程语言 时间:
2019-06-05 15:14:23
阅读次数:
121
ubuntu14.04禁止触摸板和恢复触摸板 1.使用xinput list查看与触摸板相关的id,以下是本机的输出,没搞清楚为什么是Mouse!!! jello@jello:~$ xinput list? Virtual core pointer id=2 [master pointer (3)] ...
分类:
系统相关 时间:
2019-05-31 23:09:53
阅读次数:
178
Wentworth Institute of TechnologyCOMP 3450 – Parallel and Distributed ComputingSummer 2019, SchusterLab Assignment 1In this assignment you are to writ ...
分类:
其他好文 时间:
2019-05-26 20:00:53
阅读次数:
165
PUBH7630 Introduction to BiostatisticsAssignment 3 Instructions and QuestionsAssignment 3 is a culmination of the information from Topics 1-9. The ass ...
分类:
移动开发 时间:
2019-05-26 19:39:29
阅读次数:
218
watch As a noun, from Middle English wacche, Etymology As a noun, from Middle English wacche,See below for verb form. Noun watch (plural watches) 1.A ...
分类:
其他好文 时间:
2019-05-26 11:12:53
阅读次数:
135