File: 搭建热血传奇 2024-10-27 | |
---|---|
content | 是兄弟就来砍我! 主要网址: |
File: 远程桌面 2024-10-02 | |
---|---|
content | Linux 系统下使用 Remmina 远程桌面控制 Windows 系统 Remmina 需要启用 RDP(远程桌面协议) |
File: flarum 论坛搭建 2024-10-01 | |
---|---|
content |
File: DELL 服务器产品 2024-09-30 | |
---|---|
content |
File: FFmpeg基础知识 2024-09-30 | |
---|---|
content |
File: 多媒体基础知识 2024-09-30 | |
---|---|
content |
File: WMIC 使用相关问题 2024-09-30 | |
---|---|
content | WMIC(Windows Management Instrumentation Command-line)是 Windows 系统中用于管理和监控系统的工具。可以通过命令行访问 WMIC。 |
File: Windows 环境变量 2024-09-30 | |
---|---|
content | 一些常用的 Windows 环境变量,例如: |
File: ascii 字符画 2024-09-29 | |
---|---|
content | https://www.asciiart.eu/image-to-ascii 原理: 先将图像转为灰度图像,灰度图像通常使用 8 位表示,每个像素可以有 256 个不同的灰度值,范围从 0 到 255。其中:
将这些像素映射为对应字符,字符集长度越大,表示的层次越丰富(也要根据字符的稀疏对应,比如 |
File: 使用jQuery的平铺式窗口 2024-09-29 | |
---|---|
content | 使用 HTML、CSS 和 jQuery UI 构建一个简单的类似 i3wm 的窗口样式 支持三种布局:浮动、平铺和堆叠 |