前言 简单介绍: VSCode全称Visual Studio Code,是一个微软开发的开源、轻量化的通用的IDE(Integrated Development Environment 集成开发环境) 这里主要通过使用python来介绍VSCode的上手使用。 下载安装: 官网下载地址:https: ...
分类:
其他好文 时间:
2020-04-04 09:47:41
阅读次数:
91
前言:Cadence是一个比AD更加强大的电路设计IDE,因此掌握Cadence也是提升自我的一大路径。 建立原理图库 1.打开Orcad Capture CIS , 选择File-New-Library. 2.选中.olb文件,右键:New Part,建立新的元器件原理图库。 3.绘制一个矩形外框 ...
分类:
其他好文 时间:
2020-04-03 21:48:51
阅读次数:
150
· All the redirects in the capture sent to zscaler are for one request from user browser. · It take 900ms from the first request to the last response ...
分类:
其他好文 时间:
2020-04-02 17:45:26
阅读次数:
69
#include <iostream> #include <opencv2/opencv.hpp> using namespace std; using namespace cv; int main(){ VideoCapture capture(0); Mat img; while (!0) { ...
分类:
其他好文 时间:
2020-04-01 14:56:26
阅读次数:
65
fix hold violations时,插入buffer或者delay cell的位置,是靠近launch端还是capture端,还是并无任何要求呢? 在逻辑和物理上都应该尽量靠近capture端,也就是endpoint。在逻辑上更靠近endpoint能够保证插入的cells只会影响到有viola ...
分类:
其他好文 时间:
2020-04-01 13:07:27
阅读次数:
114
在 android M 以上,MediaRecorder 录音时音源设置为 VOICE_CALL,开始录音时会抛出权限异常 方法一,给 app 增加 sharedUserId="android.uid.system",并使用系统签名 方法二,屏蔽系统源码,跳过权限检查 通过全局搜索,发现权限判断竟然 ...
分类:
移动开发 时间:
2020-03-31 18:55:50
阅读次数:
203
在工作中想要自己的工作以及学习效率提升,需要找到合适的软件。下面的软件工具推荐给大家,大家可以自己尝试一下,看看适不适合你的使用。 bandizip / 7zip 解压缩 Ditto 剪贴板 ShareX/FastStone Capture 截图 Everything 文件搜索 uTools / W ...
分类:
其他好文 时间:
2020-03-29 12:29:07
阅读次数:
115
lambda表达式完整声明 选自博主:https://www.cnblogs.com/DswCnblog/p/5629165.html [capture list] (params list) mutable exception-> return type { function body } cap ...
分类:
编程语言 时间:
2020-03-28 21:46:05
阅读次数:
79
1 An Integrated Industrial Ethernet Solution for the Implementation of Smart Factory 在本文中,我们的目标是为智能工厂提供一个网络解决方案。我们的动机是建立一个平面网络拓扑,同时满足不同参与者和层在带宽、可靠性、实时 ...
分类:
其他好文 时间:
2020-03-28 20:02:04
阅读次数:
174
方法一: <input type="file" accept="image/*" capture="camera" > 方法二: 使用vant组件 1.下载,安装,配置main.js 2.<van-uploader :after-read="afterRead" accept='image/*' c ...
分类:
Web程序 时间:
2020-03-28 15:04:29
阅读次数:
372