1新建项目 想要全屏显示并适应所有尺寸的iPad和iphone 需要用750*1624 2X 和 1125 * 2436 3X大小的图片 这里做完就可以导出文件了 把文件和图片放到一起 见下图 命名规范 dc_launchscreen_background@2x dc_launchscreen_ba ...
分类:
移动开发 时间:
2020-09-24 22:00:01
阅读次数:
163
html:<divclass="layui-col-md12"><divclass="layui-card"><divclass="layui-card-header"style="background-color:#e6e6e6">资料清单</div><divclass="layui-card-body"style="height:200px
分类:
其他好文 时间:
2020-09-18 02:31:49
阅读次数:
41
.box{ width:100%; background: url(../img/bg.png) no-repeat; background-size: 100% 100%; position: absolute; z-index: -1; top: 0; left: 0; right: 0; } ...
分类:
其他好文 时间:
2020-09-18 01:18:19
阅读次数:
31
<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <title>Document</title> <style> .box1{ width: 200px; height: 200px; background-color: # ...
分类:
其他好文 时间:
2020-09-17 23:48:00
阅读次数:
42
<!DOCTYPE html> <html> <head> <meta charset="utf-8"> <title>test</title> <style> div.items { float: left; width: 100px; height: 100px; background-colo ...
分类:
其他好文 时间:
2020-09-17 19:31:30
阅读次数:
27
QSS中 QLabel { background-color: rgba(255, 255, 224, 50%); border: 2px solid black; } 0%表示全透明,100%表示不透明 ...
分类:
其他好文 时间:
2020-09-17 17:29:08
阅读次数:
20
@media print { .iconClass { background: black !important; -webkit-print-color-adjust: exact; } } ...
分类:
其他好文 时间:
2020-09-17 15:34:51
阅读次数:
50
xctf中进阶第三题,遇到了mips架构的题目。无法进行反编译。学了点misp的指令去看汇编 程序结构 数据声明+普通文本+程序编码(文件后缀为.s,或者.asm也行),数据声明在代码段之后 数据声明 以.data开始声明,声明后即在主存中分配空间。 声明格式: name: type value(s ...
分类:
其他好文 时间:
2020-09-17 14:07:07
阅读次数:
39
本章节使用的资料已经放到了开发板网盘资料中,路径为:11Linux系统开发进阶\98章节使用资料。FFmpeg(FastForwardMpeg)是一种可以用来记录、转换数字音频、视频,并能将其转化为流的多媒体视频处理工具,拥有视频采集功能、视频格式转换、视频抓图等功能。本文档介绍如何将ffmpeg移植到ARM平台。开发板使用迅为i.MX6ULL终结者和USB免驱摄像头,交叉编译工具为arm-lin
分类:
其他好文 时间:
2020-09-17 13:09:53
阅读次数:
26
1.安装插件:Background(ClaudiaIDE)Color Theme Editor for Visual Studio 2019路径:【工具】->【扩展和更新】->【联机】 2.设置:【工具】->【选项】->【ClaudiaIDE】然后可以设置图片背景。记得把Expand to IED该 ...
分类:
其他好文 时间:
2020-09-12 21:25:07
阅读次数:
99