摘要: https://search.censys.io/search?resource=hosts&sort=RELEVANCE&per_page=25&virtual_hosts=EXCLUDE&q=services.http.response.headers.location%3A+account.j 阅读全文
posted @ 2022-06-12 09:45 刺头 阅读(257) 评论(0) 推荐(0)
摘要: scoped .wrapper >>> .swiper-pagination-bullet-active{ background: #fff; } .wrapper /deep/ .swiper-pagination-bullet-active{ background: #fff; } 阅读全文
posted @ 2022-06-12 09:21 刺头 阅读(34) 评论(0) 推荐(0)
摘要: // 获取img的src $$("#app > section > main > section > div > div > div > img").forEach((item)=>{console.log(item.getAttribute("src"))}) 阅读全文
posted @ 2022-06-10 18:32 刺头 阅读(23) 评论(0) 推荐(0)
摘要: 安装 安装 NppExec插件 方法2:手动安装 https://github.com/d0vgan/nppexec/releases 2 . 设置 按f6填写 if $(EXT_PART) ==.js goto node if $(EXT_PART) ==.mjs goto node Echo I 阅读全文
posted @ 2022-06-05 17:44 刺头 阅读(482) 评论(0) 推荐(0)
摘要: { "name": "@your-name/your-program" } npm publish --access public 阅读全文
posted @ 2022-05-28 18:12 刺头 阅读(273) 评论(0) 推荐(0)
摘要: Windows和Mac用户推荐使用Anaconda搭建Python环境,Linux用户建议使用docker搭建Python环境。 推荐环境: PaddlePaddle >= 2.1.2 Python 3.7 CUDA10.1 / CUDA10.2 CUDNN 7.6 以下是windows环境 多环境 阅读全文
posted @ 2022-05-12 21:14 刺头 阅读(651) 评论(0) 推荐(0)
摘要: ```bash # 查询redis ps aux | grep redis # 结束进程id kill -9 4461 # 批量结束任务 kill $(ps aux | grep '关键字' | awk '{print $2}') kill $(ps aux | grep 'cobaltstrike 阅读全文
posted @ 2022-05-09 14:58 刺头 阅读(44) 评论(0) 推荐(0)
摘要: <nul (set/p z=月城大人大驾光临! ) | clip 阅读全文
posted @ 2022-05-05 06:57 刺头 阅读(32) 评论(0) 推荐(0)
摘要: 替换文件名称中的非法字符 ```javascript "sdf*sd~dfd&!~".replace(/[\~\!\@\#\$\%\^\&\*\,\。\;\‘\’\\\\\{\【\】\[\]\}\|]/g,'') ``` 网址匹配正则表达式 ```js ((http|ftp|https):\/\/[ 阅读全文
posted @ 2022-05-02 11:36 刺头 阅读(61) 评论(0) 推荐(0)
摘要: 不用关闭终端 输入refreshenv 可刷新环境变量 path refreshenv 阅读全文
posted @ 2022-04-30 18:11 刺头 阅读(271) 评论(0) 推荐(0)