之前曾经看过 tmux 的简介 但是一直不会用 这次 看了下 原来是这么处理 不过 用windows 多了 还是感觉鼠标 操作多一些 全键盘操作的习惯 还是没有养成. 原贴地址: https://www.cnblogs.com/chenshoubiao/p/4854987.html Tmux是一个优 ...
分类:
其他好文 时间:
2018-08-09 23:18:16
阅读次数:
252
原文:WPF备忘录(2)WPF获取和设置鼠标位置与progressbar的使用方法一、WPF 中获取和设置鼠标位置 方法一:WPF方法 Point p = Mouse.GetPosition(e.Source as FrameworkElement); Point p = (e.Source as ... ...
#include #include #include #define MaxSize 1000 char *TwoBigNumPlus(char *InputAddend_1,char *InputAddend_2) { char *Result = malloc(MaxSize*sizeof(ch... ...
分类:
其他好文 时间:
2018-08-05 22:33:20
阅读次数:
172
You’re typing a long text with a broken keyboard. Well it’s not so badly broken. The only problem with the keyboard is that sometimes the “home” key o ...
分类:
编程语言 时间:
2018-08-01 22:26:47
阅读次数:
197
1、Window 的创建 // 声明窗口视图 @property (strong, nonatomic) UIWindow window; (BOOL)application:(UIApplication )application didFinishLaunchingWithOptions:(NSD ...
分类:
其他好文 时间:
2018-07-31 23:31:09
阅读次数:
217
Pywin32是一个Python库,为python提供访问Windows API的扩展,提供了齐全的windows常量、接口、线程以及COM机制等等。 1.通过类名和标题查找窗口句柄,并获得窗口位置和大小 2.通过父句柄获取子句柄 3.鼠标定位与点击 4.发送回车键 5.关闭窗口 一, 首先impo ...
git教程:测试实习经常用到 准备工作 注册gerrit账户,请联系管理员zhangjk@rc.inesa.com帮助添加,并且激活用户。登录http://10.200.46.42:8080,将自己的开发机的/root/.ssh/id_rsa.pub复制加入SSH Public Keys中。如果是w ...
分类:
其他好文 时间:
2018-07-26 18:31:08
阅读次数:
194
markdown快捷键 SHIFT CTRL - H [ ] task haroopad mathmath ...
分类:
其他好文 时间:
2018-07-26 16:43:01
阅读次数:
220
There is an entire library of Blockchain APIs which you can select according to the needs that suffice your application. Some libraries are open-sourc ...
分类:
系统相关 时间:
2018-07-23 21:11:57
阅读次数:
191