摘要:
1 在Linux环境下找不到ll命令 在 ~/.bashrc文件中添加 # .bashrc # User specific aliases and functions alias rm='rm -i' alias cp='cp -i' alias mv='mv -i' #定义ll命令 alias l 阅读全文
摘要:
### 一、检查数据库表是否存在 ```sql select * from all_Objects where owner ='TEST' and object_type='TABLE' and Object_name like '%HC%'; ``` ### 二、查看建表语句 ```sql sel 阅读全文
摘要:
# [Nginx]: 403 forbidden 的原因以及解决方法 #### 403状态码含义 > The HTTP **`403 Forbidden`** response status code indicates that the server understands the request 阅读全文