1 安装brew 参考:MAC下使用homebrew安装安装opencv,配置在Clion和Xcode上使用 2 简单使用 安装wget ? ~ brew install wget 安装screenfetch ? ~ brew install screenfetch ...
分类:
系统相关 时间:
2020-08-17 17:23:17
阅读次数:
83
定义 相对于根元素(html)的相对长度单位 media-query 响应式 @media only screen and (max-width: 374px) { html { font-size: 86px } } @media only screen and (min-width: 375px ...
分类:
其他好文 时间:
2020-08-13 22:11:25
阅读次数:
57
Android分为四层: applications层:应用层 比如安卓手机自带的拨号,浏览器,联系人等 application framework层:应用的框架层(Java写的) libraries:函数库层(C和C++写的),包含Android Runtime linux kernel:Linux ...
分类:
移动开发 时间:
2020-08-13 12:29:18
阅读次数:
76
""" A TestRunner for use with the Python unit testing framework. It generates a HTML report to show the result at a glance. The simplest way to use th ...
分类:
Web程序 时间:
2020-08-13 12:21:33
阅读次数:
72
1.1 RabbitMQ安装 1.1.1 安装erlang环境 1.1.1.1 安装GCC GCC-C++ Openssl等模块 yum -y install make gcc gcc-c++ kernel-devel m4 ncurses-devel openssl-devel 1.1.1.2 安 ...
分类:
其他好文 时间:
2020-08-06 17:05:42
阅读次数:
71
Overview CHECK BEFORE DOWNLOAD EXTRACTION, UPDATE CHECK AFTER CHECK BEFORE Check the current kernel version: System > Status: Operating system level: ...
分类:
系统相关 时间:
2020-08-06 15:37:42
阅读次数:
93
宽度改变从而改变某个元素的样式 @media screen and (max-width:750px) {/* 仿bootstrap的自适应隐藏功能,当屏幕宽度小于750时,让它隐藏 */ .h-right { display: none; } /* 改变该元素的上边距 */ .main_right ...
分类:
其他好文 时间:
2020-08-03 18:38:20
阅读次数:
76
Widgets and Containers 是 TouchGFX 应用最基础的东西,他们贯穿于 UI 的整个开发,属于 TouchGFX 的预制组件,同时也支持自定义实现 Widgets Widget 的位置坐标是相对于父节点而言的,父节点可以是根容器即 Screen 或 容器 根据需要也可以自定 ...
分类:
其他好文 时间:
2020-07-30 10:53:07
阅读次数:
85