logo
publist
写文章

简介

该用户还未填写简介

擅长的技术栈

可提供的服务

暂无可提供的服务

Junit使用过程遇到的问题

1.The importXXXXXXXXXXXXXX   cannot be resolved解决:缺少相应的包,到此网站下载:http://www.java2s.com/Code/Jar2.The importjavax.servlet.http.HttpServletRequest cannot be resolved经查阅资料,发现是:web工程里面web

#单元测试
Eclipse安装android插件

1.安装ADT:help中的Install new software中addadt : https://dl-ssl.google.com/android/eclipse/2.安装好SDK,建立虚拟机3.window--preferences--android中选取配置SDK4。编译android项目,run as 中选择android项目

#eclipse#android
redhat虚拟机配置网络

虚拟机网络配置:如果公司网路限定ip并且走代理,那么在公司的电脑上虚拟机连接网络时候,需要在虚拟机上选择和主机共享ip然后在其浏览器上设置代理edit-->preference-->Advanced-->Network-->setting  切换用户 su- root设置ip:vi/etc/sysconfig/network-scripts/ifcfg-连接 设置静

#linux
tesseract train python_file

# tesseract-trainerThis is a set of two tools used to generate OCR training files for Tesseract. It is particularly designed for image files with small numbers of characters. It will help you create

#python
tesseract编程

ImportError: cannot import name mkdtemp:    pip install -U numpyWindowsError: [Error 2] :    调用tesseract.exe失败,将脚本放在tesseract.exe的文件夹说明:这个tesseract.exe就相当于在Linux下的 tesseract-orcIOError: [Err

#python
软件测试英文单词

软件测试英语单词 Acceptance testing :验收测试Acceptance Testing:可接受性测试Accessibility test :软体适用性测试actual outcome:实际结果Ad hoc testing :随机测试Algorithm analysis :算法分析algorithm

到底了