码迷,mamicode.com
首页 >  
搜索关键字:testing the catcher    ( 1060个结果
GoCN每日新闻(2019-10-22)
GoCN每日新闻(2019-10-22) GoCN每日新闻(2019-10-22) GoCN每日新闻(2019-10-22)1. Go 集成测试:https://www.ardanlabs.com/blog/2019/10/integration-testing-in-go-set-up-and-w ...
分类:其他好文   时间:2019-10-24 09:26:24    阅读次数:65
北明数科 bug
解决方案: 在conf后面加上. set("spark.testing.memory", "471859201")bug报错: Exception in thread "main" java.lang.IllegalArgumentException: System memory 259522560... ...
分类:其他好文   时间:2019-10-22 15:14:36    阅读次数:358
Python Ethical Hacking - WEB PENETRATION TESTING(5)
Guessing Login Information on Login Pages Our target website: http://10.0.0.45/dvwa/login.php Execute the Python Script. ...
分类:编程语言   时间:2019-10-20 11:22:35    阅读次数:93
Python Ethical Hacking - WEB PENETRATION TESTING(3)
CRAWLING SUMMARY Our crawler so far can guess: Subdomains. Directories. Files. Advantages: ->Discover "hidden" paths/paths admin does not want us to k ...
分类:编程语言   时间:2019-10-19 22:15:34    阅读次数:91
STAT GU4206/GR5206 Sample Midterm
STAT GU4206/GR5206 Sample MidtermGabriel3/8/2019The STAT GU4206/GR5206 Midterm is open notes, open book(s), open computer and online resources areallo ...
分类:其他好文   时间:2019-10-16 20:00:22    阅读次数:83
使用MockMvc进行springboot调试(SpringbootTest)
测试前关闭web项目。springboot启动程序WebApplication.class 代码如下: 测试输出效果 其他参考: https://www.petrikainulainen.net/programming/spring-framework/integration-testing-of- ...
分类:编程语言   时间:2019-10-15 09:17:05    阅读次数:196
测试划分
1. 按照阶段进行划分 1.1 单元测试(Unit Testing) 单元测试是对软件组成单元进行测试。其目的是检验软件基本组成单位的正确性。测试的对象是软件设计的最小单位:模块。 测试阶段:编码后 测试对象:最小模块 测试人员:白盒测试工程师或开发工程师 测试依据:代码和注释+详细设计文档 测试方 ...
分类:其他好文   时间:2019-10-14 12:24:14    阅读次数:111
一个博文引起代码优化的思路
参考博文: "一步步提升Go语言生成随机字符串的效率" 根据自己的理解写出来的性能测试函数: go package generateString import( "time" "testing" "math/rand" ) var letterRunes = []rune("abcdefghijkl ...
分类:其他好文   时间:2019-10-08 23:55:19    阅读次数:162
Penetration testing“Linux install Nessus”
Ax_Download www.tenable.com/products/nessus-home,need sent email. Bx_Install su ls dpkg -i [filename] Xx_Start /etc/init.d/nessusd start open firefox ...
分类:Web程序   时间:2019-10-06 20:53:11    阅读次数:151
GoCN每日新闻(2019-09-30)
GoCN每日新闻(2019-09-30) GoCN每日新闻(2019-09-30) 1. 使用Sqlmock测试数据库 https://medium.com/ralali-engineering/testing-database-using-sqlmock-for-big-agent-b1d4fc4 ...
分类:其他好文   时间:2019-10-05 10:48:49    阅读次数:127
1060条   上一页 1 ... 18 19 20 21 22 ... 106 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!