一、媒体查询继承了 CSS2 多媒体类型的所有思想: 取代了查找设备的类型,CSS3 根据设置自适应显示。媒体查询可用于检测很多事情,例如:viewport(视窗) 的宽度与高度设备的宽度与高度朝向 (智能手机横屏,竖屏) 。分辨率目前很多针对苹果手机,Android 手机,平板等设备都会使用到多媒... ...
分类:
Web程序 时间:
2020-01-10 12:40:36
阅读次数:
113
Error mounting /dev/sda1 at /media/nvidia/Samsung_T5: Command-line `mount -t "exfat" -o "uhelper=udisks2,nodev,nosuid,uid=1001,gid=1001,iocharset=utf8 ...
分类:
系统相关 时间:
2020-01-09 22:48:16
阅读次数:
197
linux 命令终端计算除法 先通过bc,开启计算模式; scale 设置除法精确度 zb@zb computer:/$ bc bc 1.06.95 Copyright 1991 1994, 1997, 1998, 2000, 2004, 2006 Free Software Foundation, ...
分类:
系统相关 时间:
2020-01-09 17:15:07
阅读次数:
151
引用: http://shumeipai.nxez.com/2015/07/12/raspberry-pi-install-dlna-streaming-media-server.html 平板电视大都支持DLNA(Digital Living Network Alliance),一些智能电视可能无 ...
分类:
其他好文 时间:
2020-01-09 01:34:51
阅读次数:
207
此运行报错提示是出现在升级UE4引擎后,工程好不容易打包成功但在Android上运行却出现以下提示。 一开始以为是工程中Sequeue及播放视频相关资源引起的,在删除过后重新打包运行还是白费。 又觉得是SDK版本引起的,在更换打包后也白搭。 于是重新创建新工程打包运行后竟然看到了湛蓝的天空。 痛定思 ...
分类:
移动开发 时间:
2020-01-08 19:22:31
阅读次数:
108
# Licensed to the Apache Software Foundation (ASF) under one or more# contributor license agreements. See the NOTICE file distributed with# this work ...
分类:
其他好文 时间:
2020-01-08 12:42:49
阅读次数:
155
1.创建挂载点并挂载[root@bogon ~]# mkdir -p /media/cdrom/[root@bogon ~]# mount /dev/cdrom /media/cdrom/mount: /dev/sr0 写保护,将以只读方式挂载2.修改本地源配置文件[root@bogon yum.r ...
分类:
Web程序 时间:
2020-01-07 22:45:19
阅读次数:
130
import 'package:flutter/foundation.dart'; import 'package:flutter/material.dart'; void main() { runApp(new MyApp( items: new List<String>.generate(100... ...
分类:
其他好文 时间:
2020-01-07 00:47:47
阅读次数:
100
描述: There are two sorted arrays nums1 and nums2 of size m and n respectively. Find the median of the two sorted arrays. The overall run time complexit ...
分类:
其他好文 时间:
2020-01-06 21:17:10
阅读次数:
92
一、Image 二、 MediaElement 三、SoundPlayerAction ...