上一页 1 ··· 15 16 17 18 19 20 21 22 23 ··· 45 下一页
摘要: mailto mailto 是一种 URI(统一资源标识符)协议,主要用于在 Web 页面中创建电子邮件链接。当用户点击使用 mailto 协议的链接时,系统会自动打开默认的电子邮件客户端,并在新邮件窗口中填充预设的收件人地址、主题、正文等信息。格式如下: mailto:email@example. 阅读全文
posted @ 2024-07-09 12:55 Undefined443 阅读(21) 评论(0) 推荐(0) 编辑
摘要: 查询是否符合携号转网条件 发送 CXXZ#姓名#身份证号 至运营商 申请授权码 发送 SQXZ#姓名#身份证号 至运营商 带着身份证和 SIM 卡到转入方出示授权码办理携号转网 授权码的有效期为 60 分钟 运营商号码: 中国移动 10086 中国联通 10010 中国电信 10001 阅读全文
posted @ 2024-07-09 12:48 Undefined443 阅读(17) 评论(0) 推荐(0) 编辑
摘要: GNU 工具集 在上个世纪八十年代,计算机都是奢侈品,操作系统里最著名的是 Unix 家族, 当时还没有 Windows、Linux 之类的,Unix 系统都是商业软件,里面的应用软件也是商业软件, 全是封闭的环境。系统程序员 Richard M. Stallman (RMS) 在此环境下创立了与众 阅读全文
posted @ 2024-07-08 23:11 Undefined443 阅读(14) 评论(0) 推荐(0) 编辑
摘要: 参考:Qt 编程指南 一个最小化工作示例:qt-minimal | GitHub 源文件 main.cpp #include <QApplication> #include <QLabel> int main(int argc, char *argv[]) { QApplication app(ar 阅读全文
posted @ 2024-07-08 22:16 Undefined443 阅读(22) 评论(0) 推荐(0) 编辑
摘要: 目录结构 project_root/ ├── bin/ # 可执行文件目录 │ ├── my_app # 可执行文件 │ └── ... # 其他可执行文件或脚本 │ ├── build/ # 编译产物目录 │ └── ... # 编译生成的中间文件和可执行文件 │ ├── include/ # 头 阅读全文
posted @ 2024-07-08 21:50 Undefined443 阅读(256) 评论(0) 推荐(0) 编辑
摘要: chezmoi(发音 /ʃeɪ mwa/ (shay-moi)):在多台不同的机器上安全地管理你的 dotfiles。 安装 macOS: brew install chezmoi Ubuntu: snap install chezmoi --classic 在单台机器上使用 初始化 chezmoi 阅读全文
posted @ 2024-07-07 12:23 Undefined443 阅读(111) 评论(0) 推荐(0) 编辑
摘要: 安装 Ubuntu: wget https://aliyuncli.alicdn.com/aliyun-cli-linux-latest-amd64.tgz tar xzvf aliyun-cli-linux-latest-amd64.tgz sudo cp aliyun /usr/local/bi 阅读全文
posted @ 2024-07-06 16:48 Undefined443 阅读(15) 评论(0) 推荐(0) 编辑
摘要: 安装 macOS: brew install apache2 Ubuntu: sudo apt install apache2 使用 配置文件路径: macOS: /opt/homebrew/etc/httpd/httpd.conf Ubuntu: /etc/apache2/apache2.conf 阅读全文
posted @ 2024-07-05 12:05 Undefined443 阅读(23) 评论(0) 推荐(0) 编辑
摘要: Perl 是一种高效、功能强大且灵活的编程语言,广泛用于文本处理、系统管理、网络编程、Web 开发等领域。它由 Larry Wall 在 1987 年首次发布,名字来源于“Practical Extraction and Report Language”。 Perl 的包管理器名为 cpan 安装 阅读全文
posted @ 2024-07-02 20:30 Undefined443 阅读(9) 评论(0) 推荐(0) 编辑
摘要: PHP(Hypertext Preprocessor)是一种广泛用于 Web 开发的服务器端脚本语言。它可以嵌入到 HTML 中,用于生成动态网页。 基本语法 PHP 代码通常嵌入在 HTML 中,使用 <?php ... ?> 标签包围。 <!DOCTYPE html> <html> <head> 阅读全文
posted @ 2024-07-02 20:11 Undefined443 阅读(10) 评论(0) 推荐(0) 编辑
上一页 1 ··· 15 16 17 18 19 20 21 22 23 ··· 45 下一页