现在都流行直播带货,所以我公司作为一家零售行业公司,自然而且也要更上步伐。于是最近在对接微信小程序直播相关接口。 在对接【小程序直播】商品管理接口添加和更新商品的时候涉及到 微信上传临时素材https://developers.weixin.qq.com/doc/offiaccount/Asset_ ...
分类:
微信 时间:
2020-06-08 14:55:45
阅读次数:
106
html { font-size: 16px; } @media screen and (min-width: 375px) { html { /* iPhone6的375px尺寸作为16px基准,414px正好18px大小, 600 20px */ font-size: calc(100% + 2 ...
分类:
Web程序 时间:
2020-06-08 10:53:26
阅读次数:
99
C++ allows both static and dynamic type checking i.e. types are checked by the compiler. As we will be using the existing code therefore we don’t need ...
分类:
编程语言 时间:
2020-06-08 00:51:56
阅读次数:
59
fudandandembp:guest futantan$ python manage.py runserver File "manage.py", line 16 ) from exc ^ SyntaxError: invalid syntax 用python3 解决 fudandandembp: ...
分类:
其他好文 时间:
2020-06-07 16:33:00
阅读次数:
225
话说,我最近一直在研究 MyBatis ,研究 MyBatis ,必然逃不了研究 Configuration 对象,这个对象简直是太重要了,它是 MyBatis 起步的核心环境配置,下面我们来一起看一下 Configuration 类 Configuration 的创建 如果你喜欢一个妹子,你是不是 ...
分类:
其他好文 时间:
2020-06-07 10:36:53
阅读次数:
53
Unix errno值、 只要一个Unix函数(如,某个套接字函数)中有错误发生,全局变量errno就被设置为一个指明该错误类型的正直,函数本身则通过返回-1. errno的值只在函数发生错误时被设置,如果函数不返回错误,errno的值就没有定义。 errno的所有证书错误值都是常值,具有以“E”开 ...
分类:
其他好文 时间:
2020-06-06 16:52:43
阅读次数:
76
du:查看该目录下每个子目录的大小 -s:查看该目录的大小 df:显示磁盘的空间使用情况 fdisk:管理磁盘分区 fdisk /dev/sdb :对硬盘sdb进行分区 fdisk -l :查所有分区及总容量,加/dev/sda为查硬盘a的分区) free:查看物理内存和交换空间的使用情况 moun ...
分类:
系统相关 时间:
2020-06-06 12:48:30
阅读次数:
116
1. veracity (quality) how correct the data is, shows if we can trust the data challenging因为易于发生,影响巨大且难以控制 2. variability variety指same data, different ...
分类:
其他好文 时间:
2020-06-05 14:47:57
阅读次数:
77
from graphene.types.generic import GenericScalar # 定义一个查询语句 class Query(ObjectType): generic = GenericScalar() def resolve_generic(self, info): return ...
分类:
其他好文 时间:
2020-06-05 09:14:24
阅读次数:
161
一、系统分区配置及解析流程 Android系统开发时,经常会遇到添加或者调整系统分区大小的问题,下面以mstar的一款产品(M8386)为例进行分析。 (1)mount指令可以查看到板子中挂载的分区,主要关注ext4类型分区,例如tvservice,tvconfig,tvconfig,tvcusto ...
分类:
移动开发 时间:
2020-06-04 13:58:58
阅读次数:
88