PowerApps中default imge只是方形. 但是实现下面的圆形图片也是可以的. 首先,需要点中image, 在advanced中找到所有Radius相关的控件. 并且改值Image1.Height ...
分类:
移动开发 时间:
2020-07-03 17:04:31
阅读次数:
112
版本:Ubuntu 18.04 可以通过开机启动Ubuntu时按 ESC 键来进入GRUB选项, 选择 Advanced options for Ubuntu,然后可以看到所有内核启动菜单,Index从0开始。 或者输入以下命令: wayde@wayde-desktop:~$ cat /boot/g ...
分类:
系统相关 时间:
2020-07-03 12:47:16
阅读次数:
79
前言RabbitMQ是基于AMQP协议(Advanced Message Queue Protocol)的消息中间件 什么是消息队列 消息队列属于进程间通信的一种方式,使用消息队列可以通过异步方式处理数据,借此可以提高系统性能。我们可以把消息当作存放数据的容器,消息的消费者可以从队列中获取数据,进行 ...
分类:
其他好文 时间:
2020-07-03 00:37:23
阅读次数:
87
1.Install-package npoi; 2.Add necessary namespace as below. using System.IO;using System.IO.Compression;using NPOI.HSSF.UserModel;using NPOI.SS.UserMo ...
与 x&y 或 x|y 非!x 异或 x^y 补码 ~x+1是x的补码 memset(a,0x3f,sizeof(a)) 无穷大 左移 在二进制表示下把数字同时向左移动,低位以0填充,高位越界后舍弃 1<<n=2^n n<<1=2n 算数右移 在二进制补码表示下把数字同时向右移动,高位以符号位填充, ...
分类:
其他好文 时间:
2020-06-24 21:50:58
阅读次数:
54
Deep Generative Video Compression(NIPS2019) Based on VAE Decoder(use stochastic recurrent variational auto-encoder): $z_t=$latent variables, $f=$globa ...
分类:
其他好文 时间:
2020-06-23 13:42:22
阅读次数:
72
参考: https://segmentfault.com/a/1190000020593208 https://www.cnblogs.com/zzhaolei/p/11063345.html https://docs.gitlab.com/runner/configuration/advanced ...
分类:
其他好文 时间:
2020-06-21 11:22:44
阅读次数:
87
参考资料: aac格式:https://www.cnblogs.com/caosiyang/archive/2012/07/16/2594029.html http://en.wikipedia.org/wiki/Advanced_Audio_Coding 视音频数据处理入门:AAC音频码流解析 h ...
分类:
其他好文 时间:
2020-06-17 18:13:04
阅读次数:
101
import configparser#write'''config = configparser.ConfigParser()config["DEFAULT"] = {'ServerAliveInterval': '45', 'Compression': 'yes', 'CompressionLe ...
分类:
编程语言 时间:
2020-06-15 22:46:08
阅读次数:
65
https://router.vuejs.org/zh/guide/advanced/navigation-guards.html 1.路由守卫beforeEach router.beforeEach((to, from, next) => { let username = localStorage ...
分类:
其他好文 时间:
2020-06-11 22:09:05
阅读次数:
65