随笔 - 170
文章 - 0
评论 - 16
阅读 -
35387
12 2023 档案
Linux动态库格式、可执行文件格式标准在Linux基金会下属网站上
摘要:网址, URL : https://refspecs.linuxbase.org/
阅读全文
Windows上的c/c++编译工具
摘要:Windows上的编译工具有很多种,以下是一些常见的选择: Visual Studio:这是微软开发的一款IDE,支持多种编程语言,包括C++。它提供了丰富的功能,如代码编译、调试、版本控制等。Visual Studio还包含一些强大的工具,如代码智能感知和代码重构工具,可以帮助开发人员提高开发效率
阅读全文
用icu探测字符集
摘要:g++ charset.cpp -licui18n -licuuc #include <iostream>#include <stdio.h>#include <string.h>#include <unicode/ucnv.h>#include <unicode/utypes.h>//#inclu
阅读全文
apt命令
摘要:aptitude 可以解决冲突 apt-get命令: apt-cache search package 搜索包 apt-cache show package 获取包的相关信息,如说明、大小、版本等 sudo apt-get install package 安装包 sudo apt-get insta
阅读全文