会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
北京开发
博客园
首页
新随笔
联系
管理
订阅
上一页
1
···
6
7
8
9
10
11
12
13
14
···
21
下一页
2024年1月11日
bash把显示到屏幕的内容隐藏起来的方法
摘要: if ! pgrep -x "进程名" > /dev/null; then echo "进程不存在" else echo "进程存在" fi
阅读全文
posted @ 2024-01-11 11:03 北京开发
阅读(14)
评论(0)
推荐(0)
2024年1月8日
C语言字符串函数
摘要: #include <string.h> index(3) memchr(3), rindex(3), strchr(3), string(3), strpbrk(3), strsep(3), strstr(3), strtok(3), wcscspn(3), wcsspn strchr(3), st
阅读全文
posted @ 2024-01-08 09:46 北京开发
阅读(11)
评论(0)
推荐(0)
2023年12月14日
Linux动态库格式、可执行文件格式标准在Linux基金会下属网站上
摘要: 网址, URL : https://refspecs.linuxbase.org/
阅读全文
posted @ 2023-12-14 16:36 北京开发
阅读(10)
评论(0)
推荐(0)
Windows上的c/c++编译工具
摘要: Windows上的编译工具有很多种,以下是一些常见的选择: Visual Studio:这是微软开发的一款IDE,支持多种编程语言,包括C++。它提供了丰富的功能,如代码编译、调试、版本控制等。Visual Studio还包含一些强大的工具,如代码智能感知和代码重构工具,可以帮助开发人员提高开发效率
阅读全文
posted @ 2023-12-14 16:13 北京开发
阅读(436)
评论(0)
推荐(0)
2023年12月13日
用icu探测字符集
摘要: g++ charset.cpp -licui18n -licuuc #include <iostream>#include <stdio.h>#include <string.h>#include <unicode/ucnv.h>#include <unicode/utypes.h>//#inclu
阅读全文
posted @ 2023-12-13 14:57 北京开发
阅读(92)
评论(0)
推荐(0)
2023年12月6日
apt命令
摘要: aptitude 可以解决冲突 apt-get命令: apt-cache search package 搜索包 apt-cache show package 获取包的相关信息,如说明、大小、版本等 sudo apt-get install package 安装包 sudo apt-get insta
阅读全文
posted @ 2023-12-06 14:12 北京开发
阅读(24)
评论(0)
推荐(0)
2023年11月24日
C++类继承
摘要: #include <iostream> class topClass{ public: topClass(int value) { ival = value; printf("\nthe ival=%d\n", ival); }; int print() { printf("\nthe ival=%
阅读全文
posted @ 2023-11-24 17:14 北京开发
阅读(13)
评论(0)
推荐(0)
2023年11月14日
linux设置系统头文件包含目录的方法
摘要: export C_INCLUDE_PATH="/usr/include:/opt/include:/usr/local/include"
阅读全文
posted @ 2023-11-14 19:03 北京开发
阅读(108)
评论(0)
推荐(0)
2023年11月9日
msdn官网 https://msdn.microsoft.com/zh-cn/
摘要: 如题
阅读全文
posted @ 2023-11-09 10:22 北京开发
阅读(398)
评论(2)
推荐(0)
2023年11月2日
龙芯平台,发现protobuf的序列化函数会直接崩溃;mktime函数使用当前时间戳会返回-1;
摘要: 如题
阅读全文
posted @ 2023-11-02 11:22 北京开发
阅读(39)
评论(0)
推荐(0)
上一页
1
···
6
7
8
9
10
11
12
13
14
···
21
下一页
公告