Docker Command Aliases
For convenience, add the following aliases for Docker commands to your ~/.zshrc file.
For convenience, add the following aliases for Docker commands to your ~/.zshrc file.
项目目录结构 docker-compose.yml config.json 拉取镜像并启动容器 在项目目录下执行命令 sudo docker compose up -d. 使用 sudo docker ps 检查容器状态:
Official Manual Examples 默认扫描 快速主机发现 跳过主机发现 端口扫描 指定端口 结果解读 端口扫描的结果会有三种状态: 扫描方式 Note: –sS, sA, sF, sX, sN 这些异常的扫描数据包很有可能被现代 […]
Using Apache POI library to read contents from old Microsoft .doc file, including paragraphs and tables in order. Figure out a workaround to the strange situation that HWPFDocument eats or swallows some characters and beeps.
What is the XFA form? First, you need to know that there are two types of PDF forms, XFA and
如何在 Windows 服务器关闭 安全日志归档,关闭事件 ID 5156 的审核成功记录。
TransferDog 是使用 python 与 pyside6 写的一个文件传输程序。 地址:https://github.com/funway/TransferDog
1 在源码中事先准备好字符串 对于要进行多语言翻译的字符串,需要在 coding 的时候使用 QCoreApplication.translate() 或者 QObject.tr() 这两个静态方法预埋好“翻译入口”。 如下图所示: 当程序运行时,这两个方 […]
Sublime、VSCode 这些编辑器都有一个 “Reveal in Finder” 的功能(macOS 是 Finder, Windows 下是 “Reveal in Explorer”, Linux 下 […]