profile
-
Linux系统配置
系统配置相关 Linux系统重要目录 1.网卡配置文件 /etc/sysconfig/network-scripts/ifcfg-[网卡名称] 1.ip a命令(查看当前系统网…
-
linux配置环境变量执行命令 souce /etc/profile出现错误:/usr/libexec/grepconf.sh: line 5: grep: command not found 的解决
今天在Linux配置完环境source之后出现了以下报错:/usr/libexec/grepconf.sh: line 5: grep 针对于在 etc下profile文档配置环境…
-
函数学习
def add(a,b): print(a+b) add(3,2) 结果:5 def add(a,b=6): print(a+b) add(a=3) 结果:9 return 返回值…
-
linux 修改时区
1. 执行tzselect命令 –> 选择Asia –> 选择China –> 选择1) Beijing Time &g…
-
openWrt(LEDE):Makefile文件中$(eval $(call xxxx,xxx)) 作用
eval函数作用:eval函数实现各种定义。 $(eval $(call BuildPackage,libglog)) 调用 Profile 函数,其中令 PROFILE=…
-
Oracle 密码将于两天后过期
密码保存时间相关语句 参考链接: 如何修改oracle用户密码-Oracle-PHP中文网 Oracle数据库用户密码过期_Stephen·You的博客-CSDN博客_oracl…