【多选题】
下面哪些命令不能用来启动X Window?()
A、runx
B、Startx
C、startX
D、xwin
A、runx
B、Startx
C、startX
D、xwin
A、可以用来禁用全局802.1x功能 B、会中断当前接口上的在线用户,所以必须谨慎执行 C、可以用来去使能指定接口上的802.1x功能 D、必须确保当前没有在线用户,才允许执行undo命令,否则会执行失败
A、window.opener属性本身就是指向window对象 B、window.reload()方法可以用来刷新当前页面 C、window.location=”a.html”和window.location.href=”a.html”的作用都是把当前页面替换成a.html页面 D、定义了全局变量g;可以用window.g的方式来存取该变量