上一页 1 2 3 4 5 6 7 8 ··· 15 下一页
  2024年2月8日
摘要: 不知道什么时候装过360的什么软件,在c盘上留下多个360的目录,其中一个360SANDBOX目录,无法用任何方法看到这个目录(但是用C++代码扫描磁盘能看到);而且无法删除。用超级用户删除的时候报没有权限。360真不愧是世界流氓软件的扛不住啊。 阅读全文
posted @ 2024-02-08 14:22 北京开发 阅读(39) 评论(0) 推荐(0) 编辑
  2024年1月11日
摘要: if ! pgrep -x "进程名" > /dev/null; then echo "进程不存在" else echo "进程存在" fi 阅读全文
posted @ 2024-01-11 11:03 北京开发 阅读(2) 评论(0) 推荐(0) 编辑
  2024年1月8日
摘要: #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 北京开发 阅读(1) 评论(0) 推荐(0) 编辑
  2023年12月14日
摘要: 网址, URL : https://refspecs.linuxbase.org/ 阅读全文
posted @ 2023-12-14 16:36 北京开发 阅读(1) 评论(0) 推荐(0) 编辑
摘要: Windows上的编译工具有很多种,以下是一些常见的选择: Visual Studio:这是微软开发的一款IDE,支持多种编程语言,包括C++。它提供了丰富的功能,如代码编译、调试、版本控制等。Visual Studio还包含一些强大的工具,如代码智能感知和代码重构工具,可以帮助开发人员提高开发效率 阅读全文
posted @ 2023-12-14 16:13 北京开发 阅读(91) 评论(0) 推荐(0) 编辑
  2023年12月13日
摘要: 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 北京开发 阅读(26) 评论(0) 推荐(0) 编辑
  2023年12月6日
摘要: 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 北京开发 阅读(3) 评论(0) 推荐(0) 编辑
  2023年11月24日
摘要: #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 北京开发 阅读(1) 评论(0) 推荐(0) 编辑
  2023年11月14日
摘要: export C_INCLUDE_PATH="/usr/include:/opt/include:/usr/local/include" 阅读全文
posted @ 2023-11-14 19:03 北京开发 阅读(67) 评论(0) 推荐(0) 编辑
  2023年11月9日
摘要: 如题 阅读全文
posted @ 2023-11-09 10:22 北京开发 阅读(119) 评论(2) 推荐(0) 编辑
上一页 1 2 3 4 5 6 7 8 ··· 15 下一页