logo
publist
写文章

简介

该用户还未填写简介

擅长的技术栈

可提供的服务

暂无可提供的服务

linux出现root用户下:-bash: /usr/bin/ls: Permission denied

在linux 下对ld-linux-x86-64.so.2做软连接替换操作,替换完毕之后出现错误:-bash: /usr/bin/whoami: 权限不够-bash: /usr/bin/id: 权限不够-bash: /usr/bin/who: 权限不够-bash: /usr/bin/awk: 权限不够-bash: /usr/bin/logger: 权限不够

#linux#bash#运维
python linux 安装报错:lookpuerror:unknown encoding: GBK

python3.8 linux 源码编译报错。unknown encoding: GBK

#linux#运维#服务器 +1
动态判断字符串中是否包含一个动态字符,如果不包含就添加到原始字符串之后

#include <iostream>#include "stdio.h"#include <string.h>#include <map>using namespace std;int main(){int iMallocSize = 10;char* pData = (char*)malloc(iMallocSize);int nDataLen = 0;ch

#c++#c语言
到底了