摘要:
for /? 能看到的比下面详细 获取文件夹的名字 for /f "delims=" %%i in ("%cd%") do set folder=%%~ni for /f "delims=\" %%a in ("%CD%") do set CURR=%%a 1 变量 %0 %1 %2: 参数 类似于 阅读全文
摘要:
oracle: 查用户表空间 select username,default_tablespace from dba_users; 删除表空间: drop tablespace "B2-4" including contents and datafiles CASCADE CONSTRAINTS; 阅读全文