-(void)viewDidLoad { NSNotificationCenter *center = [NSNotificationCenter defaultCenter]; //注册键盘显示通知 [center addObserver:self selector:@selector(keybo... ...
分类:
移动开发 时间:
2018-06-02 00:30:50
阅读次数:
272
1 PNP0A03 – PCI Host BridgePNP0303 – PC Keyboard ControllerConIn - The device path of the default input console. 1 1. 2. 3. 4. 5。 6. 7. 8. 9. ...
分类:
其他好文 时间:
2018-05-29 17:07:45
阅读次数:
391
1 - Introduction 2 - The Vue Instance 3 - Data & Methods 4 - Data Binding 5 - Events 6 - Event Modifiers 7 - Keyboard Events 8 - Two-Way Data Binding ... ...
分类:
其他好文 时间:
2018-05-28 21:14:11
阅读次数:
171
本章大部分代码都是实现了但是缺乏相应的应用环境,想具体测试的可以直接找到对应的环境或者自行修改脚本以适应生活常用的环境。 1、搭建无线网络攻击环境: 用Scapy测试无线网卡的嗅探功能: 插入无线网卡,输入iwconfig命令查看网卡信息: 将可能会影响进行无线实验的因素排除掉,然后将网卡设置为混杂 ...
分类:
编程语言 时间:
2018-05-28 15:03:35
阅读次数:
414
try...except 有时候我们写程序的时候,会出现一些错误或异常,导致程序终止。例如,做除法时,除法为0,会引发一个ZeroDivisionError a=10b=0try: c=a/b print c except ZeroDivisionError ,e: print e.message ...
分类:
编程语言 时间:
2018-05-27 23:41:52
阅读次数:
263
什么时候应该增加异常处理?在错误发生的条件无法预知的情况下,才应该加上try...except 异常处理机制有什么好处?可以减少错误判断代码,使得主逻辑代码更加易读即便我们可以使用if条件语句判断可预见的异常,例如ch=input('>>')。int(ch)这个语句会出现转换异常。但是程序中若到处充 ...
分类:
编程语言 时间:
2018-05-27 15:17:33
阅读次数:
212
通过ks文件 实现 CentOS 6 自动安装系统 环境: VMware 14.0 Pro版 光盘镜像: CentOS-6.9-x86_64-minimal.iso ks文件生成器: kickstart 偶然接触一个kickstart, 通过马哥的网络直播上学到的自动安装系统, 先看一下原理: Ce ...
分类:
其他好文 时间:
2018-05-25 19:35:57
阅读次数:
257
标签 : 动态规划 题目描述 Sig has built his own keyboard. Designed for ultimate simplicity, this keyboard only has 3 keys on it: the 0 key, the 1 key and the bac ...
分类:
移动开发 时间:
2018-05-19 01:19:20
阅读次数:
247
:musical_keyboard: 基于 Vue(2.5) + vuex + vue router + vue axios +better scroll + Scss + ES6 等开发一款移动端音乐 WebApp,UI 界面参考了安卓版的网易云音乐、flex 布局适配常见移动端。 :yum: 项 ...
分类:
移动开发 时间:
2018-05-15 22:47:04
阅读次数:
421