一、个性化设置: 1、桌面右击-->个性化-->背景-->图片浏览-->C:\Windows\Web\Screen\img101.png,选择契合度-->适应 2、桌面右击-->个性化-->背景-->选择契合度-->适应 3、桌面右击-->个性化-->背景-->选择你的背景色-->深灰色 4、桌面右 ...
首先介绍一下 命令的使用方法, top 程序提供了运行系统的动态实时视图, 它可以显示系统摘要信息以及当前线程或进程的列表 Global defaults A Alt display Off (full screen) d Delay time 1.5 seconds H Threads mode ...
分类:
其他好文 时间:
2019-10-18 20:37:12
阅读次数:
102
在vue中使用screenfull全屏组件 ...
分类:
其他好文 时间:
2019-10-17 16:06:00
阅读次数:
89
BOM: browser object model 浏览器对象模型 window 对象的子对象,也是属性 window document:浏览器是代表html的文档对象. history location: url对象 screen navigator window对象的常见属性和方法: 三个弹出框 ...
分类:
编程语言 时间:
2019-10-16 11:13:33
阅读次数:
84
#$language="VBScript"#$interface="1.0"‘先定义各厂商设备的备份脚本模块‘定义华为脚本内容FunctionHuawei_DIS‘执行discur命令crt.Sleep1000crt.screen.sendChr(13)crt.Sleep1000crt.Screen.Send"system"&Chr(13)crt.Screen.Send"user-inte
分类:
其他好文 时间:
2019-10-16 00:37:03
阅读次数:
198
Basic navigation by using 'Navigator.push' & 'Navigator.pop()', for example, we have two screen, screen1 and screen2, we want to navigate between two ...
分类:
其他好文 时间:
2019-10-13 21:05:55
阅读次数:
142
以前有说过blessed-contrib 这个很不错的终端dashboard 开发框架,以下是使用中的一些问题 中文编码 模式是不支持中文编码的,但是 我们可以在初始化的时候指定unicode编码 screen = blessed.screen({fullUnicode:true}), screen ...
分类:
其他好文 时间:
2019-10-13 12:54:20
阅读次数:
89
With the accellerated evolution of mobile hardware, application developers tend to reconsider the importance of the Augmented Reality technology ( cal ...
分类:
其他好文 时间:
2019-10-12 20:23:30
阅读次数:
146
<script type="text/javascript"> document.getElementsByTagName("html")[0].style.fontSize = 100 / 750 * window.screen.width + "px"; </script> ...
分类:
移动开发 时间:
2019-10-09 19:40:21
阅读次数:
95
类的声明 就像可以把函数的声明和定义分离开来一样,我们也能仅仅声明类而暂时不定义它: 这种声明有时被称作前向声明(forward declaration),它向程序中引入了名字Screen并且指明了Screen是一种类类型。对于类型Screen来说,在它的声明之后和定义之前是一个不完全类型(inco ...
分类:
编程语言 时间:
2019-10-08 14:00:52
阅读次数:
117