@media screen and (orientation: portrait) { html{ width : 100vmin; height : 100vmax; } body{ width : 100vmin; height : 100vmax; } #gyroContain{ width ...
分类:
Web程序 时间:
2020-09-17 19:51:58
阅读次数:
61
I joined SAP China seven years ago after graduation and knew nothing about SAP or ABAP at that time. Now I am working as a development expert in SAP. ...
分类:
其他好文 时间:
2020-09-17 19:37:39
阅读次数:
29
tmux 是一个与 GNU screen 类似的程序,可作为后者的替代品使用。 安装 # Ubuntu 或 Debian $ sudo apt-get install tmux # CentOS 或 Fedora $ sudo yum install tmux # Mac $ brew instal ...
分类:
其他好文 时间:
2020-09-17 17:12:30
阅读次数:
39
<template> <div class="ms-screen" ref="ms-screen" :style="msScreenStyles"> <div class="wrap" :style="wrapStyles"> <slot /> </div> </div> </template> < ...
分类:
其他好文 时间:
2020-09-15 21:06:40
阅读次数:
53
1.键盘事件 键盘事件是指当用户操作键盘的时候会自动被触发的事件,通常分为以下三种 ① keydown,用户按下任意键都可以触发这个事件,如果按住不放,事件会被连续触发 ② keypress,用户按下任意键都可以触发这个事件,如果按住不放,事件会被连续触发 这里的任意键是指可显示的键,不包括功能键 ...
分类:
Web程序 时间:
2020-09-12 21:34:09
阅读次数:
51
Recently I came across this very funny picture and I would like to share with you. This picture shows totally five different approaches to implement “ ...
分类:
其他好文 时间:
2020-09-08 20:39:18
阅读次数:
51
screen命令常用工具命令Screen是一款由GNU计划开发的用于命令行终端切换的自由软件。用户可以通过该软件同时连接多个本地或远程的命令行会话,并在其间自由切换。GNUScreen可以看作是窗口管理器的命令行界面版本。它提供了统一的管理多个会话的界面和相应的功能。screen-Syourname->新建一个叫yourname的sessionscreen-ls->列出当前所有的ses
分类:
其他好文 时间:
2020-09-03 17:10:03
阅读次数:
64
pygame官方手册地址https://www.pygame.org/docs 通常创建screen的方法:pygame.display.set_mode() 官方的Api描述为: Initialize a window or screen for display set_mode(size=(0, ...
分类:
其他好文 时间:
2020-09-03 17:05:10
阅读次数:
42
In SAP note 1230076 “Generation of ABAP loads: Tips for the analysis”, a tool report RSDEPEND is introduced. It is explained in the note “An ABAP prog ...
分类:
其他好文 时间:
2020-09-02 16:48:52
阅读次数:
41
1 安装brew 参考:MAC下使用homebrew安装安装opencv,配置在Clion和Xcode上使用 2 简单使用 安装wget ? ~ brew install wget 安装screenfetch ? ~ brew install screenfetch ...
分类:
系统相关 时间:
2020-08-17 17:23:17
阅读次数:
83