码迷,mamicode.com
首页 >  
搜索关键字:note about the work    ( 20899个结果
Python剪切板提取、截图、图片粘贴,操作汇总
[TOC]## 1. PIL::ImageGrab(不适用于Linux)只适用于Windows & MacOS系统。Linux系统支持XCB的X11,[详细说明](https://pillow.readthedocs.io/en/stable/releasenotes/7.1.0.html#x11-... ...
分类:编程语言   时间:2020-07-03 21:39:45    阅读次数:147
典型的软件自动化测试框架
在自动化的软件测试系统实现过程中使用框架设计可以使得测试脚本的维护量减至最少。然而,大量的自动化测试工具均采用传统的“录制一回放”模 型,导致了较高的脚本维护量,因为测试数据在测试脚本程序中是以硬编码方式实现的。此外,工具内建的测试用例除了测试应用程序的图形用户界面,实际 上并没有其它用处。因此,如 ...
分类:其他好文   时间:2020-07-03 15:41:37    阅读次数:82
Tomcat配置https
1、使用Java提供的工具生成证书 路径不能是文件夹,否则会找不到出现说 java.lang.Exception: 密钥库文件存在, 但为空的情况 keytool -genkey -alias myKeyStore -keyalg RSA -keystore 'D:\work\keystore\ke ...
分类:Web程序   时间:2020-07-03 15:20:07    阅读次数:96
Data structures and algorithms in Java, Part 1: Overview
Get an overview of data structures and algorithms and how they work together in your Java programs Java programmers use data structures to store and o ...
分类:编程语言   时间:2020-07-03 12:55:18    阅读次数:74
导出指定OU中的用户
Get-ADUser -filter * -SearchBase 'OU=test1,OU=test2,DC=domain,DC=cn' -Properties SamAccountName,DisplayName,DistinguishedName|export-csv E:\work\AD\di ...
分类:其他好文   时间:2020-07-03 12:43:05    阅读次数:74
434. Number of Segments in a String
Count the number of segments in a string, where a segment is defined to be a contiguous sequence of non-space characters. Please note that the string ...
分类:其他好文   时间:2020-07-03 10:41:10    阅读次数:59
python 爬取有道翻译
# translate words through youdao.com // discription about the code # the problem is the form data of youdao webpage has been coded # import necessary ...
分类:编程语言   时间:2020-07-03 01:19:17    阅读次数:120
java.lang.IllegalStateException: The platform metadata area could not be written
java.lang.IllegalStateException: The platform metadata area could not be written: /private/var/folders/tt/8n9j9ywx7zn9tklqhyj2r4_h0000gn/T/AppTransloc ...
分类:编程语言   时间:2020-07-03 00:53:52    阅读次数:135
PHP生成唯一ID方法整理
php生成不重复,唯一ID
分类:Web程序   时间:2020-07-02 23:19:22    阅读次数:103
Firefox 密码脱取
Firefox 密码脱取 正常获取 访问 about:logins 配置文件获取 信息: Website address Username Password Created Last modified Last used 保存位置 %APPDATA%\Mozilla\Firefox\Profiles ...
分类:其他好文   时间:2020-07-02 19:46:09    阅读次数:64
20899条   上一页 1 ... 67 68 69 70 71 ... 2090 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!