leet code 1201. Ugly Number III. Write a program to find the n-th ugly number. Ugly numbers are positive integers which are divisible by a or b or c. ...
分类:
其他好文 时间:
2019-09-23 00:09:08
阅读次数:
179
Leetcode 69. Sqrt(x) Easy https://leetcode.com/problems/sqrtx/ Implement int sqrt(int x). Compute and return the square root of x, where x is guarante ...
分类:
其他好文 时间:
2019-09-22 21:43:35
阅读次数:
118
C语言概述 运算符 = 函数 main()、printf() 创建整型变量 换行字符 注释 关键字 示例 1.c语言的基本模块是什么? 他们都叫做函数 2.什么是语法错误 违反了组成语句或程序的规则。 3.什么是语义错误 指含义错误 4.再main、int、function、char中,那些是c语言 ...
分类:
其他好文 时间:
2019-09-22 19:29:58
阅读次数:
100
markdown语法实例 markdown语法实例 强调 分割线 引用 标题Setext方式 大标题 小标题 标题Atx方式 一级标题 二级标题 三级标题 四级标题 五级标题 六级标题 无序列表 有序列表 嵌套列表 8 文字超链Inline方式 图片超链 索引超链Reference方式 自动链接 代 ...
分类:
其他好文 时间:
2019-09-21 19:22:13
阅读次数:
108
今天,阿里巴巴、思科、戴尔 EMC、Facebook、Google、HPE、华为、Intel、微软(按英文首字母排序)联合宣布,CXL 联盟(Compute Express Link Consortium)正式成立,并公布了新的董事会成员。 今年 3 月,Intel 公布了牵头开发的 CXL 开放互 ...
分类:
其他好文 时间:
2019-09-21 14:32:29
阅读次数:
87
<!DOCTYPE html><html> <head> <meta charset="UTF-8"> <title>购物简易计算器</title> <style> .Compute{ width:300px; height:400px; } </style> <script> function c ...
分类:
其他好文 时间:
2019-09-20 20:44:06
阅读次数:
196
1.store/index.js 文件 main.js App.vue 总结: 1. vuex 功能和总线bus插件类似.对全局状态(数据)进行管理 2. 使用dispatch调用actions中的方法,actions中的方法使用commit 调用mutations中的方法。 在mutations中 ...
分类:
其他好文 时间:
2019-09-20 16:58:40
阅读次数:
74
Trying out the Intel Neural Compute Stick 2 – Movidius NCS2 Disclaimer: The opinions in this article (and on this website in general) are entirely min ...
分类:
其他好文 时间:
2019-09-20 00:35:02
阅读次数:
119
SCCM 1906 任务序列自动根据SN命名计算机
分类:
其他好文 时间:
2019-09-18 13:07:30
阅读次数:
411
前言在实际工作中,我们很少会遇到一次性需要向页面中插入大量数据的情况,但是为了丰富我们的知识体系,我们有必要了解并清楚当遇到大量数据时,如何才能在不卡主页面的情况下渲染数据,以及其中背后的原理。对于一次性插入大量数据的情况,一般有两种做法:时间分片虚拟列表本文作为开篇,着重来介绍如何使用时间分片的方式来渲染大量数据,虚拟列表相关的内容,日后会持续整理。最粗暴的做法(一次性渲染)我们先来看看最粗暴的
分类:
其他好文 时间:
2019-09-17 22:54:04
阅读次数:
177