半导体随机储存器简介 RAM:Random Access Memory D:Dynamic S:Static 主储存器 【内存】 DRAM 缓存 【Cache】 SRAM 靠近CPU的区域 DRAM单位成本低于SRAM速度也慢于SRAM,DRAM使用更多的硅 DRAM 与 SRAM 概念与名称 Na ...
分类:
其他好文 时间:
2021-07-02 15:38:11
阅读次数:
0
HTML5 拥有多个新的表单输入类型。这些新特性提供了更好的输入控制和验证。 color date datetime datetime-local email month number range search tel time url week 一、示范代码 <!DOCTYPE html> <ht ...
分类:
Web程序 时间:
2021-07-02 15:30:13
阅读次数:
0
Dajngo查询数据,查询出来之后生成Excel保存本地 class ExportExcel(APIView): def post(self, request, *args, **kwargs): export_time = request.data.get('startEndTime') user ...
分类:
其他好文 时间:
2021-07-01 17:21:58
阅读次数:
0
osmdroid's MapView is basically a replacement for Google's MapView class. First of all, create your Android project, and follow HowToMaven if you're u ...
分类:
移动开发 时间:
2021-07-01 16:54:55
阅读次数:
0
#!/usr/bin/env bash __Author__="liy" # 发送钉钉告警 function DingDing(){ curl 'https://oapi.dingtalk.com/robot/send?access_token=xxxxxxxxxxxxxxxxxxxxxxxxxxx ...
分类:
其他好文 时间:
2021-06-30 18:14:38
阅读次数:
0
学习目的: 1.了解主流的Docker仓库。 2.掌握Harbor私有仓库的搭建与使用。 3.掌握Harbor私有仓库的主从同步。 harbor的组成: proxy:Nginx前端代理,主要是分发前端页面UI访问和镜像上传和下载流量。 registry:镜像仓库,负责存储镜像文件。 核心服务:提供W ...
分类:
其他好文 时间:
2021-06-30 17:51:04
阅读次数:
0
异常(Exception) 异常分类 检查性异常:最具代表的检查性异常是用户错误或问题引起的异常,这是程序员无法预见的。例如要打开一个不存在的文件时,一个异常就发生了,这些异常在编译时不能被简单地忽略。 运行时异常:运行时异常是可能被程序员避免的异常。与检查异常相反,运行时异常可以在编译时被忽略。 ...
分类:
编程语言 时间:
2021-06-30 17:48:58
阅读次数:
0
(一)单字符串 1, grep -o "查找字符串" 文件名 | wc -l 2, awk -v RS="@#$j" '{print gsub(/targetStr/,"&")}' filename awk '{s+=gsub(/targetStr/,"&")}END{print s}' filen ...
分类:
系统相关 时间:
2021-06-30 17:41:59
阅读次数:
0
1、访问公司提供的gitlab网址,可呈现以界面: 2、点击Access Tokens(访问令牌),填写名字和期限,下面全部打钩,点击下方“create personal access token”,会得到一个“Your New Personal Access Token”里面的字符串,复制下来保存 ...
分类:
其他好文 时间:
2021-06-29 15:28:57
阅读次数:
0
direct(current time and current queue number, 25 queue number equals 1 minute) reverse(target time and current queue number, 25 queue number equals 1 ...
分类:
其他好文 时间:
2021-06-28 21:06:27
阅读次数:
0