摘要:
Windows 8/8.1 标准版(中文版/核心版)中取消了远程桌面服务端,想通过远程连接到自己的电脑就很麻烦了,第三方远程桌面速度又不理想(如TeamViewer)。可以通过以下方法可让系统恢复远程桌面功能。 下载自动安装工具:https://github.com/stascorp/rdpwrap 阅读全文
摘要:
sqlplus sys/oracle@10.60.1.202:1521/orcl as sysdba 1、查看当前的数据库连接数 select count(*) from v$process ; --当前的数据库连接数 2、数据库允许的最大连接数 select value from v$parame 阅读全文