软件包管理 软件相关概念 ABI ABI即 Application Binary Interface Windows与Linux不兼容 ELF(Executable and Linkable Format) PE(Portable Executable) 库级别的虚拟化: Linux: WINE W ...
分类:
其他好文 时间:
2020-05-04 13:36:39
阅读次数:
60
徽章 基本实例 Badges scale to match the size of the immediate parent element by using relative font sizing and em units. <h1>Example heading <span class="ba ...
分类:
其他好文 时间:
2020-04-30 21:39:59
阅读次数:
96
1.序列化是指把对象转换为字节序列的过程,而反序列化是指把字节序列恢复为对象的过程 2.对象序列化的最主要的用处就是在传递和保存对象的时候,保证对象的完整性和可传递性。序列化是把对象转换成有序字节流,以便在网络上传输或者保存在本地文件中。 3.序列化机制的核心作用就是对象状态的保存与重建。 4.反序 ...
分类:
其他好文 时间:
2020-04-30 19:01:42
阅读次数:
71
<div class="form-group"> <div class="select_div"> <input class="form-control" type="hidden" id="brands" th:value="${fikabivoidfinancereport.brand}"> < ...
分类:
其他好文 时间:
2020-04-30 15:43:59
阅读次数:
69
from aip import AipOcr""" 你的 APPID AK SK """APP_ID = '17746415'API_KEY = 'eFCKvYoFi6g5nLirGH7zedYG'SECRET_KEY = '9kigA0Sy9oaCjs0OBaHyXbkpzyXQngIz'clie ...
分类:
其他好文 时间:
2020-04-30 11:40:54
阅读次数:
79
1、 软件运行环境 1> 软件运行和编译 ABI:Application Binary Interface(应用程序的二进制接口) Windows 与 Linux 不兼容 ELF 对应于UNIX 下的文件 PE 则是Windows 的可执行文件 库级别的虚拟化:不兼容解决 Linux:WINE(可以 ...
分类:
系统相关 时间:
2020-04-28 13:09:49
阅读次数:
61
1、Redis = NoSql数据库、缓存服务器、简易消息队列 参考自: ① https://www.cnblogs.com/Chenjiabing/p/12784747.html ②https://www.cnblogs.com/xichji/p/11286443.html 缓存穿透:查询缓存服务 ...
分类:
其他好文 时间:
2020-04-27 17:35:13
阅读次数:
51
算法 第八章 Morris遍历/搜索二叉树/跳表等(完结) Morris遍历 + Morris遍历实现二叉树的先中后序遍历,时间复杂度O(n), 额外空间复杂度O(1) + 如果使用递归/非递归版本都是使用栈来完成二叉树遍历,因为只有指向子指针没有指向父指针,有额外的栈空间。 + Morris遍历实 ...
分类:
编程语言 时间:
2020-04-21 18:52:39
阅读次数:
92
The NUIX System: Making Computers Easier to Use1982Bell Laboratories HostBack in 1969, a Couple of Computer Scientist here at Bell Laboratories, start... ...
分类:
其他好文 时间:
2020-04-19 22:19:16
阅读次数:
64
``` A页面,点击按钮传递的参数 去轮播页 methods:{ gotoLunBo(){ uni.navigateTo({ // url: 'test?id=1&name=uniapp' c传递参数 url:"/pages/banpaiindex/banpaiindex?id=12" }) } }... ...
分类:
移动开发 时间:
2020-04-19 14:51:58
阅读次数:
108