码迷,mamicode.com
首页 >  
搜索关键字:scanning    ( 164个结果
获取文件下的文件夹和文件—— os.listdir 与 glob.glob
os.listdir 与 glob.glob os.listdir : 获取文件夹下,文件及文件夹名称 glob.glob : 获取文件夹下,符合通配符的文件及文件夹的路径 注意:不要在末尾加 \,文件夹参数就到文件夹,不用加\,文件通配符,也不用加 \ In [18]: e = os.listdi ...
分类:其他好文   时间:2021-06-17 17:20:14    阅读次数:0
OSCP Security Technology - Network Scanning(2)
OSCP Security Technology - Network Scanning(2) Scanning with Nessus https://www.tenable.com/downloads/nessus?loginAttempted=true#nessus-8.14.0 sudo dp ...
分类:Web程序   时间:2021-06-15 17:38:32    阅读次数:0
Ten Lessons from GitHub’s First Year(转发)
原文: https://tom.preston-werner.com/2011/03/29/ten-lessons-from-githubs-first-year.html Start Early When Chris and I started working on GitHub in late ...
分类:其他好文   时间:2021-05-24 05:42:57    阅读次数:0
树莓派4b使用nmcli无法连接wifi
问题描述:树莓派4b安装network-manager后使用nmcli无法连接wifi 使用nmcli device wifi list不显示可用wifi列表 使用nmcli device wifi rescan显示 Error: Scanning not allowed while unavail ...
分类:其他好文   时间:2021-01-26 12:37:51    阅读次数:0
Spring 注解编程之模式注解
阅读本文大概需要5.5分钟。Spring框架中有很多可用的注解,其中有一类注解称模式注解(StereotypeAnnotations),包括@Component,@Service,@Controller,@Repository等。只要在相应的类上标注这些注解,就能成为Spring中组件(Bean)。需要配置开启自动扫描。如在XML中配置`或使用注解@ComponentScan。从最终的效果上来看,
分类:编程语言   时间:2020-08-07 21:48:17    阅读次数:90
Maven项目常见问题:解决相互依赖
问题如下: INFO] Scanning for projects... [ERROR] The projects in the reactor contain a cyclic reference: Edge between 'Ve rtex{label='org.kuuyee.sample:mo ...
分类:其他好文   时间:2020-07-08 10:28:09    阅读次数:170
Python字符串前缀u、r、b、f含义
1、字符串前加 u 例子: u"字符串中有中文" 含义: 前缀u表示该字符串是unicode编码,Python2中用,用在含有中文字符的字符串前,防止因为编码问题,导致中文出现乱码。另外一般要在文件开关标明编码方式采用utf8。 Python3中,所有字符串默认都是unicode字符串。 2、字符串 ...
分类:编程语言   时间:2020-07-04 22:35:56    阅读次数:85
编译原理-龙书2
1.2 编译器的结构 分析(analysis) 综合(synthesis) 一个编译器的各个步骤 1.2.1 词法分析 编译器的第一个步骤称为词法分析(lexical analysis)或扫描( scanning)。词法分析器读人组成源程序的字符流,并且将它们组织成为有意义的词素(lexeme)的序 ...
分类:其他好文   时间:2020-04-21 10:09:33    阅读次数:108
常用工具的使用方法
Nmap 扫描4种基本技术: ①Network Mapping:网络扫描,扫描网络网段主机(包含了③和④) ②Port Scanning:扫描开放端口 ③Service and Version Detection:判断服务和版本 ④OS Detection:判断操作系统版本 端口和服务扫描: Con ...
分类:其他好文   时间:2020-04-17 15:24:39    阅读次数:90
org.springframework.beans.factory.BeanDefinitionStoreException: Failed to read candidate component class: file [C:\Users\86181\Desktop\0390\0390\assmchaoshicangku\out\artifacts\assmchaoshic
错误信息: - JSR-250 'javax.annotation.ManagedBean' found and supported for component scanning - Context initialization failed org.springframework.beans.fa ...
分类:编程语言   时间:2020-04-07 12:55:07    阅读次数:70
164条   1 2 3 4 ... 17 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!