自定义博客皮肤VIP专享

*博客头图:

格式为PNG、JPG,宽度*高度大于1920*100像素,不超过2MB,主视觉建议放在右侧,请参照线上博客头图

请上传大于1920*100像素的图片!

博客底图:

图片格式为PNG、JPG,不超过1MB,可上下左右平铺至整个背景

栏目图:

图片格式为PNG、JPG,图片宽度*高度为300*38像素,不超过0.5MB

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

-+
  • 博客(8)
  • 资源 (5)
  • 收藏
  • 关注

原创 模拟鼠标键盘操作,依托opencv实现程序ui自动操作

上代码:from pykeyboard import *from pymouse import *'''import win32pi'''m=PyMouse()k=PyKeyboard()'''m.click(50,50,1,2)'''x,y=m.screen_size()print("x,y",x,y)'''环境安装好了,晚点编代码调试''''''测试opencv'''import cv2import numpy as npimport pyautoguiimport

2021-05-14 22:47:17 519 1

原创 chia苹果电脑命令行挖矿

官方说明:git clone https://github.com/Chia-Network/chia-blockchain.git -b latestcd chia-blockchainsh install.sh. ./activatesh install-gui.shcd chia-blockchain-guinpm run electron &安装并启动钱包关闭钱包后命令行如下:cd chia-blockchain/venv/bin...

2021-05-14 22:04:16 1353

原创 python 模拟鼠标点击桌面指定位置

from pykeyboard import *from pymouse import *import win32api# 键盘鼠标事件m=PyMouse()k=PyKeyboard()#m.click(1157,470)#k.type_string('123456')#k.tap_key(k.enter_key)#k.type_string('ABCHD')#k.tap_key(k.enter_key)# y 为左上角往下 x为左上角往右# m.click(200,30,1,2).

2021-05-12 15:22:32 3465 1

原创 python 实现循环查找桌面图片并双击

'''opencv 屏幕找图并点击案例还要用到python中图像处理识别的相关库,主要有pillow和open-cv。可使用pip命令安装相应的包;预先截取好想点击区域的色块,存放在目录之下。https://blog.csdn.net/wz2671/article/details/102751549准备安装:pip3 install pillow okpip3 install opencv-python okpip3 install pyautogui ok建议使用 ...

2021-05-12 15:21:19 2419

原创 pip安装后续执行pip的时候出错

apuser@bj01976pcu1:~/Desktop/1/pip-19.1.1$ pipTraceback (most recent call last): File "/usr/local/lib/python3.6/dist-packages/setuptools-33.1.1-py3.6.egg/pkg_resources/__init__.py", line 655, in _b...

2019-07-04 17:42:29 1084

原创 ubuntu 2014.4 python 3 安装

依据网上大神按照下面的步骤进行安装1.添加python3.6安装包,并且安装sudo apt-get install software-properties-common2.下载python3.6sudo add-apt-repository ppa:jonathonf/python-3.6sudo apt-get updatesudo apt-get install py...

2019-07-04 17:21:06 161

转载 js实现的科学计算器

                var endNumber = true        var mem = 0        var carry = 10        var hexnum = "0123456789abcdef"        var angle = "d"        var stack = ""        var level = "0"        var la

2010-03-16 23:10:00 928

原创 成为了CSDN一员了

 很高兴能成为csdn的一员,希望我能学到东西同时能带给大家学习的东西。快乐交流,交流快乐!

2008-12-01 14:52:00 383

adt 16.0.1

截至20120318最新的eclipse插件,用于android开发。

2012-03-18

windows java 反编译工具 jad

windows java 反编译工具。使用方法参照解压之后的readme文件

2011-11-01

linux java 反编译工具 jad

linux java clss 文件的反编译工具,使用方法参照解压之后的readme 或者直接输入jad命令得到相关的命令选项。如: ./jad Jad v1.5.8e. Copyright 2001 Pavel Kouznetsov (kpdus@yahoo.com). Usage: jad [option(s)] <filename(s)> Options: -a - generate JVM instructions as comments (annotate) -af - output fully qualified names when annotating -b - generate redundant braces (braces) -clear - clear all prefixes, including the default ones -d <dir> - directory for output files -dead - try to decompile dead parts of code (if there are any) -dis - disassembler only (disassembler) -f - generate fully qualified names (fullnames) -ff - output fields before methods (fieldsfirst) -i - print default initializers for fields (definits) -l<num> - split strings into pieces of max <num> chars (splitstr) -lnc - output original line numbers as comments (lnc) -lradix<num>- display long integers using the specified radix -nl - split strings on newline characters (splitstr) -noconv - don't convert Java identifiers into valid ones (noconv) -nocast - don't generate auxiliary casts -noclass - don't convert .class operators -nocode - don't generate the source code for methods -noctor - suppress the empty constructors -nodos - turn off check for class files written in DOS mode -nofd - don't disambiguate fields with the same names (nofldis) -noinner - turn off the support of inner classes -nolvt - ignore Local Variable Table entries (nolvt) -nonlb - don't insert a newline before opening brace (nonlb) -o - overwrite output files without confirmation -p - send all output to STDOUT (for piping) -pa <pfx>- prefix for all packages in generated source files -pc <pfx>- prefix for classes with numerical names (default: _cls) -pe <pfx>- prefix for unused exception names (default: _ex) -pf <pfx>- prefix for fields with numerical names (default: _fld) -pi<num> - pack imports into one line using .* (packimports) -pl <pfx>- prefix for locals with numerical names (default: _lcl) -pm <pfx>- prefix for methods with numerical names (default: _mth) -pp <pfx>- prefix for method parms with numerical names (default:_prm) -pv<num> - pack fields with the same types into one line (packfields) -r - restore package directory structure -radix<num>- display integers using the specified radix (8, 10, or 16) -s <ext> - output file extension (default: .jad) -safe - generate additional casts to disambiguate methods/fields -space - output space between keyword (if, while, etc) and expression -stat - show the total number of processed classes/methods/fields -t<num> - use <num> spaces for indentation (default: 4) -t - use tabs instead of spaces for indentation -v - show method names while decompiling

2011-11-01

tomcat 6.0.14 安装版

apache tomcat 最近发现 官方的一些软件不好用!

2008-12-28

空空如也

TA创建的收藏夹 TA关注的收藏夹

TA关注的人

提示
确定要删除当前文章?
取消 删除