码迷,mamicode.com
首页 >  
搜索关键字:exploratory testing    ( 1050个结果
基于python的大数据分析基本知识
1. 数据科学领域中常用的python库 Numpy库:数据运算的基础库,运行效率高(底层C语言,高效index) Scipy库:实现了常用的科学计算方法(线性代数,傅里叶变换,信号和图像处理) Pandas库:分析数据的利器,高级数据结构(Series,DataFrame) Matplotlib库 ...
分类:编程语言   时间:2020-02-12 19:04:47    阅读次数:101
ModuleNotFoundError: No module named 'numpy.testing.nosetester'
...
分类:其他好文   时间:2020-02-11 11:24:18    阅读次数:83
vue-cli配置,hello world 运行
vue-cli 3.0 配置: 安装: npm i -g @vue/cli 安装成功后使用vue -version查看版本 注意:vue -cli 3.0需要node8.9或更高版本 vue-cli 2.0 配置: npm i -g vue-cli 如果已经安装了2.0版本,想用3.0,则需要先卸载 ...
分类:其他好文   时间:2020-02-11 10:10:10    阅读次数:131
Ethical Hacking - Web Penetration Testing(13)
OWASP ZAP(ZED ATTACK PROXY) Automatically find vulnerabilities in web applications. Free and easy to use. It can also be used for manual testing. This ...
分类:Web程序   时间:2020-02-10 22:21:26    阅读次数:108
[Unit Testing] Jasmine Spies
it ('should add two numbers', () => { const logger = jasmine.createSpyObj('LoggerService', ['log']) // logger.log.and.returnValue(); const calculator ...
分类:其他好文   时间:2020-02-10 09:52:34    阅读次数:50
Ethical Hacking - Web Penetration Testing(9)
SQL INJECTION Discovering SQLi in GET Inject by browser URL. Selecting Data From Database Change the number to a big one, then you can get a useful er ...
分类:Web程序   时间:2020-02-09 18:41:43    阅读次数:84
Ethical Hacking - Web Penetration Testing(7)
VULNS MITIGATION 1. File Upload Vulns - Only allow safe files to be updated. 2. Code Execution Vulns: Don't use dangerous functions. Filter use input ...
分类:Web程序   时间:2020-02-08 13:49:05    阅读次数:77
【React Native错误集】* What went wrong: Execution failed for task ':app:installDebug'.
错误1:* What went wrong: Execution failed for task ':app:installDebug'. > com.android.builder.testing.api.DeviceException: com.android.ddmlib.InstallExc ...
分类:移动开发   时间:2020-02-08 10:00:11    阅读次数:271
Ethical Hacking - Web Penetration Testing(6)
REMOTE FILE INCLUSION Similar to local file inclusion. But allows an attacker to read ANY file from ANY server. Execute PHP files from other servers o ...
分类:Web程序   时间:2020-02-07 22:45:28    阅读次数:143
Ethical Hacking - Web Penetration Testing(5)
LOCAL FILE INCLUSION Allows an attacker to read ANY file on the same server. Access files outside www directory. Try to read /etc/passwd file. 1. We k ...
分类:Web程序   时间:2020-02-07 22:42:34    阅读次数:103
1050条   上一页 1 ... 12 13 14 15 16 ... 105 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!