-M is for mouse events. List of Keys Collected from this source file C-<key> Hold Control + Key M-<key> Hold Meta + Key F1 F1 F2 F2 F3 F3 F4 F4 F5 F5 ...
分类:
其他好文 时间:
2021-05-24 17:20:24
阅读次数:
0
1.Axure Axure RP是美国Axure Software Solution公司旗舰产品,是一个专业的快速产品原型工具,让负责定义需求和规格、设计功能和界面的专家能够快速创建应用软件或Web网站的线框图、流程图、原型和规格说明文档。作为专业的原型工具,它能快速、高效的创建原型,同时支持多人协 ...
分类:
其他好文 时间:
2021-05-24 15:51:50
阅读次数:
0
1.首先安装telnet服务,防止升级失败连接不上服务器 sudo apt-get install openbsd-inetd sudo apt-get install telnetd sudo /etc/init.d/openbsd-inetd restart 查看 telnet服务是否开启 su ...
分类:
系统相关 时间:
2021-05-24 13:36:25
阅读次数:
0
jsoncpp是一个用于操作json数据的C++开源库 代码地址:https://github.com/open-source-parsers/jsoncpp 使用文档:http://open-source-parsers.github.io/jsoncpp-docs/doxygen/index.h ...
分类:
Web程序 时间:
2021-05-24 12:49:23
阅读次数:
0
起步 利用 html5 的 <video> 标签可以播放: 1 2 3 4 <video width="320" height="240" controls> <source src="/static/video/demo.mp4" type="video/mp4"> 您的浏览器不支持Video标签 ...
分类:
其他好文 时间:
2021-05-24 12:43:30
阅读次数:
0
开关机 poweroff # 关机 reboot # 重启 网络相关 ip address # 查询IP地址 nmtui # 图形化管理网络 route # 查看路由表 systemctl restart network # 重启网络服务 ss -ntlp # 查看系统中tcp端口开启的情况 ss ...
分类:
系统相关 时间:
2021-05-24 12:07:41
阅读次数:
0
frameworks/base/core/java/android/os/ConditionVariable.java 1 /* 2 * Copyright (C) 2006 The Android Open Source Project 3 * 4 * Licensed under the Apa ...
分类:
移动开发 时间:
2021-05-24 10:45:44
阅读次数:
0
下载源文件(这一步建议安装高版本,因为很多软件要求高) wget https://dl.google.com/go/go1.15.2.linux-amd64.tar.gz 解压缩到合适的目录 配置环境变量 sudo vim ~/.bashrc 输入以下指令 export GOROOT=/usr/lo ...
分类:
系统相关 时间:
2021-05-24 10:36:26
阅读次数:
0
vi ~/.bash_profile #GRADLE GRADLE_HOME=/Users/qinxy/software/gradle-4.9 PATH=$PATH:$GRADLE_HOME/bin export GRADLE_HOME GRADLE_USER_HOME PATH 更新效 sourc ...
分类:
系统相关 时间:
2021-05-24 10:27:44
阅读次数:
0
谷歌地球 https://www.google.com/earth/ 谷歌地球(Google Earth,GE)是一款谷歌公司开发的虚拟地球软件,Google Earth来源于Keyhole(锁眼)公司自家原有的旗舰软件。在Google Earth Pro通过拖动时光机功能可以查看不同时期的历史数据 ...
分类:
其他好文 时间:
2021-05-24 09:52:40
阅读次数:
0