Something important to consider when coding a web application is managing the user's focus. For keyboard and screen reader users, we must ensure their ...
分类:
编程语言 时间:
2017-02-23 20:41:10
阅读次数:
155
在这里将收集更新有关,控制移动的方法。 1.通过WSAD控制人物的前后移动的方法(一) 2.实现相机跟随人物的脚本(无旋转方向) ...
分类:
移动开发 时间:
2017-02-23 20:36:56
阅读次数:
295
查看SecureCRT帮助文档: Help-> Help Topics->Scripting -> Script Objects Reference -> Session Object 上述脚本也可以把登陆部分放在for循环外面,只是在一台机器上反复执行一条命令隔1秒. 提示符root@ubuntu ...
分类:
Web程序 时间:
2017-02-23 18:41:01
阅读次数:
303
A:d: 回车 盘符切换 B:dir(directory):列出当前目录下的文件以及文件夹 C:cd (change directory)改变指定目录(进入指定目录) D:cd.. : 退回到上一级目录 E:cd\: 退回到根目录 F:cls : (clear screen)清屏 G:exit : ...
分类:
其他好文 时间:
2017-02-23 00:39:45
阅读次数:
150
A:键盘功能键 a:Tab b:Shift c:Ctrl d:Alt e:空格 f:Enter g:Window h:上下左右键 i:PrtSc(PrintScreen)屏幕截图 B:键盘快捷键 a:Ctrl+A 全选 b:Ctrl+C 复制 c:Ctrl+V 粘贴 d:Ctrl+X 剪切 e:Ct ...
分类:
其他好文 时间:
2017-02-23 00:12:46
阅读次数:
193
1.安装screen 2.使用screen 创建新的窗口 将窗口挂起 查看挂起的窗口 恢复窗口 ...
分类:
其他好文 时间:
2017-02-22 22:22:47
阅读次数:
166
iPhone < 5:@media screen and (device-aspect-ratio: 2/3) {} iPhone 5:@media screen and (device-aspect-ratio: 40/71) {} iPhone 6:@media screen and (devi ...
分类:
移动开发 时间:
2017-02-20 11:19:33
阅读次数:
175
package com.example.lock_screen; import android.app.Activity; import android.content.IntentFilter; import android.os.Bundle; public class MainActivity... ...
分类:
其他好文 时间:
2017-02-19 16:48:27
阅读次数:
170
####################### 屏幕分割 ########################1. screen2. Ctrl-a c # create a new screen3. switch between screens Ctrl-a 0-9 Ctrl-a Ctrl-a Ctrl ...
分类:
其他好文 时间:
2017-02-18 19:00:04
阅读次数:
183
由于某些需求,需要每天发送邮件给相关人员,其中包含前一天的zabbix监控图形,每天登陆并手动发送的话很麻烦。 本着简单重复的工作交给机器做的原则,写了个python程序自动获取图形并发送。 大致的思路是: 模拟登陆zabbix > 找到需要的图像并下载到本地 >使用python发送邮件 一、在服务 ...
分类:
编程语言 时间:
2017-02-18 17:00:50
阅读次数:
336