摘要: 搭建编译环境Ubuntu12.04 更新源 deb http://old-releases.ubuntu.com/ubuntu precise main universe restricted multiverse deb http://old-releases.ubuntu.com/ubuntu 阅读全文
posted @ 2024-08-06 22:17 迦洛德影歌 阅读(8) 评论(0) 推荐(0)
摘要: 当前版本 Android Studio Flamingo | 2022.2.1 Build #AI-222.4459.24.2221.9862592, built on March 31, 2023 Runtime version: 17.0.6+0-b2043.56-9586694 amd64 V 阅读全文
posted @ 2024-08-03 17:59 迦洛德影歌 阅读(84) 评论(0) 推荐(0)
摘要: Linux高性能服务器编程 前言 第一篇 TCP/IP协议详解 第二篇 深入解析高性能服务器编程 第5章 Linux网络编程基础API 第6章 高级I/O函数 第7章 Linux服务器程序规范 高性能服务器优化与监测 第十七章 系统测试工具 安装telnet服务 sudo apt install t 阅读全文
posted @ 2024-01-20 13:37 迦洛德影歌 阅读(42) 评论(0) 推荐(0)
摘要: 标准库函数族 NAME scanf, fscanf, sscanf, vscanf, vsscanf, vfscanf - input format conversion SYNOPSIS #include <stdio.h> int scanf(const char *format, ...); 阅读全文
posted @ 2024-01-18 09:26 迦洛德影歌 阅读(76) 评论(0) 推荐(0)
摘要: git submodule update --init --recursive 阅读全文
posted @ 2024-01-09 16:18 迦洛德影歌 阅读(7) 评论(0) 推荐(0)
摘要: 转载:https://www.cnblogs.com/tsingke/p/11216237.html 阅读全文
posted @ 2024-01-06 12:04 迦洛德影歌 阅读(120) 评论(0) 推荐(0)
摘要: GCC下载地址 阿里云GNU下载镜像 minGW minGW-64编译器下载 安装pthread man手册 sudo apt install manpages-posix manpages-posix-dev 阅读全文
posted @ 2023-07-04 10:19 迦洛德影歌 阅读(30) 评论(0) 推荐(0)
摘要: # 更新最新pip ``` python3 -m pip install --upgrade pip ``` # 添加国内源加速 国内源地址: 清华:https://pypi.tuna.tsinghua.edu.cn/simple 阿里云:https://mirrors.aliyun.com/pyp 阅读全文
posted @ 2023-04-15 09:50 迦洛德影歌 阅读(574) 评论(0) 推荐(0)
摘要: 简单记录doxygen的使用方法 环境搭建 sudo apt install doxygen sudo apt install graphviz doxygen --version 阅读全文
posted @ 2023-04-08 14:04 迦洛德影歌 阅读(23) 评论(0) 推荐(0)
摘要: LunarVim开发环境搭建官方网站 Prerequisites (Ubuntu 20.04.4) Neovim wget https://github.com/neovim/neovim/releases/download/stable/nvim-linux64.tar.gz git 安装dnsu 阅读全文
posted @ 2023-04-05 16:20 迦洛德影歌 阅读(202) 评论(0) 推荐(0)