该文被密码保护。 阅读全文
摘要:
目录操作 命令名功能描述使用举例 mkdir 创建一个目录 mkdir dirname rmdir 删除一个目录 rmdir dirname mvdir 移动或重命名一个目录 mvdir dir1 dir2 cd 改变当前目录 cd dirname pwd 显示当前目录的路径名 pwd ls 显示当 阅读全文
摘要:
新增环境变量 删除环境变量 查看环境变量 1、首次配置使用“touch .bash_profile” 创建一个.bash_profile的隐藏配置文件 2、已经创建过"open -e .bash_profile"命令打开已经创建的.bash_profile文件 JAVA_HOME=/Library/ 阅读全文
摘要:
netstat -a -n 可以查询端口使用情况 阅读全文
摘要:
https://wenku.baidu.com/view/25c7083d2e3f5727a4e96267.html https://blog.51cto.com/liuqun/2044628 阅读全文
摘要:
https://blog.csdn.net/qq_38607035/article/details/82591931 https://www.cnblogs.com/denise1108/p/10095042.html https://www.jb51.net/article/120134.htm 阅读全文
摘要:
管理员账户登陆数据库系统进行解锁 select * from dba_users where username='ONEPAY' alter user ONEPAY account unlock 阅读全文
摘要:
https://blog.csdn.net/m0_38053639/article/details/81146231 ORA-01950:对表空间 'xxx' 无权限: https://blog.csdn.net/master_boy/article/details/54863622 阅读全文
摘要:
1、添加快捷键设置: 摘抄自https://www.cnblogs.com/guangxiang/p/9487132.html 汉化版:工具-首选项-用户界面-编辑器-自动替换-定义文件 英文版:Tools->Perferences->Editor中Autoreplaces选择配置的shortcut 阅读全文
摘要:
摘自:http://www.mafengwo.cn/i/7312541.html 阅读全文