摘要: #define CODE1 using System; using System.Collections.Generic; using System.Diagnostics; using System.Linq; using System.Runtime.CompilerServices; usin 阅读全文
posted @ 2019-12-11 23:28 Netop 阅读(334) 评论(0) 推荐(0) 编辑
摘要: #include <stdio.h> #include <unistd.h> #include <sys/time.h> #include <sys/socket.h> #include <arpa/inet.h> #include <map> #include <string> #include 阅读全文
posted @ 2018-01-06 15:33 Netop 阅读(533) 评论(0) 推荐(0) 编辑
摘要: 1 2 3 4 texture 5 6 12 70 71 72 73 74 阅读全文
posted @ 2017-01-21 10:16 Netop 阅读(2462) 评论(0) 推荐(0) 编辑
摘要: 注册表位置: [HKEY_LOCAL_MacHINE\SYSTEM\CurrentControlSet\Control\Keyboard Layout] 新建二进制值, 名称为 Scancode Map (如果已经有就不用新建了) 值为 00 00 00 00 00 00 00 00 n 00 00 阅读全文
posted @ 2017-01-19 10:00 Netop 阅读(734) 评论(0) 推荐(0) 编辑
摘要: noremap 非递归模式(递归模式指,如果先map a b再map b c,则相当于map a c) nmap 普通模式 vmap 可视模式 imap 插入模式 cmap 命令行模式 omap 操作模式(输入组合操作的第一个操作时进入操作模式,如普通模式下输入d,会等待用户的下一个操作,此时是操作 阅读全文
posted @ 2017-01-19 09:04 Netop 阅读(563) 评论(0) 推荐(0) 编辑
摘要: 在函数里面加入return false即可 阅读全文
posted @ 2017-01-09 16:13 Netop 阅读(4519) 评论(0) 推荐(0) 编辑
摘要: 1.从vim中拷贝字符串到:命令行: 先yank字符串 然后在:命令行ctrl-r"2.从其它窗体中拷贝字符串到:命令行: 先拷贝字符串到系统剪贴板 然后在:命令行ctrl-r+或者ctrl-r*3.利用<CTRL-R><CTRL-W>在:命令行补齐: 先把光标定位到关键词 然后切换到:命令行按<C 阅读全文
posted @ 2016-12-15 14:11 Netop 阅读(7136) 评论(0) 推荐(1) 编辑
摘要: dll下载链接: https://pan.baidu.com/s/1bpzc1Bp 密码: qteb 引用上面的dll 使用示例: 阅读全文
posted @ 2016-10-20 10:08 Netop 阅读(386) 评论(0) 推荐(0) 编辑
摘要: 控件来源:http://www.o2sol.com/pdfview4net/download.htm (使用版本:2016年8月31号更新版) 备份链接: https://pan.baidu.com/s/1b6pJ0E 密码: bu3r 里面包含4个文件夹Bin、Help、Samples、Suppo 阅读全文
posted @ 2016-10-19 16:36 Netop 阅读(5834) 评论(8) 推荐(1) 编辑
摘要: 如题 阅读全文
posted @ 2016-10-12 15:35 Netop 阅读(340) 评论(0) 推荐(0) 编辑