码迷,mamicode.com
首页 >  
搜索关键字:support library    ( 15455个结果
端口扫描器的几种代码实现方案
本篇并不是为了介绍这几款工具,而是谈谈如何自研一款高效稳定的端口扫描器。Python的Socket模块可以创建套接字,创建tcp三次握手连接,以此探测目标端口是否存活。本篇将使用socket模块编写tcp扫描以及syn扫描,并对比两者的差异。 ...
分类:其他好文   时间:2020-07-21 22:23:06    阅读次数:66
spring 事务传播特性
propagation_required propagation_supports propagation_mandatory propagation_requires_new propagation_not_supported propagation_never propagation_neste ...
分类:编程语言   时间:2020-07-21 22:17:27    阅读次数:56
【Unittest】unittest相关解说
一、什么是unittest unittest是Python单元测试框架,类似于JUnit框架。 unittest中有4个重要的概念:test fixture, test case, test suite, test runner Testcase: 一个TestCase的实例就是一个测试用例。什么是 ...
分类:其他好文   时间:2020-07-21 13:43:35    阅读次数:68
What is react.js?
ReactJs as a JavaScript library created by Facebook that lets us build dynamic user interfaces. What this dynamic user interface even means is that we ...
分类:Web程序   时间:2020-07-21 09:48:32    阅读次数:76
思考gRPC :为什么是HTTP/2
Introducing gRPC Support with NGINX 1.13.10 - NGINX https://www.nginx.com/blog/nginx-1-13-10-grpc/ 思考gRPC :为什么是HTTP/2 | 横云断岭的专栏 http://hengyunabc.gith ...
分类:Web程序   时间:2020-07-21 01:19:35    阅读次数:73
常用模块文档地址
1. urllib https://docs.python.org/zh-cn/3/library/urllib.request.html#module-urllib.request 2. BeautifulSoup https://www.crummy.com/software/Beautiful ...
分类:其他好文   时间:2020-07-21 01:10:58    阅读次数:71
Logstash Oracle同步设置
input { jdbc { #jdbc驱动包位置 jdbc_driver_library => "D:\tools\elk\logstash-7.6.1\ojdbc8-12.2.0.1.jar" #jdbc驱动类 jdbc_driver_class => "Java::oracle.jdbc.dr ...
分类:数据库   时间:2020-07-20 22:38:24    阅读次数:120
no active checks on server [172.30.131.9:10051]
zabbix_agentd.log报错,排除了zabbix_agentd.conf配置无问题,网络神马都是正常,,,此时陷入了无解之中,,,[root@glpi~]#tail-f/var/log/zabbix/zabbix_agentd.log32241:20200719:183516.887TLSsupport:YES32241:20200719:183516.887**32241:202007
分类:其他好文   时间:2020-07-20 11:02:42    阅读次数:111
laravel框架 路由和表单数据传输 数据库
设置路由: use Illuminate\Support\Facades\Route; //设置路由访问控制器只能是get访问 // Route::get('/user','User@user'); // Route::get('/',function(){ // return 'hello wor ...
分类:数据库   时间:2020-07-18 19:57:39    阅读次数:87
解决安装brew卡在 “Cloning into '/usr/local/Homebrew/Library/Taps/homebrew/homebrew-core'...”
前言 不管是在brew的安装过程还是升级更新过程中,国内的环境brew都会卡在这里 解决方案 cd /usr/local/Homebrew/Library/Taps/ mkdir homebrew cd homebrew git clone https://mirrors.ustc.edu.cn/h ...
分类:其他好文   时间:2020-07-18 16:07:56    阅读次数:356
15455条   上一页 1 ... 26 27 28 29 30 ... 1546 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!