摘要:
开启沙盒功能 使用管理权权限打开CMD DISM.exe /Online /Cleanup-image /Scanhealth DISM.exe /Online /Cleanup-image /Checkhealth DISM.exe /Online /Cleanup-image /Restoreh 阅读全文
摘要:
通过random生成随机随机字符串 方法一 import random def random_string(length:int) -> str: """ length: 指定随机字符串长度 """ random_str = '' base_str = string.digits + string. 阅读全文
摘要:
打开F12控制台输入以下内容: Function.prototype.constructor = function(){} 阅读全文
摘要:
常用软件列表清单 注意:绿色便携版代表免费 办公工具 软件名称 用途 官网 是否收费 snipaste windows截图工具 https://zh.snipaste.com/download.html 否 eDiary 支持加密的记事本(强烈推荐),不支持联网 http://www.haoxg.n 阅读全文
摘要:
启动谷歌浏览器远程调试 chrome.exe --remote-debugging-port=9222 --user-data-dir="某个存在的文件夹地址" 新建python文件 from selenium import webdriver from selenium.webdriver.chr 阅读全文
摘要:
今日网站 aHR0cHM6Ly93d3cuY2NwcmVjLmNvbS9wcm9qZWN0U2VjUGFnZS8jL2NxenI= 抓包分析 打上断点 刷新 分析堆栈 加密的参数是l ,加密前的参数是'{"id":"rsubtrx19v4o35b1","projectKey":"honsan_clo 阅读全文
摘要:
钉钉机器人 由于是第一次用Go写项目,写的不好请见谅,源代码如下 package main import ( "bytes" "crypto/hmac" "crypto/sha256" "encoding/base64" "encoding/json" "fmt" "io/ioutil" "net/ 阅读全文
摘要:
Windows 10 20H2 X86: magnet:?xt=urn:btih:C72A6C52A94BF9D7F5E9579B7AFC4CEF28ADAEEC&dn=cn_windows_10_business_editions_version_20h2_updated_dec_2020_x86 阅读全文
摘要:
拉镜像 docker pull captainji/jupyterlab 启动jupyterlab服务 docker run -d \ -p 8888:8888 \ -e JUPYTER_ENABLE_LAB=yes \ -v /data/docker/jupyter:/usr/local/src/ 阅读全文
摘要:
批处理文件 以下内容保存为pypi.bat pip config set global.index-url http://mirrors.aliyun.com/pypi/simple pip config set global.trusted-host mirrors.aliyun.com pip 阅读全文