jnan77 发布于 03月25, 2020 0 comments 在springboot中使用tio [TOC]使用版本<dependency><groupId>org.t-io</groupId><artifactId>tio-core-spring-... 阅读全文 »
jnan77 发布于 03月16, 2020 0 comments selenium文件上传处理 通过唯一关键词搜索快速定位选中文件def upload_file(name_key): pyk = PyKeyboard() # 打开搜索 pyk.press_key(pyk.alt... 阅读全文 »
jnan77 发布于 03月07, 2020 0 comments ubuntu安装使用 ssh服务#安装sudo apt-get install openssh-serversudo ps -e |grep ssh #启动sudo service ssh startpython3apt-... 阅读全文 »
jnan77 发布于 02月26, 2020 0 comments logback-spring.xml 配置文件 集成到springboot的yml格式配置文件的示例logging: config: classpath:logback-spring.xml level: dao: debug or... 阅读全文 »
jnan77 发布于 02月25, 2020 0 comments Mac安装selenium selenium环境安装pip3 install seleniumhttp://chromedriver.chromium.org/downloads#将安装包加入到环境变量。以mac系统为例,将ch... 阅读全文 »