前言 织女星开发板是 "OPEN ISA社区" 为中国大陆地区定制的一款体积小、功耗超低和功能丰富的 RISC V评估开发板,基于NXP半导体四核异构RV32M1主控芯片。 两个RISC V核:RI5CY + ZERO_RISCY。 两个ARM核: Cortex M4F + Cortex M0+ 。 ...
分类:
其他好文 时间:
2019-12-22 12:51:26
阅读次数:
92
Description Given a 2D grid, each cell is either a wall 2, an house 1 or empty 0 (the number zero, one, two), find a place to build a post office so t ...
分类:
其他好文 时间:
2019-12-22 00:45:14
阅读次数:
75
Description Given a 2D grid, each cell is either an house 1 or empty 0 (the number zero, one), find the place to build a post office, the distance tha ...
分类:
其他好文 时间:
2019-12-22 00:14:34
阅读次数:
66
原文:2018-9-30-win10-UWP-剪贴板-Clipboard title author date CreateTime categories win10 UWP 剪贴板 Clipboard lindexi 2018-09-30 18:54:23 +08... ...
使用clipboard.js 1.npm install clipboard --save 2.在main,js配置 import clipboard from 'clipboard'; //注册到vue原型上 Vue.prototype.clipboard = clipboard;3.使用 ...
分类:
其他好文 时间:
2019-12-20 18:20:22
阅读次数:
54
1、free -m #查看当前swap分区大小 2、创建swapfile dd if=/dev/zero of=/swap_file bs=1M count=2000 #复制2G磁盘空间(说明:bs:大块区域大小,count,块的总数)2、将swapfile设置为swap空间 mkswap /swa ...
分类:
系统相关 时间:
2019-12-19 19:12:54
阅读次数:
94
名称含义 %a Remote IP address %A Local IP address %b Bytes sent, excluding HTTP headers, or ‘-‘ if zero %B Bytes sent, excluding HTTP headers %h Remote ho ...
分类:
数据库 时间:
2019-12-18 21:33:34
阅读次数:
183
需求描述:点击复制可以把店铺链接复制到剪贴板上 解决方法: 使用clipboard 插件 安装 npm install clipboard --save 设置 在main.js 中引入, 当然我们也可以在用到的.vue中映入,因为不止在一个地方中用到了拷贝文字 import clipboard fr ...
分类:
其他好文 时间:
2019-12-17 18:37:25
阅读次数:
140
题目如下: Given a square grid of integers arr, a falling path with non-zero shifts is a choice of exactly one element from each row of arr, such that no t ...
分类:
其他好文 时间:
2019-12-15 10:26:34
阅读次数:
108
pycharm安装第三方库时报错Non-zero exit co? 原因:版本找不到 解决思路: 1.用pip install pandas报错,尝试用python -m pip install --upgrade pip升级pip还是报错,未解决。 2.终极解决方法:在Terminal端使用:pi ...
分类:
其他好文 时间:
2019-12-14 09:28:16
阅读次数:
140