题目链接:传送门 分析:涉及到大量元素移动的题,如果用数组来保存,每一次修改操作一定会超时,解决这个问题的方法就是用链表,记录每个元素的下一个元素是啥,插入元素的过程:假设有i,j,我们要在i,j之间插入k,那么k的下一个就是i的下一个,i个下一个就变成了k,这道题遇到[或者]移动当前要插入的位置就 ...
分类:
其他好文 时间:
2017-09-21 18:08:18
阅读次数:
137
using System;using System.Collections.Generic;using System.Text;using System.Runtime.InteropServices; namespace AutoRun.Common{ public class WinIo { p ...
KVM:Keyboard Video Mouse的缩写。KVM 交换机通过直接连接键盘、视频和鼠标 (KVM) 端口,让您能够访问和控制计算机。KVM 技术无需目标服务器修改软件。这就意味着可以在 Windows 的 BIOS 环境下,随时访问目标计算机。KVM 提供真正的主板级别访问,并支持多平台 ...
分类:
其他好文 时间:
2017-09-20 19:40:04
阅读次数:
294
General keyboard shortcuts 1.Ctrl + Right Arrow Move the cursor to the beginning of the next word 向右移动光标到下个文字开始 2.Ctrl + Left Arrow Move the cursor to ...
Given a List of words, return the words that can be typed using letters of alphabet on only one row's of American keyboard like the image below.Americ... ...
分类:
编程语言 时间:
2017-09-10 19:50:15
阅读次数:
205
怎样才能彻彻底底地删除输入法软件 【删除多余系统注册表】 开始/运行,在对话框中输入“Regedit”(不含引号)调出注册表进行如下逐项操作: HKEY_LOCAL_MACHINE\System\CurrentControlSet\Control\Keyboard Layouts\ 保留。 0000 ...
分类:
其他好文 时间:
2017-09-09 22:40:28
阅读次数:
270
https://pjreddie.com/darknet/yolo/ 具体安装及使用可以参考官方文档https://github.com/pjreddie/darknet http://blog.csdn.net/u012235274/article/details/52399425 caffe-y ...
分类:
其他好文 时间:
2017-09-07 20:20:27
阅读次数:
633
KVM 介绍(3):I/O 全虚拟化和准虚拟化 [KVM I/O QEMU Full-Virtualizaiton Para-virtualization] 学习 KVM 的系列文章: (1)介绍和安装 (2)CPU 和 内存虚拟化 (3)I/O QEMU 全虚拟化和准虚拟化(Para-virtul ...
分类:
其他好文 时间:
2017-09-07 18:13:46
阅读次数:
247
Robert:I am a new student.My name is Robert Sophie:Nice to meet you.My name is Sophie Robert:Are you french? Sophie:Yes,I am.Are you french ...too? Ro ...
分类:
其他好文 时间:
2017-09-07 13:34:08
阅读次数:
125
# Event对象 ### Event种类 * mouseEvent * keyboardEvent * focusEvent ### 属性 * clientX * clientY * keyCode * target 具体触发事件的元素 appendChild() 方法向节点添加最后一个子节点。 ...
分类:
编程语言 时间:
2017-09-04 19:48:05
阅读次数:
224