摘要: int a = 555; String b = a + ""; 阅读全文
posted @ 2023-05-08 22:09 epiphanyy 阅读(23) 评论(0) 推荐(0)
摘要: $表示普通用户,#表示root用户。 提示符是在文件~/.bashrc中设置的: [root@myhost student]# echo $PS1 [\u@\h \W]\$ #\u为用户名,\h为主机名,\W为当前目录 修改提示符: [root@myhost student]# PS1="PROMP 阅读全文
posted @ 2023-05-08 13:38 epiphanyy 阅读(60) 评论(0) 推荐(0)
摘要: select droptime from user_recyclebin where original_name='大写表名'; 阅读全文
posted @ 2023-05-08 08:33 epiphanyy 阅读(26) 评论(0) 推荐(0)